Folders & address prefixes
When you have more than a handful of sites, folders keep them tidy. A folder does two things: it groups related projects, and it can put a shared prefix in front of their addresses.
Create a folder
Section titled “Create a folder”On your projects page, click New folder. You give it:
- A name: just for you, to recognise it in the list (e.g. Client work, AI experiments).
- An address prefix: added in front of every project you put inside.
How the prefix shapes addresses
Section titled “How the prefix shapes addresses”Say your folder has the prefix acme. A project called pricing inside that folder goes live at:
acme-pricing.trybailey.appThe prefix and the project name are joined with a hyphen. Put another project landing in the same folder and it becomes acme-landing.trybailey.app: a clear family of addresses.
Moving a project in or out
Section titled “Moving a project in or out”Open a project, go to Settings, and change its Folder. Moving it:
- Updates its address to match the new folder’s prefix (or drops the prefix if you move it out to the root).
- Changes the live address: the old one stops working. Bailey warns you before you save.
Deleting a folder
Section titled “Deleting a folder”You can only delete a folder once it’s empty. Move its projects out (or delete them) first. This is on purpose: deleting a folder can never silently take sites offline.