Featured2026

Buildra

AI-powered code generation platform

Buildra screenshot

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

Next.js
TypeScript
React 19
Inngest
E2B
Gemini AI
Prisma
PostgreSQL
Clerk Auth
SSE

Key Outcomes

1

Architected an AI agent loop using Gemini and Inngest that iteratively generates, validates, and corrects code across multiple files.

2

Integrated E2B cloud sandboxes for secure code execution with real-time preview and file system exploration.

3

Implemented Server-Sent Events for token-by-token streaming, reducing perceived latency by ~60% compared to batch responses.

4

Built with Clerk authentication, Prisma ORM, and React 19 Server Components.