A full-stack SaaS platform for creating, customizing, and deploying AI agents with RAG, tool integrations, and real-time streaming chat.

Built the entire frontend for Subfeed Cloud — a platform where users create AI agents with custom personalities, knowledge bases, and connected tools. Each agent can be configured with specific LLM models, generation parameters, and system prompts through a visual editor. Agents leverage RAG (Retrieval-Augmented Generation) via Pinecone vector search for grounded responses, and can invoke external tools through MCP (Model Context Protocol) connections to Slack, GitHub, and custom servers. The platform includes tier-based subscription billing, a developer API for embedding agents, and a launchpad with 6 ready-to-deploy starter templates.
Frontend Developer & Maintainer — Designed and built the entire Next.js 15 frontend from scratch: 22+ route segments, 56+ component directories, 23 Zustand stores, and 36+ custom hooks.
Next.js 15, React 19, TypeScript, TailwindCSS, Zustand, TanStack Query/Table/Virtual, Tiptap, dnd-kit, Framer Motion, Supabase Auth, Sentry, PostHog
Implementing token-by-token SSE streaming while handling network interruptions, rate limits, and AI capacity errors without degrading UX was the core challenge. I built a layered streaming architecture with custom FatalError classification to distinguish retryable vs. terminal errors, an offline message queue persisted in Zustand that auto-retries on reconnection, and specific error code handling (RATE_LIMIT, AI_LIMIT, AI_CAPACITY) with user-friendly feedback — achieving reliable real-time chat across unstable network conditions.




