The project details page lets you manage your project, and project branches.

CleanShot 2023-02-14 at 14.02.24@2x.jpg

Branches

Branches lets everyone on your team edit their own version of the project. When you are done with the feature you are building, and have tested that it works, you can publish your changes to the “main” branch which is the version of your project your users will see.

Your branch will keep track of all the changes you have done. This way multiple team members can make changes at the same time, as long as your changes are not conflicting.

Each branch has its own domain where you can test it, and share it with your team before you are ready to publish.

<aside> 💡 You cannot edit the main branch directly. You can only update the main branch through publishing.

</aside>