Home In progress

Waddl

A cozy desktop home for agentic coding. I live in AI IDEs, so I designed the one that fixes my own gaps.

AI Agents Electron TypeScript

The problem

Messy work spaces. Sending prompts to the wrong chat. Tricky debugging. No pixel ducks. All are issues I face on the daily as a software engineer.

Demo

Open the full demo ↗

Three problems, three fixes

Additions I'd make to agentic IDEs to reduce friction in my everyday workflows.

Project folders to organize chats

Chats live in named, collapsible folders you drag them into. I stay organized and I'm no longer sending the prompt to the wrong repo accidentally.

waddl · sidebar live
The real component. Collapse a project, drag a chat into another folder, or double-click a name to rename it.

Revert checkpoints for controlled undoing

I don't waste tokens or efficiency anymore by leaving my agent going only to realize it messed up a while back. I can rewind incrementally so I can debug easier.

waddl · timeline live
Hover an edit and “Restore to here” surfaces, ghosting out the steps it would undo. Click to rewind, then return to latest.

A duck that waddles through your code

Rubber duck theory, anyone?

waddl · composer working
I swear, he helps me debug.