A Runtime for Backend APIs
A backend runtime, not a codegen tool. Point FastBackend at a SQLAlchemy or Prisma schema — it serves CRUD routes, relationships, and OpenAPI at runtime. Routes live in memory, not on disk.
$ fastbackend init my-api --schema sqlalchemy
# → Scaffolds schema, config, and custom endpoints
$ fastbackend generate && fastbackend dev
# → Your API is live at http://localhost:8301/docs