Questions? hello@viberation.devGet supportBlogDocsChangelog
Get started
← All walkthroughs

Walkthrough · Project build

beginner

Ship your first web project

Step 6 of 6 · linear, one-off

0 of 19 done

  1. Idea
  2. Setup
  3. Stack
  4. GitHub
  5. Deploy
  6. 6Launch

Launch

The last mile: make it yours, then show one person.

Nothing in this step is hard. It is just the part everyone skips, and it is the difference between a folder on your laptop and something that really exists.

Pick a prompt and get a review before you share

Here is my first web project: [paste your link]. Look at it the way a stranger would and tell me: 1. Within five seconds, is it obvious what this does? 2. Is anything visibly broken or half-finished? 3. What is the one fix worth doing in under thirty minutes? Do not suggest new features. I am trying to finish, not start again.

Open it in your AI tool. Clicking copies the prompt, and ChatGPT and Grok open with it already filled in.

More tools

Code editors on your computer. Open app only works once it is installed, so use Get it first if you do not have it.

Want the full list? Browse all app builders and coding editors (IDEs).

  • Set the page title and description, so it no longer says Create Next App
  • Opened it on a phone and fixed anything clearly broken
  • Removed all the leftover starter content
  • Sent the link to one real human being
  • Sign in to tick these off and pick up where you left them.

Nearly there

19 tasks still unticked — go back through the steps and finish them off.

Tools used in this build

Everything this walkthrough reaches for, with the directory entry for each.

  • Models

    Claude

    Anthropic's model family, strong at long-context coding work.

    Freemium
  • CLIs

    Claude Code

    Anthropic's agentic coding tool in your terminal.

    Paid
  • Models

    Gemini

    Google DeepMind's multimodal model family.

    Freemium
  • Models

    GPT

    OpenAI's model family, behind ChatGPT and Codex.

    Freemium
  • Frameworks

    Next.js

    The React framework most AI tools generate best.

    Open source
  • Templates

    shadcn/ui

    Copy-paste React components you own outright.

    Open source
  • Tools

    Supabase

    Postgres, auth, storage and row-level security in one box.

    Freemium
  • Hosting

    Vercel

    Deploy Next.js with a preview URL per pull request.

    Freemium