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

Walkthrough · Project build

beginner

Ship your first web project

Step 4 of 4 · linear, one-off

0 of 14 done

  1. Idea
  2. Stack
  3. Deploy
  4. 4Launch

Launch

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

Nothing here is technically hard. It is the part everyone skips, and it is the difference between a folder on your laptop and something that exists.

Ask for a pre-launch review

Here is my first web project: [paste your URL]. Look at it as a stranger would and tell me: 1. Within five seconds, is it obvious what this does? 2. Anything visibly broken or half-finished? 3. The single highest-value thing I could fix in under thirty minutes? Do not suggest new features. I am trying to finish, not start again.

  • Set the page title and description so it is not Create Next App
  • Opened it on a phone and fixed anything obviously broken
  • Removed every piece of leftover starter content
  • Sent the URL to one actual human being
  • Sign in to tick these off and pick up where you left them.

Nearly there

14 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
  • Tools

    Vercel

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

    Freemium