You own the code. Provably.
Every Couldi project exports as clean, standard code — the same code we deploy. No proprietary runtime, no export tax, no lock-in.
The export, exactly
What you get when you export
This is the actual structure of a Couldi project export. No wrappers, no proprietary formats — just the files, exactly as they run in production.
your-project/
├── Dockerfile ← the same one Couldi deploys with
├── nginx.conf ← ditto
├── spec.md ← the PRD/TRD your build was planned from
├── package.json
└── src/ ← your application codeOwnership statement
In plain language
This code belongs to you. Couldi claims no license over or rights to exported code. Run it anywhere — the included Dockerfile and nginx.conf are the same ones Couldi deploys with. The “Built with Couldi” link above is appreciated but optional.
Two ways out, zero friction
Take it anywhere
- Download as a ZIP anytime. Every project has an export button. Your code, your machine.
- Push straight to a GitHub repo you control. Connect your GitHub account, pick a repo, and Couldi pushes the full project.