The copy-paste that lost the lock
New features start by copying the last one. Each copy drops a permission check here, a version column there, until the pattern isn't a pattern anymore. Here, features are generated complete, every time.
Generators en checks houden nieuwe features op het veilige pad. Half werk komt niet live.
Generators en checks houden nieuwe features op het veilige pad. Half werk komt niet live.
Het mechanisme van begin tot eind, zoals het in de repository is geïmplementeerd.
Scaffold the slice
One command generates the whole feature: input contracts, permission-checked server services, client wiring, a tenant-scoped live-sync shape, and its tests. It refuses to overwrite existing code.
Build with fast feedback
Test commands run only what your changes touch, and a doctor command reports config and service health without printing secrets.
Certify to promote
A certification run is the only way a draft feature becomes production-ready. CI rejects anything that skipped it.
Verify before release
One verify pass runs the architecture, registry, migration, and bundle-size gates, so drift shows up as a failed check with evidence, not a surprise in production.
Interactief voorbeeld
Deze rondleiding toont het geïmplementeerde backendcontract zonder account, credentials of providercalls.
Interactief voorbeeld
Toont 1 van 4 controles
Alleen deterministische voorbeelddata. De interactie gebruikt geen account-, provider- of netwerkverbinding.
Zonder een gedeelde basis bouwt elk team deze randgevallen opnieuw — en anders.
New features start by copying the last one. Each copy drops a permission check here, a version column there, until the pattern isn't a pattern anymore. Here, features are generated complete, every time.
A half-finished experiment gets registered, deployed, and depended on before anyone decided it was ready. Here, draft code is locked out of production until it passes certification.
Your conventions sit in a markdown file nobody reads under deadline. They get re-argued in every review and quietly broken between reviews. Here, breaking them fails a check.
Kernpunten
One command generates the full slice: input checks, permission-checked server code, client wiring, live sync, and tests, already connected.
New scaffolds are marked immature and locked out of production until a certification run proves they work.
A pattern check catches known footguns, like unscoped caches or server secrets imported in the browser, and fails the build instead of letting them spread.
Technische garanties
Achter de schermen houden autorisatie, tenantgrenzen en foutafhandeling één duidelijke eigenaar. Zo blijft de snelle ervaring voor gebruikers gekoppeld aan veilig herstel als het misgaat.
De grens hierboven is geen claim maar code. Deze bestanden dragen het contract:
scripts/scaffold.tsscripts/certify-resource.tsscripts/check-patterns.tsdocs/DEVELOPER-EXPERIENCE.mddocs/RELEASE-CERTIFICATION.mdDeze functies delen contracten en grenzen met deze pagina.
De documentatie beschrijft dezelfde contracten die deze pagina demonstreert.