Post the thing
you vibe-coded.
Open directory of everything built with AI — games, apps, agents, MCP servers, browser extensions. We screenshot your homepage and publish a profile with an outgoing link.
Free review in 3–7 days, or $10 instant publishing.
Indexed.
All 330 tools →- 01
→NightCafe
AI art studio with multiple model backends, community challenges, and an active creator economy.
Freemium·web - 02
→Imagen
Google's photorealistic text-to-image model, accessible through Gemini and Vertex AI.
Freemium·web - 03
→Adobe Firefly
Adobe's family of generative models for images, vectors, video, and effects, integrated into Photoshop and Express.
Freemium·web, mac, win - 04
→Stable Diffusion
Open-weights text-to-image model by Stability AI, runnable locally on consumer GPUs and via dozens of third-party UIs.
Freemium·web, mac, win, linux - 05
→DALL-E
OpenAI's text-to-image model with strong prompt adherence, available via ChatGPT and the OpenAI API.
Freemium·web - 06
→Midjourney
Text-to-image generation service known for stylised, painterly outputs; accessed through Discord and a web app.
Paid·web
By category
16 categories- 3 →AI Code Editors
Desktop IDEs built around AI — Cursor, Windsurf, and forks that ship inline edits, multi-file refactors, and agent modes by default.
- 18 →AI Coding Agents
Autonomous agents that write, edit, run, and review code. Includes CLI agents, agentic IDE add-ons, and code-review bots.
- 11 →Code Completion
Inline AI suggestion extensions for existing IDEs — Copilot-style autocomplete, low-latency model servers, BYOK.
- 15 →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.
- 0 →AI Games
Games built with AI — browser games, AI-driven NPCs, procedurally generated worlds, and indie titles shipped by vibe-coders.
- 38 →AI Web Apps
Web apps with AI baked in — built for everything from journaling to research. Submitter-shipped products live here.
- 28 →AI Productivity
AI-powered task trackers, calendars, note tools, and meeting assistants. Helps you do more with less context-switching.
- 28 →AI Writing & Content
AI-assisted writing — long-form drafts, copywriting, ghostwriting, translation, and AI-aware editors.
- 30 →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.
- 24 →AI Chatbots & Assistants
Custom GPTs, Claude apps, niche assistants — chat interfaces aimed at a specific user, topic, or workflow.
- 22 →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.
- 28 →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.