Prerequisites
Before deploying your application, make sure you have:A CodeRocket premium account
A project with at least one version
Owner access to the project
Step 1: Access the Deployment Tab
- Open your project in CodeRocket
- Look for the sidebar on the right side
- Click on the Deployment tab (rocket icon 🚀)
Step 2: Select Your Version
1
Choose a Version
Use the Version to Deploy dropdown to select which version of your application to deploy.
- Latest - The most recent version (selected by default)
- Currently Deployed - The version currently in production (if applicable)
- Any previous version number
2
Version Considerations
Consider these factors when selecting a version:
- Is this version fully tested?
- Does it have all the features you want to share?
- Are there any known bugs in this version?
You can always change the deployed version later without losing your subdomain.
Step 3: Choose Your Subdomain
Subdomain Requirements
Your subdomain must follow these rules:Reserved Keywords
The following subdomains are reserved and cannot be used:- System:
api,app,admin,www - Development:
preview,webcontainer,staging,dev,test - Infrastructure:
cdn,static,assets,media - Services:
mail,smtp,ftp,webhook
Check Availability
Before deploying, click the Check button to verify your subdomain is available:Step 4: Deploy Your Application
1
Review Your Configuration
Double-check:
- Selected version is correct
- Subdomain is available and follows the rules
- You have a premium subscription active
2
Click Deploy Application
Press the Deploy Application button. The deployment process takes a few seconds.
3
Wait for Confirmation
You’ll see a success message: “Your app is now live at
[subdomain].coderocket.app”4
Access Your Application
Click the link in the success message or the deployed badge next to your project title to open your live application in a new tab.
What Happens During Deployment
When you deploy your application:- Validation - CodeRocket checks your subdomain availability and format
- Version Locking - The selected version is marked as deployed
- URL Configuration - Your custom subdomain is configured
- Instant Live - Your application becomes accessible immediately
No build process is required! Your application is ready instantly because it’s already built when you generate each version.
Verify Your Deployment
After deploying, verify everything works:1
Test the URL
Open
https://[your-subdomain].coderocket.app in a new browser tab2
Check All Features
Navigate through your application to ensure all features work as expected
3
Test on Different Devices
If possible, check on mobile devices and different browsers
4
Share with Others
Send the URL to colleagues or friends to get feedback
Next Steps
Managing Deployments
Learn how to update or undeploy your application
Best Practices
Tips for successful deployments
Need Help?
If you encounter issues during deployment:- Check the Troubleshooting guide
- Join our Discord community
- Contact support from your account settings

