Back to templates
About this template
ShipAny Voice Agent
Conversational speech production built on the ShipAny SaaS foundation.
The current MVP supports:
- Text-to-speech with OpenAI Speech and ElevenLabs adapters
- Multi-turn revisions with explicit asset lineage
- Audio and video uploads, browser recording, and transcription
- Audio Studio with playback, transcript, download, and version history
- Media library backed by first-class
media_assetrecords - Existing ShipAny auth, subscriptions, credits, payments, admin, storage, and sharing
Local development
pnpm install
cp .env.example .env.development
pnpm db:push
pnpm dev
Configure the chat LLM, OpenAI/ElevenLabs, and R2 credentials from Admin Settings. R2 is required for generated speech; local uploads up to 25 MB work without R2.
Verification
pnpm exec tsc --noEmit
pnpm test
pnpm build
