Project Ava
React 19 built Dedicated headless server running as a persistent, self-evolving AI assistant. brain.db provides structured memory across 130+ sessions. 17 domain-specific agents handle tasks from tax compliance to 3D print calibration. Mobile-first PWA serves 15 feature tabs with inline editing, real-time monitoring, and Mercury banking integration. Express 5 API with Zod validation, ChromaDB semantic search, and OpenClaw agent orchestration — all accessed over Tailscale mesh from any device.
React 19 Vite 8 Tailwind 3.4 Express 5 TypeScript 5.9 SQLite (better-sqlite3) ChromaDB OpenClaw
CloudBooks is a task tracking and business management platform built for informal employers — property owners, parents, and anyone managing real work without a formal business entity. React 18 + TypeScript frontend with Tailwind CSS, backed by Supabase Cloud (Auth, PostgreSQL with Row Level Security on all 22 tables, Realtime subscriptions, 6 Edge Functions). Features include hour logging with timer, multi-property workspaces with role-based access, payment processing, Pro-tier invoicing with PDF export, budget tracking, and AI-powered insights via OpenRouter/OpenAI/Anthropic BYOK integration. Stripe handles subscription billing with feature gating enforced at the database level. 288 unit tests + 61 E2E tests, GitHub Actions CI/CD, PWA installable with offline fallback. Security-hardened with CSP headers, JWT-authenticated Edge Functions, restricted CORS, and HTML-escaped email templates.
React 18 TypeScript Tailwind CSS Vite Zustand TanStack Query React Router v6 Supabase Auth
McQueenyML
Frontend: React built Production automation platform for an HVAC contractor's sales engineering workflow. 5-tier matching engine (pgvector embeddings, trigram fuzzy search, Claude AI fallback) indexes 553K files and 3,000+ equipment orders synced from SharePoint. Processes 10K+ XML specifications with 100% parsing accuracy. Built on Next.js, FastAPI, PostgreSQL, and ChromaDB with real-time sync pipelines.
Frontend: React TypeScript Vite Tailwind CSS. Backend: Python 3.11 FastAPI uvicorn. Database: PostgreSQL via Supabase (pg_trgm pgvector). ML: Ollama (qwen3:14b nomic-embed-text). Infrastructure: 7 NSSM services on Windows 11
Adze — AI for SOLIDWORKS
C# .NET 4.8 built AI design assistant that runs inside SOLIDWORKS as a COM add-in, not alongside it. 19 typed grounding tools read live CAD sessions (dimensions, mates, mass properties, BOM). 8-step governed safety lifecycle for write operations ensures AI modifications are reversible and auditable. Built in C# on .NET with the SOLIDWORKS API. SOLIDWORKS Solution Partner Program application in progress.
C# .NET 4.8 SOLIDWORKS COM API NUnit 3 MSBuild PowerShell WinForms WebBrowser
Oracle (Trade Signal)
Python 3.13 (miniconda3) built Self-directed market analysis system that generates hypotheses, tests them against historical data, and manages paper portfolios with real risk controls. 4 ML cortexes (LSTM prediction, sentiment analysis, technical patterns, anomaly detection) feed an Oracle decision engine with 8-dimension risk scoring. Walk-forward validation prevents lookahead bias. Built on Python, PyTorch, and FastAPI with real-time data ingestion.
Python 3.13 (miniconda3) FastAPI SQLite TensorFlow PyTorch transformers (FinBERT) React/TypeScript/Tailwind (ava_hub UI)