Day 2 / 05 / exercise
Bank Ideas Build
Create a working idea submission app using Next.js and Supabase.
Bank Ideas brief
Open brief01Create the main appBuild a simple internal platform where employees submit and browse ideas.
Steps
- Create a form with title, short description, and category.
- Display submitted ideas in a feed or card layout.
- Add a category filter.
- Keep the page simple and easy to test.
02Store ideas in SupabaseThe app should remember ideas after the page refreshes.
Steps
- Create an ideas table.
- Save each submitted idea.
- Load ideas from Supabase.
- 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
- Ask for the form first.
- Ask for the Supabase table next.
- 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
- Submit at least three ideas.
- View all submitted ideas.
- Filter by category.
- Refresh and confirm the ideas are still there.