AI-Powered Video Generation Pipeline
Transform text prompts into professional videos using AI. No video editing skills required.
AutoVio is an open-source platform that automates video production for developers and content creators. Write a prompt or a few lines of code, and AutoVio's AI pipeline generates scenarios, images, and videos automatically.
Perfect for:
- Product demos and feature announcements
- Marketing videos and social media content
- Tutorial and explainer videos
- Automated video workflows
Text Prompt → LLM (Scenario) → Image AI → Video AI → Professional Video
- Describe what you want in plain text
- Generate scene-by-scene scenarios with AI
- Create images and videos automatically
- Edit in the timeline editor with overlays
- Export your final video
| Repository | Description |
|---|---|
| autovio | Core platform - React frontend + Express backend |
| autovio-mcp | MCP server for Claude, Cursor, and AI assistants |
| autovio-docs | Documentation site (Astro Starlight) |
- Text-to-Video API - Generate videos programmatically
- Multi-Provider Support - Gemini, OpenAI, Claude integration
- MCP Server - Use with Claude Desktop, Cursor, or any MCP client
- Timeline Editor - Fine-tune with overlays, transitions, audio
- Template System - Reusable branding and layouts
- Self-Hosted - Run on your own infrastructure
# Clone and install
git clone https://github.com/Auto-Vio/autovio.git
cd autovio
bun install
# Configure environment
cp .env.example .env
# Edit .env with your API keys
# Start development
bun run devAutoVio works with your favorite AI tools:
- Claude Desktop - Generate videos through conversation
- Cursor - Create product demos while coding
- N8N / Make - Automate video workflows
- OpenCode / Openclaw - Mobile video generation
- Frontend: React, Vite, TailwindCSS
- Backend: Express, MongoDB, TypeScript
- AI: Google Gemini, OpenAI, Anthropic Claude
- MCP: Model Context Protocol for AI integration
AutoVio is available under the Polyform Noncommercial License. Free for personal and non-commercial use. Contact us for commercial licensing.
