Product

Everything on the board, and the rules underneath it.

Sticky Brain is small on purpose: four columns, six pigments, one button. What makes it worth trusting is what it refuses to do.

The board

Four columns — Inbox, Doing, Waiting, Done — and a stack of sticky notes you drag between them. Doing carries a work-in-progress limit so the column reads 1/3 at a glance. New notes land in the column you choose in Settings. Every column has a dashed drop zone when it's empty, so the first note always has somewhere to go.

The board in the current palette

The toolbar shows what's connected — vault note count, Outlook, Claude — with a status light each, a Triage button that runs accept-or-ignore across every note at once, and the gear that opens Settings.

Notes

A note is paper, not a card. Collapsed, it shows its title plus badges for what's attached — 2 notes, 1 mail, due Sep 4. Expanded, it's a small workspace: body text, attached evidence, and the Enrich button.

Rendering and interactive checkboxes can both be turned off under Settings → Notes.

Enrich — the one button

A note has exactly one content action. New capability becomes a new kind of recommendation in the same accept/decline list — never a second button.

Expand a note and press Enrich. One pass:

Back come findings (evidence worth attaching) and recommendations (a next step, a due date, a tag, a column move), each with a one-line reason. Accept with ✓, decline with ✕. Nothing touches the note until you click. Accept all takes everything still open; Done clears the list.

Enrich results listed on a note with accept and decline controls

Claude can only propose things that exist. Findings are picked from a candidate list built by local search, and every id is re-checked against real data before it can reach the board. Dates must parse; tags you already have are filtered out. If a source is unreachable, that source is reported as a problem and the rest of the pass still runs.

The Ask about this note… box below Enrich is for anything else — a question, or "draft a reply to that email". Drafts are never sent.

Vault sync

Off by default. Turn on Store notes as markdown files and each card becomes a real note in a folder you choose, with a sticky-id in its frontmatter for identity. Enabling it runs a scan, then shows you the exact list of files it will create or modify. Nothing is written until you confirm.

The safety rules, in order of how much they matter

Editing in Obsidian

Change a note's text, title, tags, due date or sticky-column in Obsidian and the card updates to match. Rename or move the file and the card follows — identity is the sticky-id, not the path. If both sides changed, nothing is overwritten in either direction; the card shows a banner with three choices, and all three keep what's on disk. A card you're actively typing in is never updated out from under you.

Notes you already have can be brought onto the board with Import… — the one operation that edits files Sticky Brain didn't create. It lists every candidate and only touches the ones you tick. Attached brain notes become wikilinks in a fenced block, so a card shows up in Obsidian's graph and backlinks. Each card gets an Open in Obsidian link once it has a file.

Connections

The board works on its own. When you want more, the gear opens Settings and you attach things one at a time. Each is independent, and each renders an honest "not connected" state until you set it up.

ConnectionWhat it needsWithout it
Obsidian vaultA vault folder, chosen in SettingsBoard works; Enrich has no vault to search
ClaudeClaude Code, signed in — no API keyBoard works; Enrich is disabled
Microsoft 365Outlook on this Mac, already signed inEnrich searches the vault only
Settings page with Connections rows carrying status lights

Claude, with no key. Sticky Brain talks to Claude through the claude CLI, which is already signed in to your account — nothing to paste, nothing billed separately. When the CLI is the backend it runs with every tool disabled, in a scratch directory. An Anthropic API key still works as a fallback.

Microsoft 365, locally. No Azure registration, no tokens, nothing over the network: mail and calendar are read from the Outlook app on this Mac over AppleScript, from whatever accounts you're already signed into. macOS asks once for permission; revoke it any time in System Settings → Privacy & Security → Automation. It's read-only — it cannot send mail or change your calendar.

Appearance

Two independent axes — a palette and a feel — so any of the four colors wears any of the three feels.

PaletteCharacter
LightClean paper, warm neutrals, terracotta accent
DarkDeep slate; note pigments drop in luminance so text stays light-on-dark
NaturalLinen and moss, serif headings, dye-plant pigments
MagicalCandlelit library — midnight and gilt, parchment notes, wax seals, drifting motes
FeelShape and space
AcademiaPaper on a desk. Notes lean, corners curl, everything close at hand. The default.
SpaceLinear and geometric. Nothing leans, nothing curls, square to the grid, with real room to breathe.
OrganicSoft edges. Generous radii, a lazy lean, diffuse shadows, borderless columns.

Motion: Animated / Still. Still collapses every duration, removes the per-note tilt, and stops the magical theme's motes. The OS "reduce motion" preference is respected independently.

Keyboard

KeyDoes
TabMove between notes, handles and controls. Focus is always visible.
Space on a handlePick the note up
Reorder within a column
Move to the column beside it
Space againDrop it
EscCancel the move, or close Settings and Triage

Closing Settings or Triage returns focus to whatever opened it.

Data and secrets

Install

Requirements: macOS 13 or later on Apple silicon. Optional: Obsidian, the Outlook app, and Claude Code for Enrich.

Build from source in two commands. The result is release/mac-arm64/Sticky Brain.app and a .dmg beside it.

# TODO: repository URL git clone https://github.com/<your-org>/sticky_brain.git cd sticky_brain npm install npm run dist:mac cp -R "release/mac-arm64/Sticky Brain.app" /Applications/

A locally built app carries no quarantine flag, so it launches normally — no Gatekeeper step. That only applies if you move the .dmg to another Mac, since the build isn't code-signed. On the receiving machine:

xattr -dr com.apple.quarantine "/Applications/Sticky Brain.app"

Questions

Does it need an account?

No. The board works with nothing connected. Claude features use the claude CLI you're already signed into; there's no Sticky Brain account anywhere.

Will it change my Obsidian notes?

Not unless you turn on markdown storage, and even then only files carrying a sticky-id inside the folder you chose. It never overwrites an edit you made, never deletes, and refuses mass changes. Everything is logged.

Can Claude run anything on my machine?

No. The CLI runs with every tool disabled in a scratch directory. Note text, vault content and email bodies are things you didn't write, so Claude is never given the ability to run commands or touch files while reading them.

Can it send email or move my meetings?

No. Outlook access is read-only. Drafts Claude writes stay drafts on the note.

Windows or Linux?

Not yet. The Outlook integration is macOS-specific (AppleScript) and the app is built and tested on Apple silicon. The board itself is Electron, so a port is plausible.

Is it free?

Yes. License and source details to follow.