@fyio/create-buildfyio-app
v0.1.0
Published
npm create buildfyio-app — scaffold a new project pre-wired for Buildfyio (Next, Vite, Express, FastAPI, static).
Readme
create-buildfyio-app
Scaffold a new project pre-wired for Buildfyio.
npm create buildfyio-app@latest my-appInteractive picker for the template, then a folder that deploys first
try with buildfy deploy. Every scaffold ships a buildfy.yaml so the
framework, port, and instance size are already set.
Templates
- Next.js 15 — App Router, TypeScript, React 19
- Vite — React + TypeScript, dev server + preview build
- Express — TypeScript,
tsx watchdev,tscbuild - FastAPI — Poetry, uvicorn
- Static — plain HTML shell for the smallest possible deploy
After scaffolding
cd my-app
pnpm install # or npm / poetry install
buildfy deployLicense
MIT.
