App environments
Last updated
Last updated
© 2024 UI Bakery
In UI Bakery, multiple application environments are available:
Dev - default environment where you build your app, write code, add components, run actions, etc. It's not accessible to end-users and therefore nothing you do here affects what users currently see. It's where you can also do some preliminary testing to make sure everything works locally before moving on to the next environment.
Staging - similar to the production environment. Here, you can do the last checks and polish things up. It's the environment used for the testing process during which you can find and fix any issues that come up.
Prod - this is the environment where you make your app live. It's where end users can see how your app works after all the updates and testing. Sometimes you may skip the Staging environment altogether and deploy directly to Prod, although it's not something we'd recommend doing regularly.
From your workspace page, in the upper right corner, you can switch between these environments to see what your app looks like and how it works. The only thing you need to do before that is to make sure your app is first deployed to the environment you need.
UI Bakery also supports multi-instance deployment and synchronization. Learn more about it here