!
A quick heads up. Some of these live demos may be asleep. Tokens expire, and Supabase pauses a project when it sits idle while I am heads down at work. If a link does not load, the GitHub repo always has the code.
LeaseConnect
Subleasing marketplace for students & professionals
A full stack subleasing platform with a Zod validated multi step listing flow, Google Places geocoding, Cloudinary uploads, and GraphQL faceted search over indexed MongoDB.
ReactTypeScriptGraphQLMongoDBCloudinary
NutriTrack
AI nutrition tracking from a meal photo
Snap a meal and GPT-4o returns structured nutrition against a strict schema, with a retry loop and a human verification fallback when it is unsure. Claude suggests recipes from your preferences.
ReactExpressMongoDBGPT-4oClaude
Explain Like 5
Any topic, explained for a five year old
Claude rewrites a complex topic into a kid friendly explanation, streamed character by character over Server Sent Events with optimistic UI and shimmer loading states.
Next.jsClaudeMongoDBZod
Tweets Summarizer
Scrape, summarize, and store tweets
A FARM stack pipeline that scrapes tweets, summarizes them with LangChain, and saves them per user with Firebase auth and async Mongo access via the motor driver.
FastAPIReactMongoDBLangChainFirebase
Netflix with GPT
Netflix style UI with GPT recommendations
A Netflix clone where a natural language query returns titles, resolved against TMDB and memoized to cut API calls, with Firebase auth and multi language support.
ReactReduxFirebaseOpenAITMDB
Notion as CMS
Notion as a headless CMS
Uses the Notion API as a headless CMS, rendering rich text and layout blocks through a flexible routing layer that supports single and multi page sections.
ReactNotion APIshadcn/ui