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
- List the screens that need to exist.
- List the data that needs to be saved.
- Separate frontend tasks from backend and database tasks.
02Prompt the buildAsk AI for one part of the app at a time.
Steps
- Prompt the page or component first.
- Prompt the database structure separately.
- Prompt the connection logic after both sides are clear.
03Connect SupabaseSave real request records instead of only showing fake data.
Steps
- Create the table.
- Add environment variables.
- Submit a test request and confirm it appears in Supabase.
04GitHub and VercelSave the project and publish it using a repeatable flow.
Steps
- Commit the project to GitHub.
- Import it into Vercel.
- Deploy and test the live URL.