Projects
What I've built
Two active projects that demonstrate how AI-native development works in practice — not as a concept, but as shipped, running software.
Production SaaS
Smarter Travel Planner
A full-featured trip planning application with AI concierge, interactive maps, itinerary management, and Stripe payments.
The point
Built without writing a single line of code. Every component, every API integration, every deployment — produced and managed by AI agents under orchestration.
Stack
React · TypeScript · Firebase · GCP Cloud Run · Stripe · Gemini AI
AI Infrastructure
AI Vibe Coding CI/CD Engine
A custom CI/CD state machine that turns AI coding agents into a reliable engineering team. This is the system that built Smarter Travel Planner.
How it works
Features are decomposed into atomic work units (beads). Each bead is claimed by an agent, built in an isolated environment, tested against quality gates, and merged automatically. Failed beads trigger automated fix cycles.
Capabilities
- Sprint planning and work decomposition
- Parallel agent execution with slot management
- Smoke gates and automated quality checks
- Failure detection, stall recovery, and auto-revert
- 30+ custom skills for specialized tasks
The gap between “AI can write code” and “AI can ship features reliably” is an engineering problem. These projects are my answer to it.