Skip to content

nibzard/codeexecutor

 
 

Repository files navigation

Daytona Code Executor

A web-based code execution environment that lets you run code in isolated sandboxes using Daytona's platform.

Features

  • 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

Setup

  1. Clone this repository
  2. Install dependencies: npm install
  3. Create a .env file 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
  1. Run the server: npm start
  2. Open http://localhost:3000 in your browser

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 52.7%
  • EJS 47.3%