View code — the payoff
Why. The last item on the rail turns your model into a technical blueprint — a strong starting point for developers.
How. The View code panel presents your model across tabs: data types, an API, on-screen structure, permissions, processes, agents, and deployment. The toolbar groups two things:
- Check — have an AI review, auto-fix, and test the generated code.
- Export — download just the scaffold, a runnable app with AI-written logic, or the whole Full-Stack project as a zip.
It's scaffolding, not the finished software — a base that developers extend by hand.
model.json is the source of truth
The exported repo carries a complete model.json — every layer of your business as one versionable
document. It's the durable record the generated code (and any regeneration) is built from. Commit it to
git; import it to recall and iterate. See Protecting your fixes.