About VocalFlow
VocalFlow is a creative production workspace for turning documents and scripts into AI voiceover and supporting visuals.
The app brings together three production areas: a voiceover studio, a document workspace, and an image studio. The dashboard surfaces recent activity from these modules so users can continue work quickly after signing in.
The public web worker serves this marketing site for visitors and routes authenticated traffic to the application worker. API traffic is routed internally to the API worker through service bindings.
Product principles
Architecture
Web Worker
Serves public Astro pages and routes requests based on path and auth hint cookies.
App Worker
Hosts the React SPA with protected routes for dashboard, voiceover, documents, and image studio.
API Worker
Runs Hono, tRPC, Better Auth, and database-backed product routers.
Open the workspace
Sign in or create an account to use the authenticated VocalFlow app.
VocalFlow