Get Epiclips running locally on your machine in minutes. Use our recommended Docker setup or configure manually with uv.
Start by cloning only the necessary files to your local machine.
Copy the example environment file and update it with your API keys.
Start the entire stack (backend + frontend) with a single command.
The API will be available at http://localhost:8000 and the app at http://localhost:3000
1. Initialize and install dependencies using uv:
2. Run the development server:
1. Navigate to frontend directory and install dependencies:
2. Start Next.js development server:
Create a .env file in the root directory:
# AI Services OPENROUTER_API_KEY=your_key OPENROUTER_MODEL=google/gemini-flash-1.5-8b GROQ_API_KEY=your_key # Optional AWS_ACCESS_KEY_ID=... AWS_SECRET_ACCESS_KEY=... WEBHOOK_URL=...