Early access — work in progress

The AI editor
built for how you code.

Boongle IDE pairs a familiar editor with an agent that reads your project, edits files, and plans alongside you — all in one place.

File Edit Selection View Go Run Terminal Help
Boongle IDE — my-project
Explorer
MY-PROJECT
src
App.tsx
main.tsx
package.json
App.tsx ×
main.tsx
1import { useState } from 'react';
2
3export function App() {
4 const [count, setCount] = useState(0);
5 // Ask the agent to refactor this ↑
6 return <main>{count}</main>;
7}
main* Ln 4, Col 12 · UTF-8 · TypeScript React
AI Agent
GPT-5.4 Mini Agent ▾

Try the chat — type a message below and press Enter.

I'll extract the counter into a custom hook when you're ready. Ask me to refactor the counter or add tests.

Written useCounter.ts src/hooks/useCounter.ts +24 -0

Interactive preview — type in the AI panel to simulate a chat.

Built for modern development

Agent mode

Let the agent read your repo, edit files, and run tools — with live diffs as it writes.

Ask & Plan

Switch to Ask for read-only help, or Plan to draft a PLAN.md before touching code.

Familiar editor

VS Code–style UI, themes, and file tree — so you feel at home from day one.