Platform

TinyPortal: give clients a login to their own data

Build a login-gated portal on a TinyTables view, publish it to your own domain, and let each customer see only their rows.

TinyPortal turns a table you already keep into a customer-facing portal. Eighteen block types — tables, lists, detail views, stats, charts, calendars, kanban, maps, pivots, embedded forms — all bound to a view you choose.

Row scoping is the part that matters. Point a block at an owner column and each signed-in customer sees their records and nobody else's, enforced on the server before anything is sent. Every data binding is stripped from the published payload.

End-users sign in with an email and password, or with credentials held as rows in a Users table you control. Add a hostname, verify the DNS records, and it serves over SSL on your domain.

Publishing takes an immutable snapshot after a completeness and safety review, so you can roll back to any earlier version without touching your draft.