The full Trailing Paper app, prefilled with a realistic demo company. Send invoices, run reports, post journal entries. Reset whenever you want.
Acme Brewing Co. — 18 months of transactions, 142 customers, 47 vendors, 6 bank accounts, an active payroll, three open loans, and a few intentionally messy edge cases for you to clean up.
Cash on hand, AR aging, AP due this week, last close date, top 5 customers by revenue, and any reconciliation drift — all live, all clickable. No "set up your dashboard" wizard. It's just there.
Pick a customer, line items autofill from their last order, payment link auto-attaches to the email. We've left a few invoices in draft for you to send, plus one with a payment already received so you can see how the matched receipt looks.
This isn't a marketing tour with three screenshots. It's the real app.
KPIs, AR aging, AP due, top customers. Drill anywhere.
Draft, send, accept payment, see paid + reconciled.
Sandbox cards work. ACH, Apple Pay, virtual terminal.
6 accounts pre-connected with simulated feed activity.
Post journals, view trial balance, audit trail.
P&L, balance sheet, cash flow, custom — export anything.
142 customers, 47 vendors, full transaction history.
Inventory, pricing, COGS, units — preloaded SKUs.
8 employees, 1 contractor, last 4 pay runs visible.
Schedule payments, batch pay, vendor credits.
3 demo entities. Switch between them, run consolidated reports.
Generate API keys, webhook endpoints, COA, taxes.
Click Reports → Profit & Loss. Switch between cash and accrual. Filter by class, location, or department. Export to PDF, CSV, or scheduled email. Every option is wired up.
The demo workspace gets sandbox API credentials. Hit /v1/invoices, /v1/payments, /v1/journal_entries from your terminal or Postman. Webhooks fire to any URL you point them at.
$ curl -X POST https://api.trailingpaper.com/v1/invoices \
-H "Authorization: Bearer tp_sandbox_..." \
-d '{
"customer_id": "cus_riverside",
"line_items": [
{ "sku": "ipa-case", "qty": 6 }
]
}'
{
"id": "inv_2090",
"number": "#INV-2090",
"total": 840.00,
"status": "open",
"payment_link": "https://pay.trailingpaper.com/i/2090",
"created_at": "2026-04-24T18:42:11Z"
}
An isolated sandbox spins up under your email. No credit card, no setup wizard.
Send invoices, post entries, run payroll, hit the API. It's all live.
One click to wipe demo data and start with your own. Or keep poking.
4242 4242 4242 4242 with any future expiry to simulate a successful charge.Eighteen months of preloaded transactions, twelve modules, a real API, and zero commitment. Open the workspace and go.