TL;DR. The most useful vibe coding examples are live apps you can open, not screenshots of a chat. Below are twelve real ones from the Hatchable directories, grouped into personal projects, small business sites and internal tools, each with the prompt-shaped ask that produces something like it. Every one was built by describing the app to an AI and letting it write, deploy and fix the code.

What makes a good vibe coding example

Vibe coding is describing what you want in plain language, letting an AI write the code, and judging the result by using it rather than reading it (the long version is in What is vibe coding?). So a useful example has to be something you can open, click around, and compare against what you would have asked for. Every example here is a real listing in the Hatchable app directory or site gallery. Where a listing shows a live demo, the demo is linked; otherwise the listing page is.

If you came for vibe coding project ideas rather than finished apps, read the asks. Each one is the shape of prompt that gets a first working version out of Claude, ChatGPT, Cursor or Codex, and each narrows to your own situation by swapping the nouns.

Personal vibe coding projects

Small, single-purpose, built for one person. These are the classic starters because the cost of getting them slightly wrong is nothing, and the first working version usually arrives inside ten minutes.

Small business sites and tools

Public-facing, with a form or a booking ask somewhere, and usually a reason to end up on a real domain. Most of these live in the site gallery, and each site listing has an "Open the live demo" link.

Internal tools

Used by a team, usually behind sign-in, often with an AI agent as a second user. This is where vibe coding ideas stop being toys: the tool replaces a spreadsheet or a subscription, and nobody outside the company ever sees the code.

Two more from the directory worth opening if those are close but not quite it: Feedback Board, a public board where customers post ideas and vote on what you build next, and Google Ads MCP, which gives an AI agent audited read and write access to a Google Ads account.

How these get built

The workflow is the same for every example above. You connect the AI you already use (Claude, ChatGPT, Cursor or Codex, among others) to Hatchable's MCP server at https://hatchable.com/mcp. It is an OAuth sign-in, with no API key to paste. From then on that AI can create a project, write the files (HTML, JS, SQL, TOML), deploy, and hand back a live URL at your-app.hatchable.site. You never provision anything.

Every project gets, the moment it is created, its own private Postgres database, file storage, sign-in for the app's users (email-code login and passkeys), email sending and receiving, scheduled jobs, and its own MCP endpoint so other AIs can call the app. That is why a one-line ask like "add sign-in for my team" or "email me each reservation" is enough: the pieces already exist and the AI wires them in. Setup is one short page per tool; the Claude version takes about a minute, and ChatGPT, Cursor and Codex have the same.

Cost: the free plan is unlimited private projects and one published app, no card. Builder is $12 a month for unlimited published apps, badge removal and custom domains (details on pricing). There are no message credits or per-prompt fees; your own AI subscription writes the code. The step-by-step version of a first build, from connecting to a live URL, is in How to vibe code a live app for free.

A note on judging examples. Open the live one, then read the ask underneath it. If the gap between the two feels small, that is the point: the ask is the work, and the app is what a connected AI does with it.

Pick an example, describe yours, get a live URL.

Free plan, no card, bring your own AI.

Get started free →

Frequently asked questions

What are some vibe coding examples I can open right now?

Every listing in the Hatchable app directory and site gallery is a live, working app or site. The twelve above cover personal projects (a link-in-bio page, a URL shortener, a notebook your AI writes to), small business sites (restaurant, photographer, law firm, therapist, live chat) and internal tools (kanban board, team wiki, press outreach, AI visibility tracking).

What are good vibe coding project ideas for a first build?

Start with something you would use this week that has one job: a link-in-bio page, a reading list, a booking request form for a small business, a kanban board for a team of three. One screen, one table, one form. Add sign-in, email or a second table as separate asks once the first version is live.

Do I need to know how to code to build these?

No. You describe the behaviour, the AI writes and deploys the code, and you judge the result by using it. Reading the code is optional. What helps most is being specific about what the app should do and iterating in small steps.

Which AI can I vibe code with?

Any AI that supports MCP connectors. Claude and Claude Code, ChatGPT, Cursor, Codex, Gemini, Antigravity and Claude Cowork all connect to the same https://hatchable.com/mcp endpoint with an OAuth sign-in. Your existing subscription does the writing; Hatchable does not charge per prompt.

Is it free to publish a vibe coded app?

The free plan includes unlimited private projects and one app published to the open web, with no card required. Builder is $12 a month for unlimited published apps, badge removal and custom domains. See pricing.