Skip to main content

Payments (Stripe)

The stripe component of this boilerplate is very similar to the official nextjs-subscription-payments repository. The only difference is that the sync uses Supabase edge functions instead of Vercel functions.

The advantage using Supabase edge function provides is that it:

  1. Leverage Supabase' generous pricing
  2. Allows us to keep the server side logic within Supabase in case we wanted to switch off of Vercel.

Architecture