Product web app · Case study
Fera paired a modern Next.js stack with real deployment monitoring — a reminder that product work is as much about shipping discipline as it is about interfaces.
Role
Designed & built end to end
Timeline
2024
Platform
Next.js · TypeScript · Firebase
Status
Shipped
A Next.js and TypeScript product backed by Firebase, with production and preview deployments actively monitored through Vercel’s CI/CD pipelines.
Shipping is a feature
A side project is easy to build and easy to let rot. The interesting constraint here was keeping every branch deployable and every preview inspectable, so a change could be seen before it was believed.
Preview every branch, watch every deploy
Preview deployments on each push, production behind a monitored pipeline, and Firebase for data so the surface area stayed small enough for one person to hold in their head.
Shipping as a first-class feature
downtime on deploys
preview deployments catch issues before they reach production
branch previewed
changes are visible and inspectable before merge
developer CI/CD
pipeline small enough to hold in your head, robust enough to trust