Skip to content

Code generation you can trust

Project Builder turns code generation into a deterministic program. Write a schematic once — typed, testable, idempotent — and every run produces exactly the same result.
deterministic by design
builder execute default:hello --name=payments
~ services.txt
~ src/services/payments.ts
✓ done — 2 modified

Run it again with –name=orders and services.txt grows by one line. Re-run the same name and it fails closed — nothing is ever written twice. Same schematic, same input, same bytes.