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

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.

689 listed15 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 689 entries →
  1. Atlas by World Labs screenshot
    01

    Atlas by World Labs

    Turn text, pics, video, + 3D into camera-controlled HD video

    Newweb
  2. Omi screenshot
    02

    Omi

    Ask your computer anything you saw or heard

    Newweb
  3. MagiCrew screenshot
    03

    MagiCrew

    Give everyone their own AI workforce in one platform

    Newweb
  4. Agent Builder by Airtop screenshot
    04

    Agent Builder by Airtop

    Build agents that heal themselves.

    Newweb
  5. Nex screenshot
    05

    Nex

    Claude Cowork for high-volume GTM workflows

    Newweb
  6. Stitch AI by Dynamic Mockups screenshot
    06

    Stitch AI by Dynamic Mockups

    The first embroidery digitizing agent

    New

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 →

By category

15 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.