vibedonaldsvibedonalds.com
Open directory / submissions welcome / 2026-08-09

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.

555 listed16 live categories50 defined termspublic indexed pagesscreenshots + outgoing links

Latest directory entries.

Apps, agents, MCP servers, extensions, and products people ship with AI. User-submitted entries land here first after review.

All 555 entries →
  1. AI Spend Console by Rippling screenshot
    01

    AI Spend Console by Rippling

    Track your AI spend and connect it to business outcomes

    Newweb
  2. ngrok AI Gateway screenshot
    02

    ngrok AI Gateway

    One private gateway for every AI model

    Newweb
  3. Cloudflare OS screenshot
    03

    Cloudflare OS

    Build the AI operating system for your company

    Newweb
  4. AdAnt AI screenshot
    04

    AdAnt AI

    Claude for viral, high-converting social ads

    Newweb
  5. Wispr Flow Notetaker screenshot
    05

    Wispr Flow Notetaker

    Meeting notes that get the details right.

    Newweb
  6. Bolcho AI screenshot
    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.

All guides →

Vibe coding stack.

Editors, agents, app builders, and model-connected developer tools. This is the reference shelf, separate from submitted things.

Browse stack →

    By category

    16 live categories

    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 →
    1. 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.
    2. 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.
    3. 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.
    4. 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.
    5. 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.
    6. 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.