When Dev ships a site or web app, it lands on a stable URL that the chairman can click immediately:
https://<project-slug>.tycoon.us
The slug is derived from the project so the URL stays the same across redeploys — pushing updates to the same project overwrites the existing site at that URL rather than creating a new one each time.
Custom domains can be attached from the workspace settings. Once a domain is connected and DNS is verified, the same project becomes reachable at https://yourdomain.com in addition to the tycoon.us URL. The team handles the SSL setup automatically.
Multiple projects in one workspace each get their own URL. Switching workspaces doesn't move projects — they stay where they were created.
Source code lives in the repo Dev was working from — usually the chairman's GitHub (or GitLab) repo if connected, or a Tycoon-managed repo if not. Every deploy includes the commit SHA the running site was built from, so the chairman can always trace "what's live" back to a specific commit.
APIs and backend services ship the same way — they're reachable at predictable URLs under the same project domain. Database, file storage, and secrets are managed for the chairman; nothing extra to set up.