litebase

A live admin UI for the self-hosted Supabase analog, backed by SQLite + sqlite-rls.

Everything below is scoped by row-level security enforced in the database, not by this page. The panels demonstrate public rows, sharing, deep/nested fetching, and an arbitrary-SQL console where the policy still filters every row — even a hand-written JOIN.

Sign in

Try the seeded demo accounts — password demo1234: [email protected], [email protected], [email protected]. Alice shared a post with Bob (not Carol) — log in as each to see RLS in action.

Signed in as

My todos

No todos yet — add one above.

Posts & threads — deep fetch: post → comments → author, each through its own policy

Everyone's profiles — public rows (select policy is true)

SQL console — arbitrary read-only SQL, still RLS-scoped

Realtime feed — RLS-filtered per subscriber

connecting…