Knowledge Base/Desktop App/Download Your App

Download Your App

Watch: download your app as a ZIP

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

  1. Open your app and click Download.
  2. Wait for CodeSky to package the build.
  3. Save the .zip file to your computer.

Run it locally

  1. Unzip the archive and open a terminal in the folder.
  2. Install dependencies, for example npm install.
  3. 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.

Was this article helpful?