Documentation: https://raideno.github.io/convex-stripe.
Stripe subscriptions, limits and features for Convex apps. Implemented according to the best practices listed in Stripe Recommendations.
npm install @raideno/convex-stripe stripeYou can find the detailed documentation @ https://raideno.github.io/convex-stripe.
Clone the repository:
git clone git@github.com:raideno/convex-stripe.git
cd convex-stripeInstall the dependencies:
npm installStart the development server:
# automatically rebuild lib on changes
npm run dev --workspace @raideno/convex-stripe
# run the demo app
npm run dev --workspace demoAll contributions are welcome! Please open an issue or a PR.