TellWang
Dashboard

TellWang vs Supabase

People searching for a Supabase alternative usually aren't unhappy with Postgres, row-level security, or the client API — they want less of the assembly and operating work that sits around them. That's the actual difference here. A Wok speaks the Supabase API, so @supabase/supabase-js works against it unmodified. What changes is who builds and runs the stack: on TellWang, an agent does.

Your client code can't tell the two apart. Point supabase-js at your Wok's URL and anon key and the same client handles auth, storage, realtime, and functions — see the quickstart.

What's the same

Postgres underneath. Row-level security as the authorization model. A PostgREST-style REST API generated from your schema, JWT-based auth, file storage, and realtime postgres_changes subscriptions. If you've built on Supabase, nothing about a Wok's data layer will surprise you, and code you've already written keeps working.

What's different: who does the work

Supabase hands you excellent parts and a good console, and your team does the rest — design the schema, write the policies, wire auth, deploy functions, set up storage rules, and keep all of it healthy after launch. For a team that wants hands on every dial, that's the right shape.

On TellWang the dial-turning is the product. Tell Wang what you need and it provisions the Wok, writes the schema and row-level-security policies, deploys the functions and the frontend, then opens the result in a real browser and reads the console and network requests before calling it done. The operating work after launch — scheduled jobs, email signing, domain TLS, key rotation — stays with Wang too. How Wang works walks through the build loop.

TellWangSupabase
Postgres + RLS + supabase-js API✓ (API-compatible)
Who builds the schema, policies, functionsWang, the agentYour team
Email signing, domain TLS, cron, key rotationBuilt in — Wang operates themWire up + maintain yourself
Static hosting + custom domainBuilt into the Wok — no separate Vercel/NetlifyA separate service you add
What MCP controlsThe whole platform — provision, SQL, deploy, domains, emailMainly the database
Regionsca-central-1 only (today)Many regions
ComplianceSOC 2 on the roadmap — not yet certifiedSOC 2 / HIPAA
Leavingpg_dump (any plan) + Terraform HCL (Pro/Scale)Open source / self-host

Driven end-to-end by coding agents

Cursor and Claude Code connect to the TellWang MCP server at https://tellwang.com/v1/mcp and get the whole platform as tools, not just the database: provision a Wok, run SQL, deploy edge functions, publish the frontend, connect a domain, send email, and verify the live app through the same control plane Wang uses. One MCP session takes a project from nothing to a working URL.

Leaving is allowed

The data is plain Postgres you can pg_dump any time, on any plan. On Pro and Scale, a Wok's entire definition — schema, policies, functions, env, storage config, scheduled jobs, and infra shape — also exports to Terraform HCL in one API call. Moving in works the same way in reverse: repoint supabase-js, restore your data, go.

Where Supabase is the better pick

An honest comparison has to include this part. Supabase has years of production track record, a much larger ecosystem and community, region choice, and a certified compliance posture. TellWang runs every Wok in one region today (ca-central-1) and SOC 2 is on the roadmap, not certified. If those are hard requirements right now, use Supabase. If what you want is the stack built, tested, and operated for you — or a backend your coding agent can drive end-to-end — that's the job TellWang was built for.

Common questions

Is TellWang compatible with supabase-js?

Yes. A Wok speaks the Supabase API, so @supabase/supabase-js works against it unmodified — point it at your Wok's URL and anon key. The same client handles auth, storage, realtime, and functions, not just the database.

Can I move an existing Supabase project to TellWang?

App code written against supabase-js keeps working once it points at a Wok. The database is standard Postgres, so schema and data move with ordinary pg_dump and restore. There is no one-click importer today — budget a manual migration pass for storage objects and auth users.

Does TellWang lock me in?

The data layer is plain Postgres you can pg_dump on any plan. On Pro and Scale a Wok also exports its entire definition — schema, policies, functions, env, storage config, scheduled jobs, infra shape — to Terraform HCL in one API call. You can redeploy the same Wok on another cloud or self-hosted.

When is Supabase the better choice?

If you want region choice today, a certified compliance posture (TellWang's SOC 2 is on the roadmap, not certified), or a large established ecosystem and community, Supabase is the safer pick right now. TellWang's case is strongest when you want the stack built and operated for you, or driven end-to-end by a coding agent.