Iβve spent years researching and using open-source projects for my business processes. However, finding a useful application for subscription billing was a lot more difficult than I expected. So I decided to put together a list of 100% open source subscription management and billing automation tools.
I compiled this list with three basic criteria in mind. I have only listed open-source projects with commits within the past year. I have also only listed projects with public Github repositories. Lastly, I evaluated these applications based on certain critical features in a billing system, including:
- Subscription billing: Being able to sell recurring (daily, weekly, monthly, yearly) subscriptions to customers.
- Free trials: Apply free trials to subscription offerings.
- Split Pricing: Being able to split the price of a service into separate dynamic intervals. For example, if you have a $1,000 service, and you want 20% upfront, 30% after one month, and 50% after three months.
- Self-service portal: Allow customers to request the subscription offering through a self-service portal.
- Add-on pricing: Allowing add-ons to upsell subscription offerings.
- Stripe Integration: Stripe is the most popular payment gateway system. It is important for a billing system to have a direct Stripe integration.
- Integrations and APIs: APIs to integrate with existing applications and have an extensible architecture for building plugins.
Letβs take a look!
1- Servicebot
Servicebot dashboard
Servicebot is the newest open-source subscription billing system on the market. The development started early 2017 and is mainly focused on automated billing.
Demo Link: https://shardemo.serviceshop.io/dashboard
Demo Username: [email protected]
Demo Password: demo
Github link (Download): https://github.com/service-bot/servicebot
Start date: 2017
Built with: Javascript. NodeJS, React, Redux, PostgreSQL database.
βοΈ Feature 1βββSubscription Billing: β
βοΈ Feature 2βββFree Trials: β
βοΈ Feature 3β Split Pricing: β
βοΈ Feature 4β Self-service Portal: β
β οΈFeature 5β Add-on Pricing: β
βοΈ Feature 6β Integrations & API: β
2- Killbill
Killbill was the first subscription billing management solution I found. The platform is based on Java. Killbill focuses mainly on processing internal subscriptions online. An admin user can log in to the system and add users, manage subscriptions, and process payments.
Demo Link: http://demo.killbill.io/accounts
Demo Username: demo_ro
Demo Password: demo_ro
Github link (Download): https://github.com/killbill/killbill
Start date: 2010
Built with: Java & Ruby. MySQL database.
βοΈ Feature 1βββSubscription Billing: β
βοΈ Feature 2βββFree Trials: β
βοΈ Feature 3βββSplit Pricing: β
βοΈ Feature 4βββSelf-service Portal: β
β οΈFeature 5βββAdd-on Pricing: β
βοΈοΈ Feature 6βββStripe Integration: β (Only through a plugin)
βοΈ Feature 7β Integrations & API: β
3- OpenSourceBilling (OSB)
OpenSourceBilling is also an internal billing system. The project is smaller than Killbill, but it does come with some useful features. It is directed mainly towards project-based billing with time tracking and project invoicing.
Demo Link: http://demo.opensourcebilling.org/
Demo Username: [email protected]
Demo Password: <Just press sign-in. The password is already entered>
Github link (Download): https://github.com/vteams/open-source-billing
Start date: 2013
Built with: Ruby on Rails. MySQL database.
βοΈ Feature 1βββSubscription Billing: β
βοΈ Feature 2βββFree Trials: β
βοΈ Feature 3βββSplit Pricing: β
βοΈ Feature 4βββSelf-service Portal: β
β οΈFeature 5βββAdd-on Pricing: β
βοΈοΈ Feature 6β Stripe Integration: β (But it does support PayPal)
βοΈ Feature 7β Integrations & API: β
Conclusion
Finding an automated subscription billing system is purely dependent on your needs. It is important to understand that open-source does NOT equal free. You need to host the application, install and configure it.
If you are a developer, I highly recommend using these open source applications to develop your billing system. If you are a startup needing a billing solution, book an appointment with me and Iβll be more than happy to assist you with your decision making process.
Lastly, make sure to star the open source projects and give credit to the amazing developers that help open source projects happen. Open source is the future.