Quick guide to creating a SaaS app with Vite, Supabase, and Stripe
Note: The specific framework options may vary based on Tempo’s current offerings. The integration process remains similar regardless of which frontend framework you choose.
Important: The integration requires Tempo to have access to your Supabase project to create database tables, authentication settings, and storage buckets. All access is used solely for setting up your application.
pk_test_
)
sk_test_
)
customer.subscription.created
customer.subscription.updated
customer.subscription.deleted
invoice.payment_succeeded
invoice.payment_failed
Note: Creating products in Stripe is optional at this stage. You can also create them later directly from your application’s admin interface once it’s set up.
Note: During this process, Tempo is not only generating code but also provisioning the necessary infrastructure and configuring the services to work together seamlessly.
4242 4242 4242 4242
Troubleshooting: If your subscription isn’t appearing, check the Stripe webhook configuration. You can view webhook delivery attempts in the Stripe dashboard under Developers → Webhooks → Events.