Where context is built.
Your AI coding agent starts every task from scratch. No memory of your architecture. No clue about past decisions. No context about why you built things the way you did.
OrbIDE turns your thinking into structured, queryable context that any AI tool can consume.
Write a note. Promote a sentence into a Decision. A paragraph into a Source. A checklist into Tasks. Everything becomes a context object — queryable, relatable, exportable. Feed it to Claude, Cursor, Copilot, Codex, or any MCP-compatible tool.
|
A single line can be a first-class object. Promote any text into a Task, Decision, Meeting, Source, or Playbook without leaving your notes. |
Context packs bundle your architecture decisions, naming rules, project structure, and active tasks into a format AI agents actually understand. |
|
Rich text with Tiptap. Code blocks with CodeMirror. LaTeX compilation. Markdown export. It's a full workspace, not just a note app. |
Visualize your entire workspace as an interactive force-directed 3D graph. See how decisions connect to projects, tasks link to sources, and ideas form clusters. |
|
~2MB core bundle. Boots in under 100ms. Native desktop via Tauri — no Electron bloat. 830+ tests. Offline-first with Yjs CRDT. |
Generate CLAUDE.md, .cursorrules, AGENTS.md, |
These features are actively in development and will ship in the next releases:
The workspace progressively builds structured context from your notes as you write. Architecture decisions, naming conventions, key files, project structure — all extracted automatically and kept in sync across a raw/wiki/schema layout. No manual CLAUDE.md maintenance.
Interactive Three.js visualization where every object, document, and code module is a node in a physics-simulated 3D space. Zoom, rotate, click to navigate. Watch your knowledge graph grow in real time as you promote notes into objects.
Open any project folder. OrbIDE scans the directory tree, detects languages, frameworks, entry points, and import/export relationships. The scan builds a code knowledge graph that merges with your note objects — giving AI tools a complete picture of both your codebase and your thinking.
One-click generation of:
- CLAUDE.md — Dense, <500-word project context for Claude Code
- .cursorrules — Conventions and patterns for Cursor
- AGENTS.md — Skills and decision logs for multi-agent workflows
- wiki/index.md — Durable wiki entrypoint for humans and agents
- schema/context.json — Machine-readable workspace summary for any tool
Client-side semantic search using Voy (75KB WebAssembly). Find related notes by meaning, not just keywords. No server, no API calls — runs entirely in your browser.
OrbIDE as a Model Context Protocol server. Any MCP-compatible AI tool can query your workspace: search notes, read decisions, get context packs, list active tasks — all through a standard protocol.
npm install
npm run dev # Browser dev server
npm run tauri:dev # Desktop app
npm test # 830+ tests