Day 2 / 05 / exercise

Bank Ideas Build

Create a working idea submission app using Next.js and Supabase.

Bank Ideas brief

Open brief
01Create the main appBuild a simple internal platform where employees submit and browse ideas.

Steps

  1. Create a form with title, short description, and category.
  2. Display submitted ideas in a feed or card layout.
  3. Add a category filter.
  4. Keep the page simple and easy to test.
Open full brief
02Store ideas in SupabaseThe app should remember ideas after the page refreshes.

Steps

  1. Create an ideas table.
  2. Save each submitted idea.
  3. Load ideas from Supabase.
  4. Refresh the page and confirm ideas remain available.
03Prompt one part at a timeAsk AI for small build steps so each change is easier to understand.

Steps

  1. Ask for the form first.
  2. Ask for the Supabase table next.
  3. Ask for saving and loading logic after the structure is clear.
04Check the resultThe first version is done when the main idea flow works end to end.

Steps

  1. Submit at least three ideas.
  2. View all submitted ideas.
  3. Filter by category.
  4. Refresh and confirm the ideas are still there.