Day 2 / 04 / lesson

Welcome to Day 2

Build the request tracker, connect Supabase, save to GitHub, and deploy through Vercel.

Day 2 guide

01Build checklistBreak the request tracker into small buildable parts.

Steps

  1. List the screens that need to exist.
  2. List the data that needs to be saved.
  3. Separate frontend tasks from backend and database tasks.
02Prompt the buildAsk AI for one part of the app at a time.

Steps

  1. Prompt the page or component first.
  2. Prompt the database structure separately.
  3. Prompt the connection logic after both sides are clear.
03Connect SupabaseSave real request records instead of only showing fake data.

Steps

  1. Create the table.
  2. Add environment variables.
  3. Submit a test request and confirm it appears in Supabase.
04GitHub and VercelSave the project and publish it using a repeatable flow.

Steps

  1. Commit the project to GitHub.
  2. Import it into Vercel.
  3. Deploy and test the live URL.