TiloBox
Back to directory
LicenseAGPL-3.0
GitHub stars7.5k
Last commit1 weeks ago
Tags6 topics
Usage Based PricingFintechSaasMeteringBillingInvoicing
Overview

Why consider Lago?

Lago is an open-source usage metering and subscription billing platform and alternative to Stripe Billing and Chargebee. It calculates usage-based charges, hybrid pricing models, and automated invoices.

Guided learning

Learn Lago by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 3 sections
In this guide3 sections

Overview of Lago

Lago provides modern usage-based and hybrid billing infrastructure. It ingests high-volume usage events, computes real-time customer bill totals, handles prepaid credits, and synchronizes with payment processors like Stripe and payment gateways.

Quickstart with Docker Compose

bash
1git clone https://github.com/getlago/lago.git
2cd lago
3docker compose up -d

Access the Lago administration UI at http://localhost:3000 to configure billing plans, billable metrics, and customer pricing overrides.

Ingesting Usage Events via API

bash
1curl -X POST "http://localhost:3000/api/v1/events" \
2 -H "Authorization: Bearer YOUR_API_KEY" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "event": {
6 "transaction_id": "tx_12345",
7 "external_customer_id": "cust_999",
8 "code": "api_requests",
9 "timestamp": 1672531199,
10 "properties": { "tokens": 450 }
11 }
12 }'

Lago is distributed under the GNU AGPL-3.0 license.

Related tools

More options with a similar category or technology profile.

Lago FAQs

Lago is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Lago is listed under the AGPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Lago is listed as an alternative to Maxio. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.