Supabase is an open-source alternative to Firebase that provides all the backend features you need to ship a project in a weekend. Their growing 60-person development team has been using Next.js on Vercel from the beginning to quickly ship their documentation, marketing site, and dashboard to thousands users. Yet with a user base that continues to grow, the team is ready to ship even faster. Turborepo + Supabase Making changes to their UI has never been easier with Turborepo . Before, something as simple as changing the class name of a UI component required their devs to make updates in the repo, create an npm release, then pull the code back in from npm to finally deploy to production. It was a complex process with too much overhead for such a simple change. Now, a single developer can make one change in one place in one pull request—lowering the barrier to entry for contributions and dramatically improving their developer experience.…