How it works.
And what you actually get.
No procurement theatre, no six-month discovery phase. A dedicated environment stood up for you, a working page against your real data early enough to be useful, and a platform your own team can extend without waiting on us.
Four steps, and you can read the code at every one
Everything below is the actual running configuration — not pseudocode written for a marketing page.
We stand up your environment
A dedicated environment — yours alone, not a tenant in a shared pool. Hosting, certificates, backups, monitoring, and accounts are configured and handed over working. This is the one-time onboarding fee, and it is measured in days.
Your data model becomes a command file
Commands are markdown. They are not configuration wrapped around hidden code — they are the running code. A business analyst can read one and confirm it is correct, which is why AI-generated changes are reviewable rather than trusted on faith.
## save
**merge** form except active,segment,created
**save** contact to default
Screens are templates, not builds
Tables, forms, charts, dialogs, and dashboards are single tags backed by your commands. No build step, no npm, no bundler to maintain, and no front-end framework upgrade waiting to break something in eighteen months.
<@relay path="patients" rename="list" />
<@table source="list"
columns="name,dob,appointments" />
Your team stops waiting on us
The AI workspace ships with the platform. Your analysts describe a view and get a working one — the assistant authors the same markup a developer would write, and shows it to them. Changes land in a staging version first; production users see nothing until someone promotes it.