Tally
Pre-alphaThe registry and the CLI are not published yet.Roadmap

Tally

Shared expenses — numeric entry, split rules, and actions you can take back.

Planned

Not built yet. Tally is the form-and-keyboard test: everything Axiom has to get right when the keyboard is up.

A group, a list of expenses, who owes whom. Most of the app is one screen: entering an amount, picking who paid and splitting the rest. That screen is where mobile form components usually fall apart.

Why this app

The keyboard is the hardest layout constraint on a phone. Tally forces the answers:

  • A numeric field that stays visible when the pad opens, without the submit button scrolling away.
  • Validation that appears without the content jumping.
  • A bottom sheet that resizes with the keyboard instead of hiding under it.
  • “Marked as paid” that stays cancellable while the request is already in flight.

Screens

ScreenWhat it holds
BalancesWho owes what, as a summary card and a transaction list.
Add expenseAmount, payer, split, category, note.
Settle upPer-person amounts and a confirmation that can be undone.
GroupMembers, invitations, currency, history.

Built with

What it checks

  • The keyboard never covers the field being typed into, or the action that submits it.
  • Numbers are formatted per locale and currency without breaking the layout.
  • An optimistic write that fails restores the previous state and says so.