Write notes, connect ideas, and see the bigger picture

A web app I made for free, offline-first note taking, fusing Notion and Figjam.

DevBoard keeps notes, maps, and references in one local-first workspace, linked workspace so you can change modes without losing the thread. Connect notes or put them on a board.

DevBoard in action

Why another notes app?

Most note and idea tools are built for teams presenting to stakeholders — not for a solo dev at 11pm trying to untangle a gnarly system design. They're slow to open, require sign-in, and default to a polished, presentation-ready canvas that fights against rough, fast thinking.

DevBoard started as a single HTML file I could run anywhere. The constraint — no backend, no build step, no accounts — turned out to be the feature. It loads in under a second. You close the tab; your board is still there next time.

What's in v1

Everything you need to think out loud, nothing you don't.

Infinite canvas

Pan, zoom, dot grid — no boundaries on your thinking

Sticky notes

Color, edit, resize, copy/paste — full keyboard shortcuts

Smart connectors

Bezier curves that snap between notes

Offline first

Everything persists in your browser — no account, no sync

DevBoard sticky notes and canvas DevBoard sticky notes and canvas

Keyboard shortcuts:  V Select   H Pan   S Sticky   L Line   ⌘C / ⌘V Copy/Paste

Going native

The biggest milestone in this update: DevBoard is no longer browser-only. Native desktop builds are now live for Mac (Apple Silicon) and Windows — a portable .exe you can run without an installer.

Because the app was built to be self-contained from day one, going offline-native required almost no architectural changes. The constraint paid off.

What changed in this update

A lot of the "that's annoying" moments got fixed in this pass.

  • Undo/RedoCtrl+Z / Shift+Z. Finally mess up with confidence.
  • Context-sensitive toolbar — the toolbar now shows only what's relevant. Select a sticky: get color swatches. Select text: get font options.
  • Shapes & text blocks — rectangles, diamonds, ellipses, and free-text labels for proper diagrams.
  • Sections — group items into labeled areas to keep large boards navigable.
  • Fixed the blinking editor — the background of a note no longer disappears when you type into it.

Coming next: pen/draw tool, export to PNG, multiplayer (maybe).

DevBoard context toolbar
Try Demo