Sites
Sites
A site is a collection of pages published under a single URL. One team can have many sites.
A site is a collection of pages, layouts, and documents published as a unit under a single URL.
https://your-team.baseblocks.dev/your-siteOne team can have as many sites as needed. Common patterns:
- One site per product or service (
/product-a,/product-b) - One site per audience (
/internal,/onboarding,/partners) - One site per project or quarter
Site basics
Creating a site
From the team dashboard, click New Site. Enter a name and a slug. The slug becomes the path segment in the URL.
Slugs are lowercase and hyphen-separated. They must be unique within the team. You can change the slug later in site settings — see the settings page for the implications.
Site URL structure
https://[team-slug].baseblocks.dev/[site-slug]/[page-slug]Example:
https://acme.baseblocks.dev/engineering/onboardingWhere:
acmeis the team slugengineeringis the site slugonboardingis the page slug