Skip to content

Foundation for building custom subscription applications w/ BigCommerce

License

Notifications You must be signed in to change notification settings

bigcommerce/subscription-foundation-1

 
 

Repository files navigation

BigCommerce Subscription Foundation

🚀 Fast track builds of custom subscription experiences on the BigCommerce platform. Save 100s of hours.

💰 Pre-integrated into Stripe Billing, including authentication, merchant onboarding, subscription product management, subscription creation, and customer-facing subscription management.

💅 Utilizes the Channels Toolkit to provide a natively integrated subscription channel that fits nicely within the BigCommerce control panel.

Product Management Storefront Widget
App Preview App Preview

Get started

Head to the Subscription Foundation article to begin!

Deploy with Vercel

Deploy with Vercel

Key areas of codebase

  • /backend
    • Where the auth and various API services live. These are uses within the internal API endpoints to keep routes secure and reach out to external APIs.
  • /prisma
    • Where the DB models and initial seed data lives. Prisma uses this to generate DB clients for the app.
  • /shared
    • Where the types and helper utilities are located.
  • /src/pages
  • /src/pages/api
    • Where the APIs for the app are managed.
    • Next.js docs: https://nextjs.org/docs/api-routes/introduction
      • /cart, /channel, and /product: Contains endpoints that proxy to BigCommerce APIs.`
      • /store: Contains endpoints that update app information in the DB.`
      • /stripe: Contains endpoints that proxy to Stripe APIs.`
      • /webhooks/index.ts: Contains the webhook listener for the "Order Created" BigCommerce event which is used to create the initial Stripe subscription.
  • /src/providers
    • Where the context providers used within pages and components live.

Contributing

Want to help expand this foundation? We'd love to collaborate! To kick off, here's a breakdown of items we've itemized as either potential improvements to the existing codebase or features worth adding.

  • Improvements:
    • Implement cart metafields to improve shopper UX (removes overloading of product name)
    • Move FE cart requests / calculations within subscription widget to be handled within single internal API endpoint
    • Centralize logging so it's easily turned on / off and connected into third-party logging services
  • Features:
    • Additional subscription use cases outside of 'Subscribe and Save'
    • Handling for more complex tax and shipping scenarios, changes occurs to price after initial subscription creation
    • Ability to see subscription information inline, within My Account -> Order section of storefront

Learn More

Additional Subscription Solutions

Check out the wide variety of subscription apps on the BigCommerce App Marketplace.

The BigCommerce Platform

Looking to help the world's leading brands and the next generation of successful merchants take flight? To learn more about developing on top of the BigCommerce platform, take a look at the following resources:

About

Foundation for building custom subscription applications w/ BigCommerce

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.0%
  • Handlebars 5.2%
  • JavaScript 1.5%
  • CSS 0.3%