A demo project is available at https://convex-stripe-demo.vercel.app/.
Stripe subscriptions, limits and features for Convex apps. Implemented according to the best practices listed in Stripe Recommendations.
npm install @raideno/convex-stripe stripe
You can find the detailed documentation @ https://raideno.github.io/convex-stripe.
Clone the repository:
git clone [email protected]:raideno/convex-stripe.git
cd convex-stripe
Install the dependencies:
npm install
Start the development server:
# automatically rebuild lib on changes
npm run dev --workspace @raideno/convex-stripe
# run the demo app
npm run dev --workspace demo
All contributions are welcome! Please open an issue or a PR.