Code. Deploy.
Ship.
The AI-native IDE built for solo developers who ship fast.
Not a fork. Purpose-built from scratch.
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.
Process Isolation
All database access in the main process. Renderer communicates via typed IPC only.
Consistent IPC Contract
Every handler returns { ok, data } or { ok, error }. No raw throws across the bridge.
Offline First
Monaco runs through a custom protocol. Zero network requests required for core editing.
Native Module Support
better-sqlite3 and node-pty unpacked from ASAR for production builds.
| Layer | Technology |
|---|---|
| Shell | Electron 33 |
| Build | Vite |
| UI | React 18 + TypeScript |
| Editor | Monaco Editor |
| Terminal | node-pty + xterm.js |
| State | Zustand |
| Database | better-sqlite3 |
| Git | simple-git |
| Package | electron-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.