Harden It — Security & Guardrails

Advanced AI Build Night · Harden It

Before you start.

Have these ready before the session so you can build along from minute one.

  • 01

    The app you want to harden

    Your live Lovable / Vite app — the one you're about to ship or already shipped. Bring the repo open.

    Open ↗
  • 02

    Its Supabase project

    Logged in, with access to the Table Editor and SQL Editor. This is where RLS lives.

    Open ↗
  • 03

    A host with environment-variable support

    Vercel, Cloudflare Pages/Workers, or Netlify — somewhere to keep secrets out of the client.

    Open ↗
  • 04

    A code editor (Cursor or VS Code)

    So you can grep for leaked keys and paste the audit prompts. Cursor or Claude Code makes the audit faster.

    Open ↗