WhatsStreaming


WhatsStreaming —
Web App
Next.js
Supabase
WhatsStreaming.io is a full-stack web application that helps users discover movies and TV shows and see exactly where they’re available to stream. Inspired by platforms like IMDb and JustWatch, the app is built with modern web technologies including Next.js v15 (App Router) for the frontend and Supabase for the backend database and authentication.
Users can search by title, explore detailed metadata, and view available streaming platforms in real time. Authenticated users can create an account to build a personalized watchlist of favorites.
To support developer access and enable external integrations, I also built a public GoLang API that serves movie and TV show data in a clean, RESTful format. This allows developers to fetch metadata via endpoints, https://whats-streaming-api.fly.dev/v1/tv/222766.
The project showcases dynamic SSR, user session management, database relationships, and API design — all within a performant, SEO-friendly web app.