The world's first fully autonomous AI Streamer built specifically for Live Commerce and E-Commerce sales. Transform your products into viral 24/7 sales livestreams.
AntStudio is redefining live commerce with our fully autonomous AI Streamer. It combines real-time video generation, intelligent sales orchestration, and interactive commerce tools into a unified platform built to drive conversions 24/7.
-
π€ AI Streamer (Sales Mode):
- 24/7 Autonomous Live Selling
- Dynamic product pitching based on real-time viewer interaction
- Script-driven
Aidol(AI Idol) video clip mapping for seamless product showcases - Natural conversational sales flow with context awareness
-
π° Commerce Intelligence Engine:
- Automatic product mention detection and synchronization
- Dynamic QR code generation for instant checkout (real scannable codes)
- Autonomous flash-sale and scarcity overlay triggering
- Live conversion tracking and engagement analytics
-
π€ Neural Audio & Sales Dubbing:
- Expressive, sales-optimized text-to-speech
- Multi-language support to sell globally
- Instant translation of viewer questions
-
π₯ Live Highlight Service:
- Autonomous capture of viral sales moments
- AI-driven engagement analysis to find the best pitches
- Instant social-ready exports for TikTok/Reels marketing
-
π Multi-Modal Accessibility:
- Visual subtitles + Audio dubbing
- Interactive QR codes
- Global reach with local authenticity
- π€ AI-Powered Workflow:
- Script to Video: Automated analysis and storyboard generation
- Product Ads: Marketing wizard for e-commerce videos
- AI Avatars: Generate realistic talking avatars using Google Veo 3
- Presentation to Video: Convert PDF/PPTX slides into video scenes
- π¬ Live Studio:
- Real-time AI processing (face detection, segmentation, AR)
- Virtual production (chromakey, 3D stages)
- Multi-platform streaming (YouTube, Facebook, TikTok, Ant Media Server)
- Mobile camera ingest
- WebRTC guest integration
Live Studio & Virtual Production Management
- π¨ Advanced Video Editor:
- Professional timeline with magnetic snapping
- Multi-track support and drag-and-drop
- 50+ editing tools and effects
- Export to disk for unlimited duration
Professional Video Templates & Editor
-
π€ Voice Intelligence:
- Voice Lab: Manage and clone voices
- Voice Cloning: Create instant digital twins using ElevenLabs
- Text-to-Speech: High-quality synthesis via ElevenLabs or Google Gemini
-
π³ Monetization & Licensing:
- Hybrid Payment System: Seamless integration with Stripe and PayPal for diverse billing options.
- License Portal: Enterprise-grade license key verification and management.
- Smart Subscriptions: Automated recurring billing, trial management, and webhook callbacks.
- Usage Tracking: Granular credit tracking for AI generation features.
Monetization and Subscription Management
- π’ Enterprise Features:
- White-label multi-tenant architecture
- Global CDN delivery
- Multi-region deployment
- Real-time monitoring and alerting
- Perpetual and subscription licensing
Enterprise System Monitoring Dashboard
antstudio/
βββ client/ # Vite + Vue 3 frontend
β βββ src/
β β βββ components/ # Reusable UI components
β β βββ views/ # Page components
β β β βββ user/ # Dashboard, Projects, LiveStudio
β β β βββ admin/ # Settings, Monitoring, Tenants
β β β βββ video-editor/ # Advanced timeline editor
β β βββ stores/ # Pinia state management
β β βββ utils/
β β βββ ai/ # AI engines (Director, Commerce, Vibe, etc.)
βββ server/ # Express.js backend
β βββ src/
β β βββ models/ # MongoDB schemas
β β βββ routes/ # API endpoints
β β βββ services/ # Business logic
β β β βββ StreamingService.ts
β β β βββ ClusterManager.ts
β β β βββ MonitoringService.ts
β β βββ integrations/
β β β βββ ai/ # AI provider clients
β β β βββ flow/ # Direct API clients
β β βββ utils/ # Helpers and utilities
βββ docker-compose.yml # Full stack orchestration
Frontend:
- Vue 3 + TypeScript + Vite
- Pinia + Vue Query
- Element Plus + TailwindCSS
- Fabric.js (Canvas) + FFmpeg.js
- MediaPipe (AI inference)
- Three.js (3D virtual stages)
Backend:
- Node.js + Express
- MongoDB + Mongoose
- FFmpeg (video processing)
- WebRTC + Socket.io
- AI Integrations: Google Vertex AI, ElevenLabs, Custom models
- AWS S3 (Storage)
- Payments: Stripe (Connect/Checkout), PayPal (Smart Buttons)
- Licensing: Custom License Portal Integration
AI Services:
- Google: Gemini, Veo 3, Imagen 3
- ElevenLabs: Voice cloning, TTS, Music generation
- MediaPipe: Face detection, body segmentation
- Custom: Commerce Intelligence, Vibe Engine, AI Director
Important
Architectural Decision: Client-Side Video Assembly
AntStudio uses a Decentralized Rendering Architecture. All video assembly, encoding, and final exports are processed on the client-side (browser) using WebWorkers and @webav/av-cliper. The backend serves only as an asset repository and data orchestrator. DO NOT implement backend rendering services to avoid unnecessary GPU/CPU load on the server cluster.
The easiest way to run AntStudio is with Docker.
-
Clone the repository
git clone https://github.com/yourusername/antstudio.git cd antstudio -
Configure Environment Create a
.envfile in the root directory:# Required for Core Features MONGODB_URI=mongodb://mongo:27017/antstudio JWT_SECRET=your_secret_key_here # AI Services GEMINI_API_KEY=your_gemini_key ELEVENLABS_API_KEY=your_elevenlabs_key # Storage AWS_ACCESS_KEY_ID=your_aws_key AWS_SECRET_ACCESS_KEY=your_aws_secret AWS_S3_BUCKET=your_bucket_name AWS_REGION=us-east-1 # Optional: FFmpeg path for streaming FFMPEG_BIN=ffmpeg
-
Run with Docker Compose
docker-compose up --build -d
-
Access the App
- Frontend:
http://localhost:5173 - Backend API:
http://localhost:4000/api - Live Studio:
http://localhost:5173/live-studio
- Frontend:
If you prefer running services individually:
# Install dependencies
pnpm install
# Run Client (http://localhost:5173)
cd client
pnpm dev
# Run Server (http://localhost:4000)
cd server
pnpm dev- Generate videos from scripts in 2-5 minutes
- Support for 10+ video formats
- Automated storyboard generation
- AI-powered scene composition
- Simultaneous broadcast to 3+ platforms
- 60 FPS real-time rendering
- <100ms AI decision latency
- WebRTC and RTMP support
- 90%+ product detection accuracy
- <500ms QR code generation
- Real-time conversion tracking
- Autonomous overlay management
- Real-time translation in multiple languages
- Neural voice dubbing with cloning
- Multi-modal content delivery
- CDN-powered global reach
- Development Guide - Setup, architecture, and contribution
- Deployment Guide - Cloud, Edge, and Enterprise deployment
- User Manual - Features and usage guide
- Enterprise Guide - White-labeling and multi-tenant setup
- API Documentation - REST API reference
- Wiki - Comprehensive documentation hub
- Autonomous AI Live Streamer - Fully autonomous 24/7 sales orchestration
- Live Commerce Intelligence - Real-time product detection and QR generation
- Neural Voice Translation - Voice cloning with live translation
- Autonomous Viral Capture - AI-driven highlight recording
- Multi-Modal Accessibility - Combined visual, audio, and interactive elements
- β 0 lint errors, 100% TypeScript
- β High-Performance Smart Rendering (Optimized WebGL)
- β Multi-tenant architecture
- β Global CDN integration
- β Real-time monitoring
- β Comprehensive documentation
Subscription Tiers:
- Free: 500 credits/month
- Pro: 2000 credits/month + priority support
- Enterprise: 6000 credits/month + dedicated infrastructure
Credit Costs:
- Text generation: 1 credit
- Image generation: 4 credits
- Video generation: 10 credits
- Live streaming: 1 credit per 60 minutes
- Music generation: 5 credits
Unlimited Bypass: ElevenLabs integration provides unlimited media generation
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
If you find AntStudio useful and want to support its development, you can sponsor the project via PayPal:
π Sponsor via PayPal (dmtan90@gmail.com)
AntStudio is dual-licensed:
- Personal & Non-Commercial Use: Licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). You can use, modify, and distribute the software for free, provided that any derivative works are also licensed under AGPL-3.0 and their source code is made available.
- Commercial Use: Requires a Commercial License. If you wish to use AntStudio for commercial purposes, in a closed-source environment, or without the restrictions of AGPL-3.0, please contact Tan Do at dmtan90@gmail.com to purchase a commercial license.
See the LICENSE file for more details.
Version: 2.0.0 (Singularity)
Status: Production Ready β
Last Updated: January 2026
Made with β€οΈ and π€ by the AntStudio Team
"From Script to Singularity - Transforming Creativity with AI"



