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:
- Leverage Supabase' generous pricing
- Allows us to keep the server side logic within Supabase in case we wanted to switch off of Vercel.