Loading…
Works With Supabase - announcing our Partner Gallery
SupabaseAlaister Young, Shane Rice, Thor Schaeff
Summary
Supabase launched its Partner Gallery to showcase integration partners and certified expert agencies assisting developers on the platform. The open-source gallery is built using the Supabase stack, featuring Postgres Full Text Search, next-image with Supabase Storage, and email triggers via Supabase Edge Functions. Initial agency partners include Morrow, a UK app development agency specializing in React Native and Supabase, alongside Quinence, a Singapore-based product development studio. Integrated tooling covers authentication systems like Clerk and Stytch, database and developer utilities like Prisma, Snaplet, Vercel, and pgMustard, and low-code builders including Appsmith, Draftbit, Plasmic, and Teta. These ecosystem integrations allow developers to manage Postgres workflows, secure user authorization, and build applications across web and mobile platforms.
Context
Supabase relies on a collaborative ecosystem across open-source projects and needed a dedicated place to track and showcase the various tools, integration partners, and specialized expert agencies building on its platform.
Approach / What changed
Supabase created the open-source Partner Gallery built directly on the Supabase stack, combining Postgres Full Text Search, Supabase Storage with next-image, and Supabase Edge Functions triggered by database inserts, while also releasing an open-source template repository for others.
Takeaways
- The open-source Partner Gallery template utilizes Postgres Full Text Search, next-image with Supabase Storage, and Supabase Edge Functions invoked on insert triggers to send emails.
- Clerk integrates with Supabase by managing user authentication and session tokens while leveraging PostgreSQL Row Level Security policies for authorization logic.
- Developer tooling in the gallery includes Snaplet for copying databases with transformed personal data and pgMustard for analyzing Postgres EXPLAIN ANALYZE output.
Related reading
Supabase ·
Community Day
Supabase initiated its Launch Week with Community Day, announcing a series of ecosystem updates, security integrations, and open-source contributions. Through a partnership with GitHub, secret scanning now detects exposed Supabase service role API keys and automatically revokes them to prevent unauthorized database access. The pre-release of PostgREST version 10 introduces arrow operator queries for composite types and array elements, structured PostgreSQL-compliant error messages, and automated recovery from Linux EMFILE conditions. Authentication features expanded with four community-contributed OAuth providers, two phone providers, email one-time passwords via verifyOTP, and framework-specific supabase-auth-helpers starting with Next.js and Nuxt. Finally, Supabase launched a partner gallery powered by Postgres Full Text Search alongside educational courses and an upcoming ten-day virtual hackathon.
Thor SchaeffSupabase ·
Supabase Beta July 2021
Supabase concluded July 2021 with its second Launch Week event, delivering daily product updates and infrastructure upgrades across its platform. Authentication features expanded to support SMS logins through Twilio, Twitch authentication, and API endpoints for generating custom email authentication links. Storage capabilities were upgraded to include media streaming, public buckets, directory uploads, and speed improvements, alongside dashboard enhancements for usage statistics and database insights. Furthermore, all newly created Supabase projects now run PostgreSQL 13.3 by default, and instances incorporate the updated PostgREST version 8.0 server to generate CRUD APIs. The release also introduced preliminary components for Supabase functions as development continues toward general availability.