An open-source, powerful, minimalist web-based studio for AI-driven content creation and media processing.
- AI Captions Burner: Generate transcriptions with AI and burn the captions into your video.
- AI Video Editor: Have AI generate shorts and highlights using your > 10 minute video into ~2 minute videos.
- AI Integration: Designed to work with advanced AI models for transcription, translation, and content generation.
- Media Processing: Integrated FFmpeg support for video and audio manipulation directly in the browser.
- NO WATERMARKS: Fuck that.
This is built to be run locally, not deployed.
By default uses gemini-3-flash-preview for budget-friendly AI transcription. And 2.5-flash for translation and metadata generation.
See src/lib/geminiConfig.ts to change the defaults.
-
Clone the repository:
git clone https://github.com/HenBOMB/ai-studio.git cd ai-studio -
Install dependencies:
npm install
-
Set up environment variables:
cp .env.example .env
Fill in with your Gemini API key.
-
Run the Studio:
npm run build && npm start
