Overview

Gize is a backend application ecosystem for Rust, inspired by the productivity of batteries-included frameworks but fully aligned with Rust's philosophy. Start here to understand what Gize is, why it exists, and where it's going.

Current status

The MVP is functional end-to-end: a Cargo workspace with 10 crates, the core domain model, a safe code-generation engine, and a working CLI (gize new, gize make crud, gize migrate, gize serve, gize doctor). The crates are published on crates.io: install the CLI with "cargo install gize". Clippy clean and validated end-to-end against PostgreSQL.