AI coding without agents. Guide the model to production-grade code with engineer-level control over context. Works with VS Code, and forks like Cursor, Windsurf, and VSCodium. ✅ Send prompts anywhere
✅ Apply responses—sophisticated markdown parser for multi-file changes integration
Introduction👨⚖️ Respect to chatbots' Terms of Use Code Web Chat helps you use your favorite coding web tools like ChatGPT's canvas. The idea to initialize chatbots is borrowed from Firefox and because there is no further automation once the prompt is sent, by using CWC you're not violating their Terms of Use. Contributors should not submit pull requests implementing further chat automations of any kind, as these will be kindly rejected. 🧐 The limitations of LLMs Large language models (LLMs) are trained on vast datasets targeting many use cases. For code generation, a model's training involves analyzing millions of simulated problem-solving flows, such as arriving at the accepted answer from a given StackOverflow question. For the purpose of agentic coding, models are trained on an additional layer of data that simulates gathering context and planning its next steps. Because the model is only as smart as examples it has seen in its pre-training stage, the possible coverage of real-world problems when approached at a high level is fundamentally limited. Therefore, CWC is designed to align with LLMs' true capabilities—that is, code generation in a controlled signal-to-noise ratio environment. Controlled by you, the engineer. 🧠 Guide the model with context Unlike coding agents that require detailed instructions to understand your intent and locate relevant files, with CWC you provide fine-grained context up front, allowing simple, even vague instructions.
Meet the CWC's non-agentic workflow—select folders and files, enter instructions, and send message via...
Constructed message looks like the following example:
Once the response is generated, CWC's built-in parser extracts code blocks with suggested edits for one-click multi-file changes integration. Chatbot initializationInstall the open-source Connector in your browser and never copy & paste again. Supported chatbots
API ToolsAnything CWC can do in chatbots, it can do calling model providers directly from the editor.
🛠️ Edit Context 🛠️ Code Completions 🛠️ Intelligent Update 🛠️ Commit Messages CommandsCode completions
Checkpoints
Context
Enterprise securityCode Web Chat operates exclusively on your machine. Your code and instructions are sent directly to chatbots via editor-browser communication channel run on local Websockets. For API tools, model providers are called directly. CommunityIf you have a question, or want to help others, you're always welcome in our community. DonationsIf you enjoy using Code Web Chat, buying a $3 coffee is a great way to show your support for the project. BTC: bc1qfzajl0fc4347knr6n5hhuk52ufr4sau04su5te ETH: 0x532eA8CA70aBfbA6bfE35e6B3b7b301b175Cf86D XMR: 84whVjApZJtSeRb2eEbZ1pJ7yuBoGoWHGA4JuiFvdXVBXnaRYyQ3S4kTEuzgKjpxyr3nxn1XHt9yWTRqZ3XGfY35L4yDm6R ContributingAll contributions are welcome. Feel free to submit pull requests, feature requests and bug reports. Copyright © 2025 Robert Piosik |