All Projects

A comprehensive archive of the things I've built, including featured highlights, open source contributions, and developer tools.

lineup
Source

Orchestrates a team of specialized AI agents — Bug Detector, Security, Performance, and Style Reviewers — that independently analyze code and report to a central orchestrator. Supports git diff and local file review with a rich terminal UI, live markdown rendering, and markdown export.

PythonGoogle GeminiADKMulti-AgentRich
memspace
Source

Uses Tree-sitter for AST-level code parsing and SQLite for fast indexed retrieval. Exposes a Model Context Protocol (MCP) server so AI coding assistants can deeply understand your entire codebase — structure, symbols, and dependencies — without reading every file.

CTree-sitterSQLiteMCPAST
pico
Source

Minimal Flutter state management library that enables surgical widget rebuilds with zero boilerplate. Pure Dart — no code generation, no extra dependencies. Drop-in alternative to Provider for simple reactive state.

DartFlutterState Management
fastCSV
Source

A Python CSV library backed by a hand-optimized C parser using SIMD intrinsics for vectorized parsing. Benchmarks substantially faster than Python's standard csv module and pandas read_csv for large files.

CSIMDC11PythonCtypes
aurai
Source

Uses MediaPipe for on-device pose estimation and an LLM for scene understanding. Analyzes framing in real time and provides intelligent pose recommendations for better photos.

TypeScriptReact NativeMediaPipeExpoOllama
denoise
Source

C library combining RNNoise (neural network) with a Wiener filter DSP pipeline for real-time phone call noise cancellation. Bridged to Flutter via Dart FFI for mobile deployment.

CDSPRNNoiseDart FFIFlutter
blockcare
Source

BlockCare is a decentralized healthcare infrastructure and patient data sovereignty platform powered by blockchain, cryptographic verification, and decentralized storage.

TypeScriptBlockchainWeb3
beam
Source

A lightning-fast, cross-platform local file transfer application.

DartFlutter
moodify
Source

An end-to-end deep learning pipeline classifying music moods via visual Mel Spectrograms using a fine-tuned ResNet18 and FastAPI + React.

PythonFastAPIReactDeep Learning
raxios
Website
Source

A blazing fast, native HTTP client that provides a seamless Axios-compatible API for Node.js and browser environments. It leverages Rust's safety and performance characteristics through N-API, avoiding V8 garbage collection overhead on heavy networking workloads.

RustTypeScriptnpmWebAssemblyWebAssembly
orinox
Source

A fully decentralized chat platform with end-to-end encryption using libp2p for peer discovery and routing. Features resumable file transfers, a terminal UI, and zero central infrastructure — all peers are equal nodes on the network.

Rustlibp2pE2EETUICryptography
pymiro
Website
Source

A reactive desktop GUI framework for Python built on Qt/PySide6 signals. Declarative component model, reactive state, and composable layouts — designed to eliminate Qt boilerplate while keeping full power.

Python</svg >PySide6</svg >Qt
penpal
Source

Chrome extension that injects real-time inline autocomplete into Gmail compose windows using Google Gemini. Understands email context and thread history to suggest contextually appropriate completions as you type.

TypeScriptGoogle ChromeChrome ExtensionGeminiGmail API
GroSence
Source

AI-powered shopkeeper management platform with inventory tracking, sales management, barcode support, and business insights. Features time-series sales forecasting, a FastAPI backend, and a React Native mobile app for shopkeepers.

FastAPIReact NativeExpoTime-Series ML
zenly
Source

Captures microphone input with VAD to detect active speech windows, streams audio to Groq Whisper for fast transcription, then refines the output with an AI model for clean, punctuated text.

DartFlutterWhisperGroqVAD
meshflow
Source

Mesh networking and data flow library.

TypeScript
routesmith
Source

Advanced routing and pathfinding utility.

swifttex
Website
Source

A highly optimized LaTeX rendering engine built in Rust and compiled to WASM. Ships React, Vue, Svelte, and Vanilla JS bindings. Produces SVG and MathML output for dual rendering, is screen-reader accessible by default, and exposes a plugin API for custom symbols. Published to npm as swifttex-wasm.

RustWebAssemblyWebAssemblyTypeScriptnpm
primr
Source

Blender add-on that connects to an LLM to interpret natural language and translates commands into Blender Python API calls — generate meshes, set materials, animate objects, and compose full scenes by description.

PythonBlenderAINLP3D
halo
Source

Transforms natural language prompts into complete relational database schemas and SQL queries. Visual query builder with AI assistance — describe your data model in plain English and get production-ready SQL.

TypeScriptAISQLSchema DesignReact
zerog
Source

Personal finance app with intelligent insights, advanced analytics, and a local-first database. Uses RAG for AI financial advisor capabilities — ask questions about your spending patterns in natural language.

DartFlutterRAGAISQLite
hitch
Source

Full-featured desktop API client built in Flutter. Manage request collections, environment variables, and response history. Import OpenAPI/Swagger specs to auto-generate request templates.

DartFlutterOpenAPISwagger
tau
Source

Lightweight, ultra-fast inline code completion extension powered by Ollama and Codegemma.

TypeScriptOllamaCodegemma
beak
Source

Dart utility application.

Dart
arthaml
Source

Machine learning utility and algorithms implementation.

Machine Learning