Static study website for the Waves unit, with:
- chapter-by-chapter dropdown study sections
- minimalist editorial UI
- built-in AI tutor bubble in the bottom-right corner
- support for either Groq or OpenRouter API keys
From this folder:
python3 -m http.server 4173Then open:
http://localhost:4173
This project is a plain static site, so it is ready for zero-config deployment on Vercel.
- Root directory: project root
- Build command: none
- Output directory: none
When you connect Vercel later, you can import this repo directly and deploy it as a static site.