base44 site open
Opens the published site in your default web browser.Syntax
Authentication
Required: Yes. If not authenticated, you’ll be prompted to login first.What It Does
- Fetches the site URL from Base44
- Opens the site in your default browser
- Displays the site URL in the terminal
Example
Requirements
- Must be run from a linked Base44 project directory
- Must be authenticated (run
npx base44 loginfirst) - Site must have been deployed at least once
Notes
- The command will not open a browser in CI environments (when
process.env.CIis set) - Use this command to quickly view your deployed site
- The site URL is also displayed after deploying with
base44 site deployorbase44 deploy

