Skip to content
Avatar of supabase-communitysupabase-community/partner-gallery-example

Partner Gallery

Postgres full-text search, image storage, and more.

Supabase Partner Gallery

Supabase Partner Gallery Example

An example Next.js website that shows Postgres Full Text Search, next-image with Supabase Storage, and sending emails based on an insert trigger with Supabase Edge Functions.

Usage

  1. Click the "Deploy" button above and run through the setup steps. This will automatically set your Supabase env vars and set up the Database schema located in the migrations folder.

  2. Deploy Supabase Edge Function for contact form notifications:

    supabase link --project-ref your-project-ref
    supabase secrets set SMTP_HOSTNAME="your.hostname.com" SMTP_PORT="2587" SMTP_USERNAME="your_username" SMTP_PASSWORD="your_password" SMTP_FROM="no-reply@example.com" SMTP_TO="you@example.com" FUNCTION_SECRET="your-random-secret"
    supabase functions deploy contact-notification
    

    Note: SMTP_PORT must be a port other than 25, 465, and 587 as Deno Deploy does not support outgoing connections to ports. AWS SES (port 2587) is recommended.

  3. Setup a Supabase Function Hook to trigger the function when a new row is inserted into partner_contacts

  4. Within Vercel project settings, ensure Framework Preset is set to Next.js and Root Directory is set to app.

  5. Insert partners into the partners table.

  6. Celebrate together 🎉

Resources

Supabase Partner Gallery
Avatar of supabase-communitysupabase-community/partner-gallery-example

Partner Gallery

Postgres full-text search, image storage, and more.

Supabase Partner Gallery Example

An example Next.js website that shows Postgres Full Text Search, next-image with Supabase Storage, and sending emails based on an insert trigger with Supabase Edge Functions.

Usage

  1. Click the "Deploy" button above and run through the setup steps. This will automatically set your Supabase env vars and set up the Database schema located in the migrations folder.

  2. Deploy Supabase Edge Function for contact form notifications:

    supabase link --project-ref your-project-ref
    supabase secrets set SMTP_HOSTNAME="your.hostname.com" SMTP_PORT="2587" SMTP_USERNAME="your_username" SMTP_PASSWORD="your_password" SMTP_FROM="no-reply@example.com" SMTP_TO="you@example.com" FUNCTION_SECRET="your-random-secret"
    supabase functions deploy contact-notification
    

    Note: SMTP_PORT must be a port other than 25, 465, and 587 as Deno Deploy does not support outgoing connections to ports. AWS SES (port 2587) is recommended.

  3. Setup a Supabase Function Hook to trigger the function when a new row is inserted into partner_contacts

  4. Within Vercel project settings, ensure Framework Preset is set to Next.js and Root Directory is set to app.

  5. Insert partners into the partners table.

  6. Celebrate together 🎉

Resources

Unleash New Possibilities

Deploy your app on Vercel and unlock its full potential