You own your code. At any point you can download the full project as a ZIP and run it on your own machine or host it wherever you like — there is no lock-in.
Download the project
- Open your app and click Download.
- Wait for CodeSky to package the build.
- Save the
.zipfile to your computer.
Run it locally
- Unzip the archive and open a terminal in the folder.
- Install dependencies, for example
npm install. - Start the dev server, for example
npm run dev.
The ZIP is a standard project. Commit it to your own Git, deploy it to any host, or keep building in CodeSky — your choice.
What is inside the ZIP?
The complete source code, configuration, and a README with run instructions.
Do I need CodeSky to run it?
No. It is a standard project you can run with the tooling listed in the README.
Are my secrets included?
No. Secrets are never bundled — add your own .env values locally.