stickyinc · v0.5.2 · the subscription-mode release
Your chats evaporate. This sticks.
A floating pane plus an MCP server. The things you decide in a chat
— call the dentist, email Sarah, schedule the review —
don't vanish when the tab closes. They land on the side of your screen
and wait until you tick them off.
Free. Open source. MIT. BYO key. Works with Claude, OpenRouter, OpenAI,
or any OpenAI-compatible endpoint. No backend, ever.
01 · the idea
Chats are cheap. The commitment graph is what compounds.
┌──────────────────────────┐ ┌──────────────────────────┐
│ user ▸ call the │ MCP │ ☐ call the dentist │
│ dentist friday │ ─────▶ │ ☐ email Sarah │
│ claude ▸ noted, adding. │ tool │ ☑ ship v0.5 │
└──────────────────────────┘ │ ☐ make it stick │
│ └──────────────────────────┘
the chat the pane
evaporates at close lives in ~/.stickyinc forever
Every other AI overlay on the market follows the same shape —
summon, ask, dismiss. The model is a disposable oracle; you
are the durable storage. You close the tab and within an hour the
answer has evaporated from your brain.
StickyInc is the inverse. Chats are ephemeral; the graph of
commitments you build from them over months — the promises,
deadlines, quiet todos you let slip into conversation — is the part
that actually compounds. Nobody was storing it. StickyInc is the
canvas it lands on.
Swap Claude for GPT tomorrow. Your pane is still there.
02 · how it works
Three small moves.
01
Claude writes it.
In any Claude Code or Claude Desktop session, say
"I need to call the dentist Friday."
Claude calls StickyInc's MCP. A new checkbox appears in your pane
before you finish reading its reply.
02
You tick it.
Hover the strip on the right edge of your screen. The pane slides
out. Click to complete — the task strikes through, then drops into
a quiet archive for tomorrow-you. The line Claude sees next turn
says "user completed: call the dentist."
03
Calendar gets it.
Dated items forward to Google Calendar through Claude's own
connector. StickyInc doesn't run its own OAuth flow — one less
thing to set up, one less place your tokens live.
Claude never talks to the pane directly. They share state through
SQLite — one source of truth, nothing to sync, no IPC to break. The
MCP server ships as a stdio binary; the pane is a Tauri app under
1 MB of Rust. Both read and write the same tasks.db.
04 · download
Pick your platform. One click. One minute of setup.
Every tagged release ships binaries for macOS, Windows, and Linux — all built in CI from
this repo,
all open source. Builds are currently ad-hoc signed; notarized
installers arrive in v0.6 (see
SIGNING.md).