All documentation for your hackathon project.
LATEST_UPDATES_10_26.md - Latest changes and updates (October 26, 2025)
HACKATHON_DAY_GUIDE.md - Your go-to guide for hackathon day
- GROQ_GUIDE.md - Everything about using Groq AI
- All available models
- Code examples for chat, generation, streaming
- JSON mode for structured output
- Vision models for image analysis
- Tips and best practices
- HACKATHON_GUIDE.md - Patterns and quick reference
- Common development patterns
- Supabase queries
- Time-saving tips
- Debugging help
- SETUP_COMPLETE.md - Everything that's ready
- All APIs tested and working
- Environment variables configured
- Quick start commands
- SETUP_CHECKLIST.md - What's been completed
- Full setup verification
- Pre-built utilities list
- Project structure overview
- MCP_SETUP.md - Supabase MCP configuration
- Not required for the hackathon
- Full database access available through client library
/.env.local- Your API keys (configured ✅)/.mcp.json- MCP server config (optional)/lib/supabase/- Database clients/lib/groq/- AI utilities/hooks/- React hooks for Supabase and Groq/app/api/- API route examples
Keep HACKATHON_DAY_GUIDE.md and GROQ_GUIDE.md open in separate tabs tomorrow. They have all the code snippets you'll need!