Skip to content

neuraparse/orbide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

OrbIDE

OrbIDE

Where context is built.

React 19 TypeScript Tauri 2 Yjs CRDT 830+ tests MIT License


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.


What makes it different

Not page-centric — context-centric

A single line can be a first-class object. Promote any text into a Task, Decision, Meeting, Source, or Playbook without leaving your notes.

AI gets memory, not just prompts

Context packs bundle your architecture decisions, naming rules, project structure, and active tasks into a format AI agents actually understand.

Write anything — articles, code, LaTeX, specs

Rich text with Tiptap. Code blocks with CodeMirror. LaTeX compilation. Markdown export. It's a full workspace, not just a note app.

3D Knowledge Graph

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.

Lighter than VS Code, smarter than Obsidian

~2MB core bundle. Boots in under 100ms. Native desktop via Tauri — no Electron bloat. 830+ tests. Offline-first with Yjs CRDT.

One-click context export

Generate CLAUDE.md, .cursorrules, AGENTS.md, wiki/index.md, and schema/context.json from your workspace. Your AI tools finally know what you know.


Coming Soon

These features are actively in development and will ship in the next releases:

Dynamic Context Engine

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.

3D Force-Directed Knowledge Graph

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.

Codebase Scanning & Analysis

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.

Context Export for AI Tools

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

Local Vector Search (WASM)

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.

MCP Server

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.


Quick Start

npm install
npm run dev        # Browser dev server
npm run tauri:dev  # Desktop app
npm test           # 830+ tests

License

MIT

About

Soon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors