/ 01Finance · iOS · Web · MCP · 2026, live
OpenTeller
AI-powered personal finance with bank sync that never touches Plaid.
Credentials stay on the phone. An LLM writes each bank's extractor once, then it runs cached and deterministic forever. Automatic categorization, a natural-language assistant on Apple Intelligence or GPT, and the whole dataset exposed over MCP. On the App Store and the Chrome Web Store.
SwiftUINodeFirestoreMCPOpenAI
/ 02Community · iOS · Ongoing
TENT
The community app for TENT. Built twice, the second time native.
Started as a React Native app on Firebase, then rebuilt like-for-like as a full native SwiftUI app: MVVM with protocol-backed services, an editorial design system, Liquid Glass on iOS 26 with a clean iOS 16 baseline.
SwiftUIReact NativeFirebase
/ 03Memory · MCP · 2026, live
Brain
A persistent memory layer that follows you across Claude, ChatGPT, and the CLI.
One MCP endpoint, your Postgres. Tokenized recall with tag-weighted scoring. Replaces each lab's built-in memory with something that survives the next vendor switch. I use it every day.
NestJSPostgresMCPCloud Run
/ 04Productivity · Email · 2026
Brief
An AI copilot for the inbox that briefs, drafts, and remembers.
Morning briefings, drafts in your tone, and conversational search across threads. It sits next to Gmail, not instead of it. A NestJS service with a first-class memory module.
NestJSReactOpenAIGmail API
/ 05Developer tools · 2026, open source
Claude Code GUI
A native desktop surface for Claude Code where the official app isn't allowed.
An Electron wrapper around the approved CLI. Conversation history, worktree git ops, and a custom MCP bridge that turns tool approvals into real modal dialogs.
ElectronNodeMCP SDK
/ 06Developer platform · 2026, R&D
Semantic VCS
Version control built for the era when agents write most of the code.
Three Rust services (API, collab, and a streaming execution runtime) under a React IDE. A semantic merge engine instead of text merge.
RustWebSocketReact