Persistent memory for AI coding agents. Findings, tasks, and patterns stay as markdown in a git repo you own, and you can browse the same store from a terminal shell, a 3D web graph, VS Code, or an iPhone.
- 10 MCP tools by default, 61 in full
- 7 surfaces: shell, graph, web, VS Code, iOS
- Claude / Copilot / Cursor / Codex
Findings, tasks, and context persist as markdown across sessions, projects, and machines, and reload automatically.
- TypeScript
- MCP
- SwiftUI
- Node.js
A React data grid with spreadsheet features built in: sorting, filtering, pagination, cell editing, range selection, copy/paste, and the fill handle. Drop in the component, or compose the hooks onto your own table.
- Component or hooks
- Radix / Fluent adapters
- MCP docs + testing bridge
Teams get real spreadsheet interactions on the UI library they already use, without adopting a heavy grid framework.
- React
- TypeScript
- Radix
- Fluent UI
- MCP
Max for Live devices written in Python instead of clicked together in a GUI. Pure standard library, ships to PyPI.
- 100+ DSP blocks
- Tests assert audio behavior
- Reverse-engineering pipeline
Audio devices become scriptable, reproducible, and version-controllable instead of being trapped in a visual editor.
- Python
- Max for Live
- Audio DSP
- PyPI
An MCP bridge for Ableton Live. Controller-first interface for transport, views, tracks, clips, devices, and the mixer, plus stable read resources for current state.
- 220 tools
- Tools + live:// / max:// / docs:// resources
- macOS / Windows / WSL
An agent can investigate a Live set or drive a session without the operator clicking through Ableton's UI.
- Python
- MCP
- Ableton Live
- FastMCP
Rewrite of the project-based ERP I built and ran at ADM for a decade, this time as a multi-tenant SaaS: projects, timesheets, invoicing, expenses, HR, and reporting on Bun and React.
- Successor to Intranet
- Multi-tenant, per-seat billing
- Fail-closed authorization
A project-based ERP with the workflow modeled into the data layer from day one, and self-service orgs with per-seat billing on top.
- Bun
- Hono
- Drizzle
- Postgres
- React 19
- Stripe
Multi-tenant ticketing on Bun, Hono, and Postgres, with a local-first desktop frontend that mirrors every ticket to disk as markdown and an MCP server, so the same queue lives in the browser, your editor, and your agents.
- 26 MCP tools
- Multi-tenant by org, never by URL
- Markdown mirror on disk
Service management runs in the browser, while the same tickets become a corpus your editor and your agents can both read.
Crypto reconciliation SaaS. Wallet history across fourteen chains, read-only exchange sync, statement imports, and traceable FIFO worksheets you can audit line by line.
- 14 chain readers
- 4 exchange connections + CSV/JSON imports
- Traceable FIFO lots
Every number on a draft tax worksheet traces back to a lot, a source row, and a reviewed decision. Nothing is silently zeroed.
- TypeScript
- Hono
- SQLite
- Node.js
A newborn log for two phones. Feeds, diapers, and sleep logged by tap, widget, or Siri, shared through iCloud so both parents see the same log.
- iPhone + iPad
- iCloud sharing between phones
- On-device Ask, no servers
Two tired parents get one shared log, a feed alarm, and a handoff for the nights, with nothing leaving their phones.
- Swift
- SwiftUI
- CloudKit
- WidgetKit