--- title: Aether Voice Studio emoji: 🎙️ colorFrom: blue colorTo: indigo sdk: docker app_port: 7860 short_description: Public AetherOps voice studio and docs showcase. pinned: true header: default fullWidth: true suggested_hardware: cpu-upgrade tags: - voice - tts - asr - audio - creator-tools - enterprise-ai - docker --- # Aether Voice Studio Frontend-first Hugging Face Docker Space for AetherOps. This v1 is a public showcase and docs-style entrypoint for Aether Voice Studio, route intelligence, creator workflows, and enterprise VoiceOps positioning. ## Local run ```bash docker build -t aetherops-space . docker run --rm -p 7860:7860 -e DEMO_MODE=true aetherops-space ``` ## Runtime notes - Single public port: `7860` - No Docker Compose deployment contract - CPU-safe by default - Runs without private production secrets - `DEMO_MODE=true` keeps the experience fully functional using local data and simulated demo responses ## Key data files - `app/data/features.json` - `app/data/faq.json` - `app/data/route_model_matrix.json` - `app/data/docs_nav.json` - `app/data/voice_seed_library.json` - `app/data/contracts/*.json`