Day 2 · Exercise
Bank Ideas Final Boss Brief
Deploy the team Bank Ideas app, then add an AI assistant that analyzes the real ideas stored in Supabase.
Goal
Deploy the team Bank Ideas app, then add an AI assistant that analyzes the real ideas stored in Supabase.
Requirements
- Deploy the team application through Vercel
- Confirm the live app connects to Supabase
- Test submitting and viewing ideas on the live URL
- Build an AI assistant that uses stored ideas as context
- Ask questions that summarize, group, and analyze the submitted ideas
Part 1: Go live
Deploy your team's Bank Ideas application through Vercel. The live version should use the team GitHub repository and the team Supabase project.
Deployment checklist
- The Vercel project is connected to the team GitHub repository.
- Supabase environment variables are added in Vercel.
- The Vercel build succeeds.
- The live URL opens.
- Submitting and viewing ideas works on the live site.
- The team features work on the live site.
Secret challenge: Ideas Analyst
Add a simple AI assistant that analyzes the ideas stored in your application. The assistant should answer using the actual submitted ideas, not only general knowledge.
Questions the assistant should answer
- Summarize the ideas submitted so far.
- What common problems are employees trying to solve?
- Which ideas relate to customer experience?
- What are the top automation opportunities?
- Group the suggestions into common themes.
AI build checklist
- Retrieve submitted ideas from Supabase.
- Format the ideas as context for the AI model.
- Add a simple question box or analysis button.
- Send the user question plus ideas context to the AI.
- Show the AI response clearly.
- Test that the answer changes when the idea data changes.
Final goal
Turn Bank Ideas from a place that collects suggestions into a tool that helps people understand what the suggestions mean.