vibedonaldsvibedonalds.com
Open directory / submissions welcome / 2026-07-21

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.

505 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 505 entries →
  1. Skippr AI screenshot
    01

    Skippr AI

    The live AI employee inside your product, serving every user

    Newweb
  2. Replay QA screenshot
    02

    Replay QA

    Replay QA tells you what is broken before your users do

    Newweb
  3. Loova Ads Studio screenshot
    03

    Loova Ads Studio

    Create AI ads that convert, not just look good

    Newweb
  4. Nautis screenshot
    04

    Nautis

    The AI-native Operating System for founders.

    Newweb
  5. Fuzzy AI screenshot
    05

    Fuzzy AI

    We warm your prospects before reaching out

    Newweb
  6. BaseRT screenshot
    06

    BaseRT

    6.4x faster than llama.cpp, 3.9x faster than MLX

    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 →

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.