Product Thesis
AI coding agents made development feel like collaborating with a tireless assistant that reads and edits your files. Nothing equivalent existed for everything that isn’t code.
Smock is Cursor for your notes, tasks, and calendar: an agent that treats your personal knowledge like a codebase.


Workspaces
Loose notes and a hundred browser tabs are the real pain.
Workspaces are persistent, user-created containers that group related notes and conversations: the central product bet, designed from a written PRD before a line was built.


The agent edits your docs
You direct the agent in plain language and it edits the actual markdown: read, write, reorganize.
Modes give you control (“ask” is read-only, “edit” can write), and every change renders as a reviewable card.


Knowledge graph & backlinks
Obsidian-style wiki-links and a force-directed knowledge graph built on embeddings turn a pile of notes into a navigable web of connections.


Under the hood
A web app talking to a real agent runtime: streaming tool calls from a Python graph into a rich editor, multi-tenant and billed.

- Next.js 15 · React 19 · TipTap editor
- Python LangGraph agent (deepagents)
- Neon Postgres · Clerk · Stripe
- Vector + graph embeddings
- Multi-provider LLMs: Claude by default