projects
-
zenbrain
An AI brain that combines zenrag and zenpreference for knowledge retrieval and preference recall. Includes an MCP server and CLI. - Unified context — Combines knowledge (RAG) and preferences in one call - MCP server —…
-
zenpreference
A semantic preference store for AI applications. Store key-value preferences with natural language content and retrieve them by semantic similarity. - Semantic retrieval — Find preferences by meaning, not just exact…
-
zenrag
A minimal RAG (Retrieval Augmented Generation) library for the Vercel AI SDK. Semantic search over documents with SQLite or in-memory storage. - Chunking — Configurable text chunking with overlap - Vector stores —…
-
zengrab
Select context for coding agents directly from OpenTUI apps. Click any component in your terminal UI to copy its component name, type, and hierarchy to your clipboard—ready to paste into Cursor, Claude Code, Copilot, or…
-
mobile-responsive-sonner
A tiny wrapper around sonner that automatically picks the best toast position based on device type. Instead of hardcoding toast positions everywhere, this picks sensible defaults for you: - Mobile → top-center - Desktop…
-
local-rag
A local RAG (Retrieval-Augmented Generation) library that plugs into the Vercel AI SDK for context retrieval. Persists to a local JSON file by default. For small apps, enable these options: - FileStore – Async I/O,…