Two weeks ago XRM was a 3-hour proof of concept. Now it’s powering a live application.

screenshot of XRM goes live

XRM is a reusable framework: you define entities, fields, and relationships, and it generates the UI. The real validation came when I used it to build a domain-specific app on top. That implementation went live this week, which forced all the production concerns: Entra ID authentication with domain-scoped authorization, audit trails for every record mutation, lifecycle hooks, computed fields with formulas and aggregates, state machine transitions for Choice fields, locale-aware formatting, saved views, soft-delete, and mobile UX improvements.

That’s roughly 50 commits across two days. The requirements-to-implementation loop stays tight when you can describe what you need and watch it materialize.

XRM repo

Thanks for reading! :-)