flixme.live
personal project · Spring 2025 · live in production
A movie discovery platform: search, filter, and explore films with a fast, polished interface. Built to learn what it takes to ship a web app properly, from API design to deploy pipeline, and kept running since.
It is still a work in progress. The core is there and live: search a title and it tells you which services carry it where you are. The rest is being built on top of that as I go.
features
- ▸ debounced search with request cancellation, so fast typers never see stale results
- ▸ filtering and sorting layered over optimized, cached data fetching
- ▸ responsive UI with Tailwind and Framer Motion micro-interactions
- ▸ secure API routing that keeps third-party keys server-side
- ▸ deployed on Vercel with CI/CD on every push
stack: Next.js · React · TypeScript · Tailwind CSS · Framer Motion · Vercel