a fully automatedai pipeline.
MONODEV is software, not a studio. There is no concierge, no designer waiting on the other side of the chat, no human revising your draft. Every step below runs on machines, in parallel, in roughly four minutes.
- 01
You speak
You send one voice note or text to the MONODEV WhatsApp number. The daemon receives it via the Baileys library and stores it on our servers.
channel · whatsapp · captured by baileys - 02
Whisper transcribes
A self-hosted Whisper instance transcribes the voice note locally. The audio file is deleted immediately afterward.
model · openai whisper · local - 03
Brief is synthesized
Claude Sonnet 4.6 reads the transcript and structures it into a brand brief: name, archetype, sector, audience, tone, locale.
model · claude sonnet 4.6 via openrouter - 04
Agent mesh fans out
Seven specialist agents — naming, identity, copy, voice, layout, deck, finance — run in parallel. Each is a Claude prompt with a focused system instruction. Visual assets come from Leonardo.
concurrency · 7 workers · ~3 min total - 05
Artifacts are assembled
A reconciler agent merges the outputs into a coherent brand kit: logo SVG, brand manual PDF, pitch deck PDF, business plan markdown, and a Next.js / static site.
output · pdf · md · svg · static html - 06
Auto-deploy to Vercel
The static site is uploaded directly to Vercel via their API (no git push, no human review). A custom subdomain is attached on monodev.app. Custom domains for paid tiers are configured automatically.
deploy · vercel /v13/deployments · ssl auto - 07
URL back in chat
The daemon sends a WhatsApp message back to you with the live URL and links to download every artifact. End to end: ~4 minutes. No human ever opened your brief.
delivery · whatsapp · same thread
What we don’t do.
- — No human designers, writers, or strategists work on your brief.
- — No manual revisions. Edits go back through the same agent mesh.
- — No physical deliverables. Everything is digital and downloadable.
- — No marketplace. You buy access to the software, not someone’s time.
Anthropic Claude (text generation) · Leonardo (image generation) · OpenAI Whisper (speech-to-text, self-hosted) · Vercel (auto-deploy) · Cloudflare (DNS, edge).