Why I Built This
Most AI training for product people is either too theoretical ('here's what a neural network is') or too expensive ($2,000+ courses). I wanted to create something practical, accessible, and immediately actionable.
The Platform
Course Design
Each course follows a progressive structure:
- Day-by-day lessons with clear learning objectives
- Action checklists — every lesson ends with concrete steps you can take immediately
- Progress tracking — pick up exactly where you left off
- No fluff — focused on what product managers actually need to know
Technical Architecture
Built as an Astro 5 static site with React islands for interactivity:
- Supabase Auth for user accounts and progress persistence
- Course and lesson content stored in Supabase (not hardcoded)
- Action state tracked per-user with JSONB columns
- Static generation for fast page loads, client-side hydration for interactive elements
Content Strategy
Courses cover the practical side of AI for product teams:
- How to evaluate AI use cases
- Working with engineering teams on AI features
- Measuring AI product impact
- Building AI-first product strategies
The Result
A production training platform that's free to use, fast to load, and designed to turn product managers into confident AI practitioners.