Products · 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.
How it's built
Python, Django, a code-generation layer over an intermediate representation, and Docker for the generated deployment.
One decision we made, and why
We chose to generate fewer things well rather than everything roughly. The generator refuses briefs it cannot handle cleanly instead of emitting scaffolding a developer would immediately delete.
$ tell us what you're building and where it's stuck
Book a 30-min discovery call
We reply within one business day.