In production since 2024
XBuilder
A builder that turns a structured brief into a working application scaffold — data model, API, admin and deployment — so a project starts from something running rather than an empty repository.
What was technically hard
Generated code has to be code a human wants to maintain six months later. That ruled out template interpolation: the generator works against an intermediate representation and emits idiomatic Django, so the output reads as though someone wrote it.