The [stripe-sync-engine](https://github.com/supabase/stripe-sync-engine) is now available as a standalone npm package: [@supabase/stripe-sync-engine](@supabase/stripe-sync-engine). It can be used in any backend project by listening to Stripe webhooks and storing them in Postgres.
Syncing Stripe data to Postgres locally offers benefits such as lower latency, better joins for querying, and enabling custom logic for fraud checks and billing workflows.
The stripe-sync-engine can now be installed and used as an npm package in backend projects, allowing for easy integration with Postgres and Stripe data synchronization.
The Stripe-Sync-Engine can also be utilized in Supabase Edge Functions for syncing data, and the setup involves ensuring the schema and tables exist, running schema migrations, and deploying the Edge Function.