Documentation Index
Fetch the complete documentation index at: https://docs.vertracloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Requirements
- HTML, CSS and JavaScript files
- Account on Vertra Cloud
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.htmlas 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
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)