Once you have built your application’s layout and logic, the final steps are to preview it for errors and publish it to a live URL. Baserow separates your “Draft” environment from your “Live” environment, allowing you to work on changes without affecting current users.
This guide covers how to test your application in a safe staging environment before deploying it to the live web.
Understanding the three states of a Baserow application ensures you don’t accidentally expose unfinished work.

Preview mode allows you to interact with your application exactly as a user would, but within a safe, private wrapper. It is essential for catching logic errors or layout issues.
To enter preview mode:
Device testing: Use the device toggles (Desktop, Tablet, Mobile) in the top bar to ensure your layout responds correctly to different screen sizes.
Learn more: Preview as an authenticated user
Publishing takes the current snapshot of your Editor and pushes it to your configured domain(s).

Baserow applications do not update automatically when you change elements in the editor. This protects your users from seeing half-finished work.
To update your live app:
To embed your dashboard or application in another website (like Softr, WordPress, or a custom site), publish your app to get a public URL, then use an HTML <iframe> tag.
The configuration for custom domains highly depends on the hosting environment, so you configure it at the server level. You may find information in the Baserow installation pages. See this page for more details -> Application builder domains
For your custom application, you need to create the login page in the application for your users to log in. The login page is different and is not the Baserow login page.
No. Baserow hosts the application for you. You just need to choose a domain name (or use a free subdomain).
No. Data is live; Design is versioned.
Yes, you can delete the domain to remove the link, effectively taking the application offline for that specific URL.
Still need help? If you’re looking for something else, please feel free to make recommendations or ask us questions; we’re ready to assist you.