- Engineered a multi-agent orchestration system in TypeScript/Express.js that scaffolds full-stack project blueprints from plain-English prompts via 6 coordinated sub-agents.
- Implemented real-time Server-Sent Events (SSE) streaming for live agent progress updates with OpenRouter API integration; applied per-agent token optimisation including input compression, output caps, and budget guardrails.
- Built a Turborepo monorepo with Zod schema validation, strict TypeScript, automated typecheck/test pipelines, and Husky pre-commit hooks to enforce production-grade code quality across all packages.
- Deployed on Vercel with CI/CD linked to GitHub; managed 2 tracked production deployments with zero-downtime release patterns.
TypeScript · Express.js · Turborepo · Zod · SSE · OpenRouter · Bun · Vercel