Supabase has released Supabase Studio, a version of their Dashboard that's now available for local development and self-hosting. The decision to open-source the codebase was made after gaining traction faster than expected, with feature requests piling up. To manage shared codebases effectively, Supabase experimented with different approaches before deciding on a single shared frontend codebase. This allows users to spot bugs, fix them in the open source repository, and have them shipped to both platforms within hours. The technical implementation of Studio uses Next.js, Tailwind, Supabase UI, MobX, and other libraries, and is designed to work with existing deployments. The features exposed on Studio are limited to those that manage databases, including table and SQL editors, database management, API documentation, and more.