When to Use Web Publishing
Web publishing is a great fit for a variety of scenarios:- Beta testing — share a URL with early users and gather feedback before your App Store launch
- Broad reach — let users access your app on any device without requiring an install
- Web-only products — launch a version of your app that lives entirely on the web
- Internal tools — share a link with your team or stakeholders for reviews and sign-off
Deploy Your App to the Web
Open the Publish dialog in your Rey project
Click the rocket icon in the top toolbar to open the Publish dialog.
Configure your domain (optional)
By default, Rey assigns a subdomain under
reyapp.io. You can customize the subdomain here, or connect your own custom domain if your plan supports it.What the Web Version Includes
Your published web app is not a stripped-down preview — it’s the full app experience, including:- Every screen and navigation flow you’ve built in Rey
- All interactions, animations, and gestures adapted for touch and mouse input
- Live data reads and writes from all connected data sources
- The same layouts your mobile users see, optimized for mobile browsers
Web publishing doesn’t require an Apple Developer account or a Google Play Developer account. You can publish to the web at any time, independently of your App Store or Play Store submissions.
Custom Domains
Connect your own domain (for example,app.yourcompany.com) instead of using a Rey subdomain.
Enter your custom domain in Rey's Publish settings
Type your domain in the Custom Domain field and save.
Add a CNAME record in your DNS settings
In your domain registrar or DNS provider, create a
CNAME record pointing your subdomain to the hostname Rey provides. Rey displays the exact target hostname after you enter your domain.Publishing Updates
Republish any time you make changes in the Rey editor. Click the rocket icon → Web → Publish again and Rey deploys your latest changes. Updates go live immediately — there’s no review queue and no waiting.Will republishing break the existing URL?
Will republishing break the existing URL?
No. Your URL stays the same every time you republish. Users who already have the link can simply refresh their browser to see the latest version.
Can I unpublish my web app?
Can I unpublish my web app?
Yes. Click the rocket icon in the top toolbar, select the Web target, and click Unpublish. The URL will stop serving your app immediately.