Projects

Projects I've built along the way — tools, experiments, and things that quietly get out of the way so users can focus on what actually matters.

01

Buildfy

2025

A Lovable-style AI-powered web app builder clone. A platform that lets users create web applications using natural language, powered by a prompt-to-code approach.

Next.jsTypeScriptAITailwind CSSVercel
02

StudyWMe

2025

An online study platform where users can work together. Equipped with real-time session management, user authentication, and statistics tracking.

Next.jsReactPrismaNeonClerkTailwind CSSRecharts
03

BookBlog Ophelia

2025

A book blog platform powered by rich text editor (TipTap), 3D visualizations (Three.js), Framer Motion animations, and Supabase backend.

Next.jsSupabaseThree.jsFramer MotionGSAPTipTapZod
04

Pretext Example

2025

A demo that calculates text measurement and layout using pure TypeScript without touching the browser. Deterministically computes line breaks, text widths, and bounding boxes. A critical architectural shift for generative UI and AI-driven interfaces.

TypeScriptText LayoutAI UI