A coding agent that ships
Real Claude Code sessions, restored across launches. Pick a purpose — brainstorming, building, reviewing, debugging — and the AI shifts gears with you.
What it does
Code with an AI agent. Hit your APIs. Query your databases. SSH into your boxes. We're adding more — but you'll never need a second window for any of it.
Real Claude Code sessions, restored across launches. Pick a purpose — brainstorming, building, reviewing, debugging — and the AI shifts gears with you.
Collections, environments, history. Paste a cURL and hit Send. Import what you've got from Postman. Done with the round-trip.
PostgreSQL, MySQL, SQLite, ClickHouse. Real autocomplete, real schema awareness. Tunnel through SSH without leaving the editor.
Browse collections like a tree. Inspect documents as syntax-highlighted JSON. Watch keys with TTL. All in the same window.
Save profiles, store keys in your Keychain, attach to a real terminal. The AI can run commands too — but only after it shows you what and why.
Clauge is built to absorb the next tool you reach for. One window, one keyboard, one AI — that's the bet.
The AI
Most assistants give you a chatbox and hope you describe your tools well. Clauge's AI is in the tool. Ask in plain English; it writes the query, fills the request, edits the file, or proposes the shell command — already wired to the right context.
It reads the relevant files, finds the shape of your existing code, and proposes the edit — diff first, ship second.
middleware.ts,
session.ts… proposing
edit.
✓ 2 files · +24 / −9 · ready to apply
It writes the query against your schema — picks the right dialect, knows your column names, runs it.
SELECT plan, count(DISTINCT user_id)
FROM events WHERE ts >= now() -
INTERVAL 7 DAY GROUP BY plan
5 rows · 318 ms
It fills the URL, the headers, the body — using your environment variables. You hit Send.
POST /payments/intents · body
{ amount: 2400, currency: "usd" }
201 Created · 84 ms
It proposes the command, tells you why, and waits for a click. No surprises, no destructive edge cases.
du -sh /var/* | sort -h | tail -5
— read-only.
↳ Run on bastion-eu? [Cancel] [Run]
Themes
Five themes out of the box. Every surface — editor, terminal, sidebar, chips — recomposes together.
Keyboard
One muscle memory across every workspace.
Native, fast, free for personal use.