v1.0.0 — Now available

Code. Deploy.
Ship.

The AI-native IDE built for solo developers who ship fast.Not a fork. Purpose-built from scratch.

daemon ~/projects/my-app
~claude --model claude-opus-4-20250514

agent analyzing project structure...

agent found 23 files across 4 modules

agent implementing auth middleware with rate limiting

agent created src/middleware/auth.ts

agent created src/middleware/rateLimit.ts

agent running tests... 12 passed

~|

Features

Everything you need, nothing you don't

Purpose-built from scratch for AI-native development. Every feature designed to work seamlessly with AI agents.

Monaco Editor + Terminal

Full offline Monaco editor with multi-tab support, breadcrumbs, and syntax highlighting. Real PTY terminals powered by node-pty with split panes and tab completion.

Claude AI Integration

Spawn Claude Code agents with custom system prompts, model selection, and per-project MCP configs. Multi-agent sessions run as real CLI processes.

Browser Mode

Embedded Chromium browser with security sandbox. Preview, test, and interact with your applications without leaving the IDE.

Grind Mode

4-panel agent grid for parallel coding. Run multiple AI agents simultaneously across different tasks in your project.

Solana Wallet

Built-in wallet with live portfolio tracking via Helius. SOL balance, SPL token holdings, and PumpFun token launches directly from the IDE.

Deploy Panel

One-click deploys to Vercel and Railway. Connect your accounts and ship straight from the editor.

Git Panel

Branch switching, file staging, commit, push, stash, and tag management. Full visual git workflow without the terminal.

Crash Recovery + Auto-Update

Automatic crash recovery preserves your session state. Seamless auto-updates keep you on the latest version.

Architecture

Built right from day one

Clean architecture with clear separation of concerns. Every decision made intentionally.

01

Process Isolation

All database access in the main process. Renderer communicates via typed IPC only.

02

Consistent IPC Contract

Every handler returns { ok, data } or { ok, error }. No raw throws across the bridge.

03

Offline First

Monaco runs through a custom protocol. Zero network requests required for core editing.

04

Native Module Support

better-sqlite3 and node-pty unpacked from ASAR for production builds.

LayerTechnology
ShellElectron 33
BuildVite
UIReact 18 + TypeScript
EditorMonaco Editor
Terminalnode-pty + xterm.js
StateZustand
Databasebetter-sqlite3
Gitsimple-git
Packageelectron-builder

Project structure

electron/
  main/       App entry, windows, protocols
  ipc/        One handler per domain (14 modules)
  services/   Business logic layer
  db/         SQLite schema, migrations, WAL

src/
  panels/     One directory per UI panel (~30)
  store/      Zustand state management
  plugins/    Plugin registry + lazy loading
  components/ Shared UI primitives

Ready to ship faster?

Free, open source, and built for developers who work alone and move fast.

v1.0.0MIT LicenseOpen Source
30+
Panels
14
IPC Modules
10
Services