Skip to main content

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
That is the main value of the repo. The apps look different, but they are built on one shared product foundation.

Good Way To Explore

If you want to understand the repo fast, start with these three:
  1. Chat
  2. Image Studio
  3. Vision
Together they cover most of the key product patterns in the codebase.