Stripe integration with in Vue.js

Hi everyone!

I have a few questions about stripe integration.
I'm trying to build a SaaS with vue & supabase ( using Supabase as backend ).
The idea is only use vue with supabase-js.

I can't find many examples about FE only and Supabase.

I would like to know how i can integrate Stripe and have Subscriptions with stripe.
Does anyone have some example ? Is this even possible/reliable ? Or do i really need a backend ?


I was thinking about https://github.com/supabase/stripe-sync-engine with Edge Functions.
Was this page helpful?