CodeVerse - A collaborative browser IDE with evidence for every change

by•
CodeVerse is an open-source collaborative browser IDE for building with humans and AI. It combines CRDT editing, Redis-backed distributed sessions, isolated execution, AI-assisted review, and replayable EvidenceOS records that explain what changed, why it changed, and how to recover. The v1.1 launch adds a reproducible 76-second tour, a public contributor roadmap, GHCR images, and the first merged external accessibility contribution.

Add a comment

Replies

Best
Maker
📌
I built CodeVerse because most browser IDEs stop at editor features, while real collaboration also needs reliable reconnects, multi-instance delivery, safe execution, and an auditable recovery story. The hard part was not getting two cursors on screen; it was making state survive process boundaries and making every change explainable. v1.1 is the first community launch: production is live, CI and container publishing are green, the architecture is documented, and our first external contribution is merged. I would love feedback on collaboration reliability, contributor onboarding, and the evidence model.