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
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
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
Review Your Configuration
Double-check:
- Selected version is correct
- Subdomain is available and follows the rules
- You have a premium subscription active
Click Deploy Application
Press the Deploy Application button. The deployment process takes a few seconds.
Wait for Confirmation
You’ll see a success message: “Your app is now live at
[subdomain].coderocket.app”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: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

