What's next

3 phases shipped. 2 to go. Every feature built in the open.

01
Phase 1

Core Capture

Shippedv0.1.0
  • Global shortcut to summon floating post-it window
  • Type, close, note saved as markdown in ~/Documents/Stik/
  • Folder organization (Inbox, Work, Ideas, Personal, Projects)
  • Search modal with highlighted matches
  • Manager modal (browse, delete, rename, move notes)
  • Pin notes as floating sticky notes on desktop
  • Configurable shortcuts for every action
  • Rich text editing with markdown support (Tiptap)
  • System tray with quick actions
02
Phase 2

Stability & Security

Shippedv0.2.0
  • In-memory note index for fast search
  • On-demand content loading (lightweight IPC)
  • Versioned JSON storage with auto-migration
  • Path traversal validation
  • Content Security Policy for webview
  • Scoped filesystem permissions
  • Atomic file writes (prevent data corruption)
  • Mutex recovery (prevent crashes)
  • Architecture refactor (split main.rs into focused modules)
03
Phase 3

On-Device AI & Sharing

Shippedv0.3.0
  • DarwinKit sidecar — Swift CLI exposing Apple NaturalLanguage framework
  • Semantic search (hybrid text + vector similarity with badges)
  • AI folder suggestions based on note content
  • Language-aware embeddings (per-language vector spaces)
  • Git-based folder sharing (background auto-sync)
  • Capture streak (consecutive-day counter)
  • “On This Day” resurfacing (daily notification from past years)
  • Share as clipboard (rich text, markdown, or image)
  • Settings redesign (Raycast-style tab layout)
04
Phase 4

Voice & Vision

In progress
  • Voice capture via global shortcut (push-to-talk, on-device transcription)
  • Screenshot OCR capture (select region, extract text, save as note)
  • Daily digest notification (summary of captured thoughts)
  • Raycast extension (capture to Stik from Raycast)
05
Phase 5

Ecosystem

Upcoming
  • PKM integration (folder aliasing to Obsidian vaults, Logseq, etc.)
  • Apple Foundation Models integration (on-device LLM for summarization, auto-tagging, note cleanup)
  • Export rules (trigger-based actions on note save)
  • iOS companion app (read-only, via iCloud)

How we build

Local-first

Your notes are markdown files on your machine. No cloud required.

Privacy by design

All AI runs on-device via Apple frameworks. Nothing leaves your Mac.

Open source

Every line of code is auditable. MIT licensed.

Fast and simple

Sub-second capture. Keyboard-driven. Stay out of the way.