Blog
How-tos, build stories, and comparisons from the team building TellWang. The product docs stay reference-shaped; owner-facing examples now live in Use cases.
A stocks dashboard from one prompt
The watchlist app in our homepage demo is real. The prompt that built it, the schema and security rules that came out, and the live-data pattern worth stealing.
Deploy a Claude Code project
Connect the MCP server and the session that wrote your code provisions the database, auth, and a live URL — then checks the result in a real browser.
A backend for vibe coding
Your AI-built app works on your machine. What it takes for other people to use it: data that persists, logins, uploads, and a URL of its own.
TellWang vs Supabase
A Wok speaks the same client API, so supabase-js works unmodified. The difference is who assembles and runs the stack. Trade-offs included.
TellWang vs Firebase
Real Postgres instead of a document store, and an agent instead of a console. Where each one fits.
Looking for reference material instead? The quickstart and API reference live in the docs.