Deploying your app
Deployment is the moment your app becomes available to the world on a link you can share. In codeyy, that moment is a single button press — no servers to set up and no technical configurations to manage.
How to deploy
- 1
Open the Deploy tab
In your workspace, go to the "Deploy" tab.
- 2
Press the Deploy button
The platform will start preparing a production version of your app.
- 3
Wait a few moments
The platform handles everything automatically — building, preparing, and launching.
- 4
Share the link
Once complete, your app is live on a link you can copy and share immediately.
Updating your deployed app
Made improvements after deploying? No problem. Continue working in your workspace as usual, then press the redeploy button to update the live version with your latest changes. The previous deployed version keeps running until the new update completes.
Security check before deploy
To protect you and your users, the platform runs an automatic security check when you deploy. If the check finds a critical issue (like an exposed secret in your code), deployment will be stopped and you'll be alerted to fix the problem first. Think of this as a safety belt that prevents you from deploying a costly mistake.
Learn more about the security check and how to address what it detects on the app security page.
Deploy early and often
Don't wait until everything is complete. Deploy an initial version as soon as it's ready to show, then improve it gradually. Seeing your app live gives you momentum and clarity.