BillaBear is a standalone Subscription Management and Billing System that integrates with Stripe. It provides a REST API allowing you to integrate it easily.
Watch the video on youtube.
- User Documentation - How to use BillaBear as a user
- Technical Documentation - Technical information for hosting and integration
- Swagger - The REST API docs for integration
- Tax System (Thresholds, Multiple Tax Types, Country Tax Rules, State Tax Rules)
- Workflow system
- Plan Management
- Subscription Management
- Slack Integration
- Invoice System
- Hosted Checkout
- Paylinks
- Quotes
- Mass Subscription Change System
- Reports (Subscription, Lifetime Value, Churn)
- Email Service Provider (EMSP) API integration (SendGrid, Mailgun, PostMark)
- Email Template Management - Either via EMSP templates or twig templates
- Document Management (Invoice, PDF, Quote) - Via Twig templates
- Multiple Brand support
- Multiple Currency Support
- Multiple Language Support
- Subscription Add-ons
- Webhooks
- Dunning
- Vouchers
- Credit notes
- And more
To start integrating with BillaBear you can use the REST API.
To get started using this repository you can get up and running using Docker and Docker compose.
You can deploy to DigitalOcean with just a click of the button below and it'll deploy using the DigitalOcean App Platform.
Billabear is deployable using docker-compose using the docker-compose.yaml found in https://github.com/billabear/hosting-docker-compose.
git clone [email protected]:billabear/hosting-docker-compose.git
cd hosting-docker-compose
docker compose up -d
You can get managed cloud hosting at https://billabear.com.
docker compose up -d
Then go to http://localhost and follow the install instructions.
It's available free to use under the Functional Software License that adds restrictions on competing for 2-years.
There are arguments about if these licenses are open source or not, but generally for most we care can we use it for free and can we modify it. And this is true for BillaBear.
Yes! BillaBear allows you to define how a customer pays which includes by invoice.
Yes! You're able to
Yes! BillaBear is aware of tax thresholds for countries and states.
You can also declare that you're collecting tax for a country even though you've not met the threshold.
Complete control. With the ability to define the templates using the Twig templating langage you're able to update them with ease. You're also able to use email service provider's templating systems.
Yes! With BillaBear you can have an automatically converted trial or a standalone trial.
Yes! BillaBear links payments to customers and the subscriptions they are for. As well as linking refunds from the payments.
Yes! BillaBear allows you to define the start and end date of a tax rule. This means you can define when a tax rate ends and the next one takes over. So if a tax rate does change you're able to create the rule ahead of time and have it applied correctly automatically when the time comes.
No. Sadly, BillaBear doesn't support usage based billing yet. However, it will be added in the future. The same goes for tier pricing and stair pricing.