Run While you sleep.
CodeConclave is an AI-native development environment designed to multiply engineering output. It combines a full cloud terminal, intelligent refactoring agents, and a global edge network into a single, cohesive workspace.
We built this because switching between your IDE, terminal, and AI tools breaks flow. CodeConclave brings them all together—your code never leaves your private VPC, but your capacity to ship scales infinitely.
- Cloud Terminal: A fully persistent bash environment. Install packages, run servers, and deploy instantly without configuring local environments.
- AI Co-Pilot: Context-aware code generation that understands your entire file structure, not just the open file.
- Jupyter Integration: Native support for
.ipynbnotebooks for data science workflows alongside your web application code. - Global Edge: Low-latency workspace streaming from the nearest edge node.
Built with a modern stack designed for performance and security:
- Frontend: React + Vite for sub-millisecond interaction.
- Editor: Custom implementation of Monaco Editor (VS Code core).
- Styling: Styled-components for themeable, component-scoped CSS.
- Backend: Node.js microservices handling auth, file systems, and LLM orchestration.
- Infrastructure: Dockerized containers orchestrated for isolation and security.
-
Clone & Install
git clone https://github.com/yourusername/CodeConclave.git cd CodeConclave npm install -
Environment Setup Copy
.env.exampleto.envand add your keys. You'll need a MongoDB URI and JWT Secret at minimum. -
Launch
npm run dev
Visit
http://localhost:5173to enter the enclave.
Your code integrity is paramount.
- Zero-Knowledge: We don't train on your private repos.
- VPC Isolation: Each workspace runs in an isolated container.
We are open-source at heart. If you want to improve the terminal emulation or add new AI agents:
- Fork the repo.
- Create a feature branch (
git checkout -b feature/amazing-agent). - Commit your changes.
- Open a generic Pull Request.
MIT © 2024 CodeConclave. Created by Mohak.