![]() Server : Apache/2 System : Linux server-15-235-50-60 5.15.0-164-generic #174-Ubuntu SMP Fri Nov 14 20:25:16 UTC 2025 x86_64 User : gositeme ( 1004) PHP Version : 8.2.29 Disable Function : exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname Directory : /home/gositeme/domains/gocodeme.com/public_html/ |
# GoCodeMe.com ## AI-Powered Web-Based Code Editor GoCodeMe.com is a self-hosted, AI-powered web-based code editor that combines the full VS Code experience with advanced AI assistance. ### Features - 🌐 **Web-based VS Code** - Full VS Code experience in your browser - 🤖 **AI Integration** - Claude-powered code assistance - 🔒 **Self-hosted** - Complete privacy and control - 📁 **Direct file editing** - Edit files directly on your server - 🎨 **Custom branding** - GoCodeMe.com branded interface ### Tech Stack - **code-server** - VS Code web implementation - **OpenRouter API** - Claude AI integration - **Node.js** - Backend services - **WebSocket** - Real-time AI chat - **Nginx** - Web server and reverse proxy ### Quick Start 1. Install dependencies: ```bash npm install ``` 2. Set up environment: ```bash cp .env.example .env # Edit .env with your OpenRouter API key ``` 3. Start development server: ```bash npm run dev ``` 4. Access at: `http://localhost:3000` ### Project Structure ``` gocodeme.com/ ├── src/ # Source code │ ├── server/ # Backend services │ ├── client/ # Frontend code │ └── ai/ # AI integration ├── public/ # Static assets ├── config/ # Configuration files └── docs/ # Documentation ``` ### Development Status - [x] Project setup - [ ] code-server integration - [ ] AI chat panel - [ ] Custom branding - [ ] File system integration - [ ] User authentication - [ ] Production deployment ### License MIT License - See LICENSE file for details.