Back to Home
lipeiying24-sys icon

OpenWebIDE

Verified Safe

by lipeiying24-sys

Overview

An AI-powered serverless cloud IDE that facilitates code development and interaction with GitHub repositories using AI agents.

Installation

Run Command
cd worker && npm run deploy

Environment Variables

  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • OPENAI_BASE_URL

Security Notes

The Cloudflare Worker backend uses environment variables for AI API keys, which is good practice. The GitHub Personal Access Token (PAT) is handled as an Authorization header, which is standard. The system does not use 'eval' or similar dangerous functions. CORS is set to `*`, which broadly allows requests from any origin; while not ideal for all APIs, it's a common pattern for public Cloudflare Workers and relies on the GitHub PAT for authorization rather than origin restriction. The AI's generated tool arguments are directly passed to Octokit, relying on the defined input schemas and Octokit's own validation, meaning prompt engineering plays a crucial role in preventing unintended actions.

Similar Servers

Stats

Interest Score55
Security Score8
Cost ClassMedium
Avg Tokens3000
Stars1
Forks0
Last Update2025-12-14

Tags

AIIDEServerlessCloudflareGitHubDeveloper Tool