Browse the work

Different tools.
One builder.

Explore by the kind of project you have in mind. Real interfaces, working products, and the systems underneath.

Apps

Web and mobile products, from AI workspaces to offline-first tools.

AashiNyra Deals preview
FrontendProduction

AashiNyra Deals

Live women's fashion deals platform that tracks 16+ retailers nightly for genuine price drops, with cashback paid to UPI.

Next.js / Cloudflare Workers / Supabase
Injection-arena preview
AIOpen Source

Injection-arena

A self-hostable prompt-injection challenge game. Ten progressively harder levels stack real defenses; players try to make a guarded agent leak its secret, and a server-side judge scores every crack.

Next.js / TypeScript / SQLite
RelayG preview
AIProduction

RelayG

Support triage as a LangGraph state machine: typed state, SQLite checkpointing, and a human-in-the-loop interrupt that pauses the graph mid-run for refund approvals.

LangGraph / Python / SQLite
Resolvd preview
AIProduction

Resolvd

An end-to-end inbox operator: it auto-resolves support within policy and escalates the rest with a proposed action, so a human only handles what actually needs judgment.

Claude API / Python / n8n
Tracecase preview
AIProduction

Tracecase

CI for AI agents: record agent runs, replay them against prompt and model changes, and catch regressions before they ship.

Python / Agent evals / CI
Webhands preview
AIProduction

Webhands

A computer-use agent for tools with no API. It operates a real browser and refuses any write until you confirm it.

Computer use / Claude API / Python
Bridgekit preview
AIProduction

Bridgekit

A scoped MCP server that exposes company tools to agents with per-client permission boundaries and an append-only audit log of every call.

MCP / TypeScript / Node.js
Greenlite preview
AIProduction

Greenlite

Approve your agents from your phone: a one-tap human-in-the-loop cockpit for agent escalations, on web and mobile.

TypeScript / Next.js / Claude API
Casebook Chat preview
AIProduction

Casebook Chat

A streaming investigation assistant that tool-calls the Casebook MCP server and answers with cited real case IDs, rendering tool invocations inline as it thinks.

Vercel AI SDK / Next.js / MCP
AgentPostmortem preview
AIProduction

AgentPostmortem

A public registry documenting real AI-agent failures, so teams can learn from them instead of repeating them. The registry behind Casebook MCP and Chat.

Next.js / Supabase / Cloudflare
AIProduction

Agent Suite

Eight live AI agents , Resolvd, Greenlite, Tracecase, RelayG, Webhands, Bridgekit, and the Casebook MCP and Chat , covering triage, approvals, incident debugging, browser automation, integrations, and code review.

Claude API / n8n / Supabase
FrontendOpen Source

PennyRush

A private money hub: activity, receipt scans, imports, plans, and spending insights. Statements and receipts are parsed in memory and discarded, only the extracted fields are ever stored.

Kotlin / Jetpack Compose / Android
Open SourceOpen Source

Holdfast

Photo records that cannot be quietly changed. Every entry is hashed together with its note, its time and the hash of the entry before it, so a reworded note, a deleted entry, a reordered pair or a swapped photo shows as a broken seal at the exact entry it went wrong.

Kotlin / Jetpack Compose / Android
Open SourceOpen Source

Kabootar

Offline mesh messenger: chat with no internet, no servers, no SIM. Messages hop phone to phone over Bluetooth and Wi-Fi as a delay-tolerant network.

Flutter / Dart / Bluetooth / Wi-Fi
FrontendOpen Source

Tiny Day

A cozy, offline-first daily planner for Android: gentle scheduling, focus, replanning, and no accounts.

TypeScript / Android / Offline-first

Browser extensions

Chrome and Firefox tools for research, reading, accessibility, and everyday browser work.

SignalizeAI preview
AIProduction

SignalizeAI

Sales-research browser extension on the Chrome and Firefox stores , AI-based prospecting and outreach with batch analysis and CSV export.

TypeScript / Cloudflare Workers / Supabase
Open SourceOpen Source

Pagefold

Save any article to read offline later. The readable text is extracted in the page and kept on your own machine, with no account and no network requests at all.

TypeScript / Chrome MV3 / IndexedDB
Open SourceOpen Source

Stowlane

Close forty tabs without losing them. A window is stowed into a lane named after the site you were mostly on, and comes back whenever you want it.

TypeScript / Chrome MV3 / chrome.storage
Open SourceOpen Source

Glasswing

Ten accessibility checks on any page, each explained in a sentence you can act on rather than a WCAG criterion number. Runs locally, sends nothing anywhere.

TypeScript / Chrome MV3 / WCAG 2
Open SourceOpen Source

Bellrope

Watch one part of a page and get told when it changes. Checks run in your own browser on a schedule you set, and the only server involved is the one you are watching.

TypeScript / Chrome MV3 / Alarms
Open SourceOpen Source

Cribsheet

Decode a timestamp, cron line, JWT, UUID or hash in the page you found it, so it never goes to a stranger's website. A token pasted into an online decoder has been handed to whoever runs that site.

TypeScript / Chrome MV3 / Shadow DOM

Websites

Eighteen independent website concepts, each with its own visual direction.

Explore Facetworks ↗

Interactive experiments

Twelve tactile browser experiences exploring physics, shaders, motion, and sound.

Packages & developer tools

Installable libraries, command-line utilities, MCP integrations, and reusable skills.

AIOpen Source

MCP-audit

A security scanner and linter for MCP servers, like npm audit but for the Model Context Protocol. Connects over stdio or HTTP, runs 18 rules, and emits SARIF so it drops straight into GitHub code scanning.

TypeScript / Node.js / MCP
AIOpen Source

Skill-audit

A security scanner for agent skills, like npm audit for Claude/agent Skills. Scans a SKILL.md and its scripts for prompt-injection, dangerous shell, secret access, and exfiltration before you install it.

Node.js / Security / Claude
AIOpen Source

Ctxtrim

Trims what bloats your AI coding context. Scans a repo, estimates token cost per file, flags the files ballooning your Claude Code, Cursor, and Codex context, and writes ignore files to cut it.

Node.js / Claude Code / Cursor
AIOpen Source

tokencut

Measure and cut the token cost of an LLM or agent message payload before you send it: truncate bloated tool results, drop duplicate context, and trim history to a token budget. Zero model calls, deterministic.

Node.js / LLM / Agents
AIOpen Source

Evalgate

Prompt and agent regression CI: the build fails when your prompt gets dumber. Runs an eval suite on every PR, compares to the base branch, and comments the quality delta.

TypeScript / GitHub Actions / Evals
AIOpen Source

Ctxlens

A context-window profiler for AI agents. Parses session transcripts and shows exactly what is eating your context per turn, flags duplicated and stale content, and recommends what to cut.

Python / CLI / AI agents
AIOpen Source

Answerproof

Verifiable, tamper-evident receipts for RAG answers. Records which sources were retrieved and cited, under whose permissions, with a Merkle root and an Ed25519 signature anyone can verify independently.

Python / Cryptography / FastAPI
AIProduction

Casebook MCP

A live Model Context Protocol server that makes the AgentPostmortem failure registry queryable by any agent, over streamable HTTP, plus a Claude Agent SDK investigator.

MCP / Claude Agent SDK / TypeScript
AIOpen Source

Agentrace

Observability for AI agents. Parses Claude Code session transcripts with no instrumentation and flags results you should not trust, every check drawn from a real failure across 152 production runs.

Python / Claude / Agent evals
AIOpen Source

Voiceeval

Evaluation for voice agents. Timed turns with a truth field per case, catching misheard numbers, missing confirmations, and blown latency budgets that text evals miss.

Python / Voice AI / Evals
Open SourceOpen Source

Distro Skills

26 Agent Skills that teach an AI agent to distribute a developer or indie product , Show HN, Product Hunt, awesome-lists, dev.to, GitHub, Reddit, X, npm/PyPI. The builder's counterpart to marketing skills.

Agent Skills / Claude Code / Distribution

Editor tools

Tools that bring useful context directly into the development environment.

Water preview
Open SourceProduction

Water

VS Code extension that estimates the water footprint of your AI usage , making the environmental cost of LLM calls visible in the editor.

TypeScript / VS Code API

Open-source contributions & systems

Compiler and networking contributions, retrieval systems, and engineering infrastructure.

DENT Network OS — Docs & Automation preview
Open SourceOpen Source

DENT Network OS — Docs & Automation

Network documentation and Ansible automation for the DENT Network Operating System at the Linux Foundation.

Ansible / GNS3 / Linux
AIOpen Source

Tenantq

Multi-tenant hybrid search on Qdrant: payload-based tenant isolation with a leak test, dense and sparse retrieval fused with reciprocal rank fusion through the Query API, and a benchmark harness reporting recall and tail latency.

Qdrant / FastEmbed / FastAPI
AIOpen Source

VaultRAG

Permission-aware RAG where the access-control check lives inside the retrieval query. A gold-set eval fails CI on any leak: delete the predicate and leak rate goes from 0% to 81.8% while recall stays at 100%.

FastAPI / Postgres / pgvector
Open SourceOpen Source

Drupal Chatbot

Built during Google Summer of Code 2023 , an AI chatbot integrated into Drupal to assist new contributor onboarding.

PHP / Drupal / OpenAI