README / app /data /site_manifest.json
CJGibs's picture
Build Aether Voice Studio Docker Space
703a33a
{
"hero": {
"eyebrow": "AetherOps public product surface",
"title": "Aether Voice Studio",
"statement": "AI-native voice infrastructure for realtime agents, studio-grade narration, dialogue systems, and reusable voice operations.",
"trustLine": "Frontend-first Docker Space v1 designed for credibility, clarity, and extension into future public workflows.",
"ctas": [
{
"label": "View Voice Studio",
"href": "#studio"
},
{
"label": "Explore Docs",
"href": "#docs"
},
{
"label": "View Architecture",
"href": "#architecture"
}
],
"metrics": [
{
"label": "Canonical routes",
"value": "6"
},
{
"label": "Workflow lanes",
"value": "3"
},
{
"label": "Demo mode",
"value": "Public-safe"
}
]
},
"navigation": [
{
"label": "Overview",
"href": "#overview"
},
{
"label": "Studio",
"href": "#studio"
},
{
"label": "Routes",
"href": "#routes"
},
{
"label": "Demos",
"href": "#demos"
},
{
"label": "Docs",
"href": "#docs"
},
{
"label": "Architecture",
"href": "#architecture"
},
{
"label": "FAQ",
"href": "#faq"
}
],
"secondaryLinks": [
{
"label": "Hugging Face Org",
"href": "https://huggingface.co"
},
{
"label": "Public API Later",
"href": "#contracts"
},
{
"label": "JSON Contracts",
"href": "#contracts"
}
],
"studioNarrative": {
"headline": "Voice Studio is built as an orchestration surface, not a single toy widget.",
"body": "TTS Live is optimized for immediate generation and iteration, while TTS Studio handles batch narration, dialogue assembly, cloning pipelines, and reusable voice assets. That split keeps realtime workflows sharp without collapsing long-form production into the same UI assumptions.",
"pillars": [
{
"title": "TTS Live",
"description": "Fast prompts, route-aware previews, and immediate iteration for operators or creators."
},
{
"title": "TTS Studio",
"description": "Batch narration, dialogue sequencing, voice design, and export-oriented production flows."
},
{
"title": "Reusable assets",
"description": "Voice presets, registry metadata, and future automation hooks that can travel across products."
}
]
},
"cta": {
"title": "Ready for richer docs and future public interactions",
"body": "This v1 keeps the backend intentionally light while exposing the routing model, machine-readable contracts, and content architecture needed for later public demos.",
"buttons": [
{
"label": "AetherOps",
"href": "#top"
},
{
"label": "Docs entry",
"href": "#docs"
},
{
"label": "Architecture",
"href": "#architecture"
}
]
}
}