One-Click Publishing
Publish your app to a live .valmera.io subdomain with a single click. No server setup, no DNS configuration, no deployment pipeline.
How It Works
Once your app is built and you are happy with the preview, click the "Publish" button in the Studio. Valmera deploys the built application to a unique subdomain under valmera.io. The URL is instantly live and shareable.
Every published app gets its own URL in the format yourname.valmera.io. You choose the subdomain name during the publishing step.
Publishing Steps
Build Your App
Create your app from a prompt or template. Make sure the preview looks the way you want before publishing.
Click Publish
In the Studio, click the "Publish" button (available after a successful build). A dialog will appear asking you to choose a subdomain name.
Choose Your Subdomain
Enter a subdomain name like "myapp" to get myapp.valmera.io. Names must be unique — if it is already taken, you will be prompted to choose another.
Go Live
Confirm and your app is deployed. The URL is live immediately. Share it with anyone — no login required to view published apps.
Updating a Published App
If you make changes to your app after publishing (by sending follow-up messages), you can re-publish to the same subdomain. The updated version replaces the previous deployment instantly.
There is no separate "update" button — just click Publish again after making your changes and confirm the same subdomain.
Download Source Code
Prefer to host your app somewhere else? Click the "Download" button in the Studio to get a ZIP file containing all the source code. The project is a standard React + Vite application that you can deploy to Vercel, Netlify, AWS, or any static hosting provider.
To run the downloaded project locally:
FAQ
Is publishing free?
Yes. All Valmera users can publish apps to .valmera.io subdomains at no additional cost. Publishing does not consume credits.
Can I use a custom domain?
Custom domain support is planned for a future release. Currently, all published apps use the .valmera.io subdomain.
How long do published apps stay live?
Published apps remain live as long as your Valmera account is active. There is no automatic expiration.
Can others see my source code?
No. Only the built, compiled app is served. Your source code remains private unless you share the downloaded ZIP.