// kiipu — collections
live — core in productionCollections that don't chase people.
A payment link the debtor opens without an account. Reminders that go out on their own, over WhatsApp and email. Receipt photos read by AI — and a human approving every cent before it counts. All of it on a double-entry ledger where nothing is ever deleted.
what it does
Money moves through one auditable path.
// Every line below is running in production today.
- Invoices with installment plans — each installment’s state is a projection of the ledger, never an editable column
- A public payment link — no account needed, one link per debt, revocable when you need it
- Automatic reminders over WhatsApp and email, deduplicated and held outside quiet hours
- Receipt photos read by AI — it suggests amount, date and reference; it never applies a payment on its own
- A human approves every payment before it touches the books — always
- A double-entry ledger where corrections are new entries; nothing is ever deleted
why it was built this way
It touches money. So the foundation came first.
Specified first
Routes, states, edge cases and who-can-touch-money permissions were written and adversarially audited before any of it was built.
Ledger first
Kiipu sits on a double-entry, append-only ledger. That foundation was built and hardened before the collections UI existed.
The name says it
Kiipu comes from the quipu — the Andean system of knotted records: an auditable, append-only account of what’s owed and what’s paid.
What it does NOT do yet
What is running today, and what is not:
- Running in production: payment links, automatic reminders, AI-read receipts, the approval queue and the ledger underneath all of it.
- Reminders go out once a day on a single schedule. Per-workspace send times are not built yet.
- It is not general accounting, and it never moves funds — it works with bank transfers and receipts, not card processing.
- It does not do tax e-invoicing.
// see it working
Two modules in production.
Kiipu collects and Miira answers real WhatsApp leads — same platform, same ledger, same standards.
See Miira →