Personal Projects

A collection of tools, frameworks, and experiments I've built to solve actual problems and explore the boundaries of AI orchestration.

Maxwell

Coming Soon
Maxwell preview

TypeScript-powered team GUI and CLI for AI-driven development. Pick tickets, kick off agent sessions, watch tool events stream live, and manage multi-agent workflows.

AIOrchestrationTypeScript

Programmatic Agent Router

Rust CLI that provides a unified interface across AI agent harnesses — Claude, Codex, Cursor, and more. One stable command surface (`par --harness <name> -p "<task>"`) that routes to the right tool without rewriting scripts.

AIRoutingRust
View Project

CruzJS

Coming Soon

An enterprise-ready full-stack SaaS framework. It's like NestJS, Next.js, and Laravel had a baby. Built with React Router 7, tRPC, TypeScript, and Drizzle ORM for Cloudflare Workers.

Full-StackTypeScriptReact Router

Simple Screen Capture

Hotkey-driven screenshot, GIF, and screencast tool for Linux (X11). Captures to clipboard or local file, and optionally uploads to S3-compatible storage (AWS, Cloudflare R2, Backblaze B2) with shareable short URLs.

LinuxProductivityCloud
View Project

Simulacra

Contributor

TypeScript toolkit for building AI agents on stateful, multi-turn conversations. Manages message history, streams responses, and executes tool calls across Anthropic, OpenAI, Google, and other providers.

AITypeScriptMulti-Agent
View Project

Simple STT

Hotkey-activated speech-to-text for Ubuntu/Pop!_OS. Records audio on keypress, transcribes via Whisper (local or OpenAI API), and pastes the result to clipboard automatically.

AIProductivityLinux
View Project

Nest AWS SDK

Thin NestJS wrapper around the AWS SDK. Decorator-based injection, dynamic client factory, and test mocking utilities — no boilerplate for registering AWS services.

NestJSAWSTypeScript
View Project

Nest OpenAPI Tools

Automates Swagger/OpenAPI generation for NestJS apps. Produces YAML/JSON specs from code and generates typed clients (Axios, Angular, etc.) for consuming services.

NestJSOpenAPITypeScript
View Project