Requirements
Project Structure
Configuration
vertracloud.config
Example: Landing Page
index.html
Deploy
- Compress all files into a ZIP
- Access Dashboard → New Project → Application
- Select Static as language
- Set
index.html as main file
- Configure desired subdomain
- Click “Create Application”
Compiled Frontend Frameworks
For React, Vue, Svelte or Angular projects, build locally and send only the output folder:
React (Vite)
Vue
Svelte
Angular
Send only the contents of the build folder (compiled files), not the entire source code. The index.html file must be at the root of the ZIP.
Notes
- Static sites do not need a backend server
- All routes are served by the platform’s internal server
- Automatic SSL via Let’s Encrypt
- CDN and automatic caching for static assets
- No support for route rewriting (SPAs with client-side routing need special configuration)