create-zynth-app
v0.0.6
Published
Create a new Zynth fullstack app
Maintainers
Readme
create-zynth-app
Scaffold a production-ready fullstack SaaS app on Cloudflare Workers in seconds.
Quick Start
bunx create-zynth-appOr with a project name:
bunx create-zynth-app my-appWhat You Get
- Hono API on Cloudflare Workers with type-safe RPC
- React + TanStack Router frontend on Cloudflare Pages
- Drizzle ORM + D1 (SQLite) database with migrations
- Better Auth with email/password (magic link & OAuth optional)
- shadcn/ui + Tailwind CSS component library
- Turborepo monorepo with Bun
- Claude Code optimized with commands and project context
CLI Options
| Option | Description |
|---|---|
| Project name | Directory name for your app |
| Init git | Initialize a git repository |
| Install deps | Run bun install automatically |
After Setup
cd my-app
bun devThis starts both the API and frontend dev servers.
Requirements
- Bun v1.0+
- Cloudflare account (for deployment)
Links
License
MIT
