Clean invoice template
The modern default: accent band, zebra rows, generous whitespace.
Clean is the template most SaaS companies and agencies ship with. A colored header band carries your brand, alternating row backgrounds keep long line-item lists readable, and totals sit in a clear right-aligned block with the amount due highlighted in your accent color.
Best for
- ✓ SaaS subscription invoices
- ✓ Agency project billing
- ✓ Anyone who wants a safe, modern default
Use this template
{
"template": "clean",
"pageSize": "a4",
"locale": "en-US",
"currency": "USD",
"invoice": {
"number": "INV-2026-0042",
"date": "2026-07-01",
"dueDate": "2026-07-15",
"purchaseOrder": "PO-8841"
},
"seller": {
"name": "Acme Studio LLC",
"addressLines": [
"100 Market Street",
"San Francisco, CA 94105",
"United States"
],
"email": "billing@acmestudio.com",
"website": "acmestudio.com",
"vatId": "US-EIN 88-1234567"
},
"buyer": {
"name": "Nordwind GmbH",
"addressLines": [
"Torstraße 145",
"10119 Berlin",
"Germany"
],
"email": "ap@nordwind.de",
"vatId": "DE 812345678"
},
"items": [
{
"description": "Design sprint: checkout flow redesign (2 weeks)",
"quantity": 1,
"unitPrice": 4800,
"taxRate": 19
},
{
"description": "Frontend implementation, Next.js + Stripe integration",
"quantity": 32,
"unitPrice": 120,
"taxRate": 19
},
{
"description": "Production support retainer, July",
"quantity": 1,
"unitPrice": 950,
"taxRate": 19,
"discount": 150
}
],
"amountPaid": 2000,
"notes": "Thank you for your business. Payment via bank transfer to the account listed in the contract.",
"terms": "Payment due within 14 days. Late payments accrue 1.5% monthly interest.",
"footerNote": "Acme Studio LLC · Registered in Delaware · billing@acmestudio.com",
"branding": {
"accentColor": "#10b981"
}
}
Real, unretouched output from the rendering engine.