Publishing and URLs
Publishing makes your project available on a public URL.
Publish Dialog
Open Publish from the toolbar to manage:
- Publish status (publish or unpublish).
- Project slug (URL path segment).
Slug Rules
Slugs must use lowercase letters, numbers, and hyphens.
URL Format
Your public URL uses one of these patterns:
- Subdomain:
https://<username>.<root-domain>/<slug> - Path-based:
https://<app-url>/p/<username>/<slug>
The editor shows the exact URL in the publish dialog.