Schema, types, seed data, and deploy โ all from one CLI. Supports Supabase, Firebase, PocketBase, and Appwrite.
npm install -g @magicpro97/backforge
click to copy
One CLI, multiple backend platforms.
Open-source Firebase alternative powered by PostgreSQL
Google's app platform with Firestore, auth, hosting, functions
Open-source backend in a single binary with embedded SQLite
Open-source backend server for web and mobile apps
Everything you need from schema to production.
Define data models in YAML with interactive builder
Generate clean TypeScript interfaces from your schema
Generate realistic fake data with smart field detection
Deploy to Supabase Cloud, Firebase, Railway, Fly.io
Guided setup for providers, columns, credentials
Switch between backends without rewriting schema
Get started in seconds.
npm install -g @magicpro97/backforge
Install globally
backforge init supabase
Initialize with Supabase
backforge schema define
Define tables interactively
backforge types generate
Generate TypeScript types
backforge seed --count 50
Generate fake seed data
backforge deploy
Deploy to cloud
10 CLI tools for full-cycle app development & deployment.