What is tallpond?

tallpond is a platform where developers host their apps for free and users pay their own direct usage costs from one prepaid wallet. No subscriptions, no per-app billing, no developer-run infrastructure.

Status: tallpond is live — the dashboard is at app.tallpond.com. New accounts get a $5 welcome credit to try real apps end-to-end before spending anything, and can add more to their wallet anytime. Deploys are open: anyone can create and ship an app with the CLI — see the Quickstart.

The model in one paragraph#

Every request an app makes flows through a single metered gateway. The user's session identifies the payer; the operation and path identify the cost. Before a metered operation runs, the gateway places an escrow hold against the user's balance, then captures the actual cost on completion — a user can never overspend, and no operation starts without funds reserved. Developers ship a declarative schema, functions, and immutable source/static snapshots; only missing content-addressed file blobs transfer on redeploy. They hold no secrets and run no servers, so serving a million users costs a developer exactly what serving one does: nothing.

Why it's different#

For users:

For developers:

Live today#

Where to go next#