Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Next.js starter for a partner gallery with Postgres full-text search, Supabase Storage, and email notifications via Edge Functions.
Supabase Partner Gallery Example is a Next.js starter template that demonstrates Postgres Full Text Search, Supabase Storage for images, and automated email notifications triggered by database inserts via Supabase Edge Functions.
Supabase Partner Gallery Example is an open-source example website from the supabase-community GitHub organization. It is built with Next.js and uses Supabase as its backend, tying together three specific Supabase features: Postgres full-text search on a partners table, image optimization through next-image with images hosted in Supabase Storage, and an insert trigger on a partner_contacts table that calls a Supabase Edge Function to send email notifications. The template ships with a Supabase migration file that creates the initial database schema, and it is configured for one-click deployment to Vercel through a provided deploy button.
