Skip to content

HOW TADA WORKS

From a sentence to a deployed app, in four steps.

Most users ship their first real app in their first hour. No setup. No install. Nothing to learn.

STEP 01

Open Tadabase AI and describe your app.

The studio opens to one input box: "What do you want to build?" Type a sentence. Pick a theme. Click "Build."
PROMPT

One sentence is enough.

A booking system for my yoga studio with classes, instructors, and a calendar.

PROMPT

Or describe a portal.

A customer feedback portal where each client has their own login and can rate features 1-5.

PROMPT

Or a dispatch board.

A field-services dispatch board with drivers, jobs, and a map view.

Tadabase AI asks any clarifying questions a thoughtful developer would: "Should customers be able to sign up themselves, or do you invite them?" Answer in plain English. Tadabase AI saves the answers and starts scaffolding.

STEP 02

Watch Tadabase AI build the app.

Tadabase AI reads your Tadabase schema (or creates a new one if you started fresh), scaffolds the pages, wires the data, and writes the React. You watch it happen in the live preview on the right.
studio.tada.app/projects/yoga-flow
Scaffolding
Yoga Flow
Classes Instructors Calendar Profile
This week's classes
22 scheduled · 4 instructors
Vinyasa Flow · Mon 6:00am
Maya R.
12/15
Restorative · Tue 7:30pm
Theo S.
9/15
Power Yoga · Wed 6:00pm
Maya R.
15/15

Every tool call shows up as a small chip in the chat (read_schema, create_page, wire_workflow) so you always know what the agent is doing. There is no "AI black box." Click any chip to see the diff.

STEP 03

Talk to it like a teammate.

Don't like the navigation? "Move the nav to the top." Want a chart? "Add a chart of revenue by month to the dashboard." Want gold stars instead of yellow? "Make the rating stars gold."
REQUEST

Make a layout change.

"Move the nav to the top." Tadabase AI makes the change, redeploys the preview, and you see it in seconds.

REQUEST

Add a chart.

"Add a chart of revenue by month to the dashboard." Bar chart at the top of /dashboard, grouped by month, last 12.

REQUEST

Tweak a color.

"Make the rating stars gold." Done. Updated --rating-star to #FFB347.

Every change is committed to your project's git history. Rolling back is one click.

STEP 04

Publish to your domain.

When you are ready, hit Publish. Pick an environment (dev, staging, prod). Your app goes live at slug.tada.app immediately, with free SSL. Want a custom domain like app.yourcompany.com? Add it in Settings, point a CNAME, done.
ENVIRONMENT

Development.

dev.yoga-flow.tada.app

For your own iteration. Auto-deployed on every chat turn.

ENVIRONMENT

Staging.

staging.yoga-flow.tada.app

For internal review. Promote a build when it's ready.

ENVIRONMENT

Production.

yoga-flow.tada.app

What your customers see. Tagged in your changelog. One-click rollback.

For the technical reader

What actually happens.

Each Tadabase AI project lives in a workspace on our agent host. The agent is a Claude-driven loop with a strict tool set.

The agent.

A Claude-driven loop with a strict tool set: read/write files, install allowlisted npm packages, run the build, deploy the container. The starter is a Vite + React + Hono stack with a thin "tada" SDK that wraps the Tadabase API.

The backend.

The backend you call from your Tadabase AI app is your Tadabase backend. Same database. Same row-level security. Same workflows. No mapping layer. No proxy that drifts. Calls go through Hono with the logged-in user's JWT so server-side RLS applies automatically.

The hosting.

Each deploy spins up a fresh container behind Caddy with automatic SSL. Idle apps hibernate and wake in under two seconds. Custom domains use on-demand TLS so you don't have to manage certs.

Ready when you are

Bring your business into the world of AI.
Launch a real app today.

Describe what your business needs. Tadabase AI builds it on a real backend, hosts it and puts it on a real domain, ready for your team and your customers.

Start building