Buildra
AI-powered code generation platform

Overview
Buildra is an AI code generation platform where users describe what they want in plain English, and the system generates a fully functional Next.js application. The generated code runs inside E2B cloud sandboxes with a live preview, file explorer, and real-time streaming. I built an iterative AI agent loop that generates code, detects errors, and self-corrects — all orchestrated through Inngest event-driven pipelines for reliability and observability.
Tech Stack
Key Outcomes
Architected an AI agent loop using Gemini and Inngest that iteratively generates, validates, and corrects code across multiple files.
Integrated E2B cloud sandboxes for secure code execution with real-time preview and file system exploration.
Implemented Server-Sent Events for token-by-token streaming, reducing perceived latency by ~60% compared to batch responses.
Built with Clerk authentication, Prisma ORM, and React 19 Server Components.