Why These Apps Exist
The included apps are not random demos. They are examples of different product patterns you can build on top of the same core infrastructure.Included Apps
- Chat: flagship multi-model assistant with browsing, PDFs, citations, and generative UI
- Image Studio: gallery-based image generation workflow
- Video Studio: multi-model text-to-video and image-to-video generation
- Voice Studio: text-to-speech, music, sound effects, and voice transformation
- Audio: transcription plus AI summaries
- Vision: calorie tracking from meal photos
- Marketing Plan: schema-based growth strategy generation
- Launch Simulator: schema-based Product Hunt launch simulations
Shared Building Blocks
Most of these apps reuse the same foundations:- auth
- credits
- provider abstraction
- storage
- generation history
- Supabase persistence
Good Way To Explore
If you want to understand the repo fast, start with these three:- Chat
- Image Studio
- Vision

