Own your code: what an exportable AI-built app really means
Not a marketing line — a concrete promise about exports, runtimes, and where your software runs.
Plenty of platforms say you 'own your work.' Usually that means you can export a JSON blob, or your data but not the app, or the frontend but not the backend that makes it run. When we say you own the code, we mean something narrower and far more useful.
The whole repository
With Dual7 you can export the complete codebase — the React front end, the Node services, and the Postgres schema with its migrations. Front to back, nothing withheld. It's standard code your team already knows how to read, audit, and extend.
- No proprietary runtime — nothing about the app depends on Dual7 to execute.
- No locked backend — the services and database are yours, in standard form.
- Run it anywhere — your cloud, your VPC, on-prem; deploy on infrastructure you trust.
Ownership you can verify
Because you have the actual source, you can run your own security review, bring your own auditors, and confirm exactly what the software does. 'Trust us' isn't part of the deal — reading the code is. And if you ever leave, the software keeps running without us.
Build once. Own forever. The code is the deliverable, not a hostage.