The directory for
vibe-coded things.
Browse apps, games, agents, MCP servers, browser extensions, and tools built with AI. Submit yours and get a public indexed page with a screenshot and outgoing link.
Free review in 3-7 days, or $10 instant publishing.
Latest directory entries.
Apps, agents, MCP servers, extensions, and products people ship with AI. User-submitted entries land here first after review.
- 01
→AI Spend Console by Rippling
Track your AI spend and connect it to business outcomes
Newweb - 02
→ngrok AI Gateway
One private gateway for every AI model
Newweb - 03
→Cloudflare OS
Build the AI operating system for your company
Newweb - 04
→AdAnt AI
Claude for viral, high-converting social ads
Newweb - 05
→Wispr Flow Notetaker
Meeting notes that get the details right.
Newweb - 06
→Bolcho AI
Build Voice AI agents that actually speak India
Newweb
From the blog.
Playbooks for shipping and growing what you build with AI — plus side-by-side tool alternatives drawn from the directory.
- Maker Playbook
DeepSeek vs Claude for Vibe Coding (2026)
For vibe coding, Claude is still the stronger agent brain and DeepSeek is a shockingly capable one at a fraction of the price — but the comparison everyone writes is about chat, and the interesting answer isn't either/or. DeepSeek officially documents running inside Claude Code, which turns this from a rivalry into a stack: Claude plans and reviews, DeepSeek executes. Here's the setup, the honest numbers, and when mixing isn't worth it.
- Maker Playbook
Is Claude Max Worth It in 2026? The Real Cost Math — and When a Cheap-Model Stack Beats It
If you run Claude Code daily and keep hitting Pro's limits, Max is one of the best-subsidized deals in AI — community math puts its API-equivalent value at multiples of the $100–200 price. But the same math cuts the other way: most agent tasks don't deserve a premium model at all, and the same workload can cost $7 on a cheap model or $1,190 on the most expensive one. Here's the arithmetic, from the official price sheets.
- Maker Playbook
Supabase vs Firebase
For most vibe-coded web apps in 2026, pick Supabase: it's Postgres, it's what Lovable and Bolt wire in natively, and its open-source core leaves you an exit. Firebase still wins for mobile-first apps that need offline sync and Google's ecosystem — but its free tier lost storage, and its vibe-coding IDE is shutting down. Here's the honest head-to-head.
- Maker Playbook
AI Agent Frameworks
There are 200-plus AI agent frameworks and the listicles rank them like a leaderboard. That's the wrong lens. Underneath the branding they come in three shapes — a loop, a graph, or a crew — and the shape is what you're actually choosing. Here's each framework builders reach for in 2026, sorted by shape, with the exact command to start and the honest catch for each.
- Maker Playbook
AI Code Review Tools
Every AI code review tool promises the same thing — catch more bugs, merge faster. The claim is half-true, and the marketing hides the one difference that actually matters for vibe-coded apps: does the tool read your whole codebase, or only the changed lines? Here's what CodeRabbit, Greptile, Qodo, Codex, and Ellipsis actually do, the only numbers worth trusting, and when a solo builder should skip the subscription.
- Maker Playbook
Best AI Agents
There's no single best AI agent — four in-depth 2026 round-ups picked four different winners, because "best" depends on the job. This guide sorts the field by what you actually need: an always-on assistant, a hands-off research agent, a browser task-runner, workflow automation, or a framework to build your own — with the honest pick for a one-person business and where each one bites.
Vibe coding stack.
Editors, agents, app builders, and model-connected developer tools. This is the reference shelf, separate from submitted things.
By category
16 live categories- 1 →AI Code Editors
Desktop IDEs built around AI — Cursor, Windsurf, and forks that ship inline edits, multi-file refactors, and agent modes by default.
- 73 →AI Coding Agents
Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- 7 →Code Completion
Inline AI suggestion extensions for existing IDEs — Copilot-style autocomplete, low-latency model servers, BYOK.
- 9 →AI App Builders
Natural-language-to-app platforms. Type a prompt, get a full-stack app with live preview and one-click deploy.
- 12 →No-code Builders
Visual drag-and-drop builders with AI assistance. Apps run on the vendor's platform; source is rarely exposed.
- 20 →MCP Servers
Implementations of the Model Context Protocol — file, database, API, and browser servers that LLM clients can plug into.
- 1 →AI Games
Games built with AI — browser games, AI-driven NPCs, procedurally generated worlds, and indie titles shipped by vibe-coders.
- 98 →AI Web Apps
Web apps with AI baked in — built for everything from journaling to research. Submitter-shipped products live here.
- 104 →AI Productivity
AI-powered task trackers, calendars, note tools, and meeting assistants. Helps you do more with less context-switching.
- 47 →AI Writing & Content
AI-assisted writing — long-form drafts, copywriting, ghostwriting, translation, and AI-aware editors.
- 33 →AI Image Generation
Text-to-image, image-to-image, inpainting, character LoRAs, and AI-enhanced editing tools.
- 31 →AI Video & Voice
AI video generation, lip-sync, voice cloning, podcast editing, and music synthesis.
- 9 →AI Chatbots & Assistants
Custom GPTs, Claude apps, niche assistants — chat interfaces aimed at a specific user, topic, or workflow.
- 10 →AI Agents (non-coding)
Autonomous agents for research, customer support, sales, scheduling, and other non-coding tasks.
- 22 →Browser Extensions
AI-powered Chrome, Arc, Edge, Firefox, and Safari extensions — overlays, sidebars, content augmentation.
- 23 →Mobile Apps
iOS and Android apps with AI as the core feature, not a sprinkled-on extra.
Built with AI? Show it here.
Drop a link. We screenshot your homepage, review free submissions, and offer a $10 instant path when you want the page live right away.
The vocabulary
Vibe coding has its own vocabulary — agents, MCP servers, context windows, hallucinations. Each entry is two sentences a model can quote, plus 150 more for humans.
Read all 50 terms →- Agentic codingA development style centred on coding agents — the human describes intent, the agent plans and executes the work, and the human reviews diffs or PRs rather than authoring code line by line. The umbrella term for vibe coding and adjacent practices.
- AI agentAn LLM-powered program that pursues a goal over multiple steps by calling tools, observing results, and replanning. Agents differ from single-turn chatbots in that they can take real actions (run shell commands, edit files, hit APIs) and iterate without human intervention between steps.
- AI OverviewGoogle Search's generative answer block that sits above the classic blue-link results. Powered by Gemini, it summarises top sources and links out to them. The biggest single AEO/GEO citation surface as of 2026.
- Autonomous codingLong-horizon, unattended coding sessions where an agent works for minutes or hours without human approval at each step. Contrasts with approval-gated modes where the user confirms each shell command or file edit.
- Chain of thoughtAsking an LLM to spell out intermediate reasoning steps before producing the final answer. Improves accuracy on multi-step problems by ~10-30 percentage points on most reasoning benchmarks.
- CitationWhen a generative-search system attributes part of its answer to a specific source URL, usually with a footnote-style number or an inline link. The visible signal that a brand was used to ground a model's answer.
