⚡ My Vibe App

About this app

This is a Tada Vibes app. It is a plain, self-contained project — no lock-in.

How it is built

Frontend — static HTML/CSS/JS in public/. Add a page by adding a file.
Backend — Hono route files in routes/. Each file becomes an /api/<name> group.
Backend ↔ Tadabaselib/tada-server.js wraps the Tadabase Domain API. Secrets stay on the server.
Runtime — one Node process, one container, fully hosted.

It is yours

The whole project — frontend and backend — can be exported and run anywhere node runs: npm install && node server.js.

← Back home