Case study
VisaTrack
VisaTrack helps people on UK visas keep their status and documents in one place. It's built on Next.js with Supabase providing authentication, a Postgres database, and file storage.
Live demo soon
Architecture
Key decisions & tradeoffs
One managed backend
Auth, the Postgres database and document storage all run on Supabase — a single managed backend rather than several stitched-together services, which keeps a solo-built product maintainable.