Back to selected work

Project archive

Builds
9
Disciplines
4

Systems built to be useful.

A working archive of AI experiments, developer tools, and full-stack products—each shaped around a concrete problem and a shippable outcome.

Filter by discipline

Showing all 9 projects

01 / AI & Automation2025 · Open source

Social Media Agent

One graph. Four platform-specific draft flows.

A LangGraph workflow that turns one campaign idea into platform-specific drafts for LinkedIn, Twitter/X, Facebook, and Instagram—adapting tone, length, and hashtag strategy for each channel.

  • Orchestrated parallel platform branches via LangGraph StateGraph with memory checkpointing
  • AI rewrites content per platform: 280-char Twitter punchy vs long-form LinkedIn professional
PythonLangGraphLangChainOpenAIAnthropicDocker
02 / Product Systems2025 · Prototype

FocusFlow — AI Task Manager

Context-aware scheduling designed around cognitive load.

A task-planning PWA exploring cognitive-load-aware scheduling. Google Genkit prioritizes tasks using current time and workload context, with real-time push notifications on iOS.

Next.js 15FirebaseGoogle GenkitPusher
03 / Developer Tools2025 · Open source

AI Code Assistant — VS Code Extension

Keyboard-first AI edits with reviewable inline diffs.

A VS Code extension with Ghost Chat—a cursor-positioned AI panel that previews inline diffs before any change is applied.

TypeScriptVS Code APIWebViewMonaco Editor
04 / AI Infrastructure2025 · Open source

ONNX Embedding Server

Portable offline inference with zero Python setup.

A portable, offline-capable embedding server using FastAPI and ONNX Runtime. Packaged as single-binary executables for Linux, Windows, and macOS with the model bundled — no internet, no Python install required.

PythonFastAPIONNX RuntimeDocker
05 / Developer Tools2025 · Open source

Log Sanitizer

Local-first redaction before logs reach support or AI tools.

A monorepo web app + TypeScript library for removing sensitive data from logs before sharing with AI tools or support. Redacts emails, IPs, UUIDs, auth tokens, and secrets — runs entirely locally.

TypeScriptNext.jsNode.jsExpress
06 / Developer Tools2024 · Open source

Bundle Node — Cross-Platform Code Analysis

One TypeScript core across IDE extensions and the CLI.

A TypeScript core tool packaged for VS Code, JetBrains IDEs, and CLI simultaneously. Provides code analysis, formatting, and SQLite-backed persistence with a shared HTTP API layer.

TypeScriptNode.jsSQLite3VS Code Extension API
07 / Product Systems2024 · Open source

SMS Campaign Manager

Multi-provider campaign delivery with retry and failover.

A Laravel 11 SMS marketing platform with multi-provider support. Schedules bulk campaigns, manages customer groups, tracks delivery, and supports Excel-based customer imports.

PHPLaravel 11MSG91Twilio
08 / AI & Automation2024 · Prototype

Real-Time Chat with AI Moderation

Realtime delivery with moderation in the message path.

A real-time chat prototype with Socket.IO, Prisma + PostgreSQL, and OpenAI-powered content moderation at the message layer.

TypeScriptNext.jsSocket.IOPrisma
09 / Product Systems2023 · Open source

Sports Arena — Full-Stack Platform

Booking, tournaments, and commerce in one platform.

A full-stack sports booking and e-commerce platform. Custom PHP MVC backend handles tournaments, turf booking, cart, and orders. Angular frontend provides a reactive SPA experience.

PHPCustom MVCAngularTypeScript