Day 2 / 07 / challenge
Bank Ideas Final Boss
Deploy the team app, then add an AI assistant that analyzes submitted ideas.
Final boss
Open final brief01Go liveDeploy the team Bank Ideas app through Vercel and test the real URL.
Steps
- Connect Vercel to the team GitHub repository.
- Add the Supabase environment variables.
- Deploy the app.
- Submit and view ideas on the live site.
02Secret challenge: Ideas AnalystAdd an AI assistant that reads the stored ideas and turns them into useful insight.
Steps
- Retrieve ideas from Supabase.
- Give those ideas to the AI as context.
- Let the user ask questions about the ideas.
- Show a clear answer based on the actual stored data.
03Questions to testThe assistant should prove it understands the ideas inside the app.
Steps
- Summarize the ideas submitted so far.
- Find common problems employees are trying to solve.
- Show ideas related to customer experience.
- Group suggestions into common themes.