A web-based code execution environment that lets you run code in isolated sandboxes using Daytona's platform.
- Execute code in multiple languages (TypeScript, JavaScript, Python)
- Upload files to use in your code
- AI-powered code analysis, explanation, and optimization
- Secure execution in isolated sandboxes
- Clone this repository
- Install dependencies:
npm install - Create a
.envfile with your API keys:
DAYTONA_API_KEY=your-daytona-api-key
DAYTONA_SERVER_URL=your-daytona-server-url
DAYTONA_TARGET=us
ANTHROPIC_API_KEY=your-anthropic-api-key- Run the server:
npm start - Open http://localhost:3000 in your browser