Teak

Your personal knowledge hub for collecting, remembering, and rediscovering ideas.

Save inspiration in one click and find it in two seconds — no more lost bookmarks or messy folders. Teak runs everywhere you work: web, desktop, mobile, browser, Raycast, and the command line, with real-time sync across all of them.

Website Docs Agent Skill License: MIT

Teak

Get Teak

Platform
🌐 Web Full dashboard with real-time sync Open app →
🖥️ Desktop Native macOS app with auto-updates Download →
📱 iOS Save from anywhere via the share sheet App Store →
🧩 Browser One-click saves while you browse Chrome → · Safari →
Raycast Save and search from your keyboard Install →
🧰 CLI Save, search, and manage cards from your terminal npm i -g teak-cli
🤖 Agent Skill Teach AI agents how to use Teak through CLI, API, MCP, and SDK workflows Skills.sh · npx skills add praveenjuge/teak --skill teak
🔌 API & MCP Programmatic and AI client access API docs →

Monorepo

teak/
├── apps/
│   ├── web/        # Next.js app
│   ├── mobile/     # Expo app
│   ├── desktop/    # Electron desktop app
│   ├── extension/  # Browser extension (Wxt)
│   ├── safari-extension/ # Native macOS Safari extension app
│   ├── raycast/    # Raycast extension
│   ├── cli/        # npm command line client
│   └── docs/       # Documentation site (Astro + Starlight)
├── .agents/
│   └── skills/     # Agent Skills published through skills.sh-compatible repos
├── packages/
│   ├── convex/     # Convex backend, public API, MCP, and SDK
│   └── ui/         # Shared UI package
├── turbo.json      # Turborepo pipeline config
└── package.json

Docs

View docs →

License

MIT License - see LICENSE file for details.