Back to projects
LiveNext.jsTypeScriptTailwind CSSVercel

Project One

A short one-line description of what this project does and who it is for.

Live siteGitHub

Project One started as a weekend experiment and grew into a full product. The goal was to build a fast, accessible web app that could handle real-time data without sacrificing user experience.

The frontend is built with Next.js and TypeScript, styled with Tailwind CSS, and deployed on Vercel. The architecture follows a server-first approach — data is fetched at the edge and streamed to the client, keeping Time to First Byte under 100ms.

Key challenges included designing a caching layer that stayed consistent across deployments and building an optimistic UI that felt instant even on slow connections.