> ## Documentation Index
> Fetch the complete documentation index at: https://docs.base44.com/llms.txt
> Use this file to discover all available pages before exploring further.

# base44 site open

> Opens the published site in your default web browser.

<Warning>
  This page is part of an AI coding agent skill and is written for agents, not humans. For the human-readable Base44 docs, see the [developer documentation](/developers).
</Warning>

# base44 site open

Opens the published site in your default web browser.

## Syntax

```bash theme={null}
npx base44 site open
```

## Authentication

**Required**: Yes. If not authenticated, you'll be prompted to login first.

## What It Does

1. Fetches the site URL from Base44
2. Opens the site in your default browser
3. Displays the site URL in the terminal

## Example

```bash theme={null}
$ npx base44 site open

Site opened at https://my-app.base44.app
```

## Requirements

* Must be run from a linked Base44 project directory
* Must be authenticated (run `npx base44 login` first)
* Site must have been deployed at least once

## Notes

* The command will not open a browser in CI environments (when `process.env.CI` is set)
* Use this command to quickly view your deployed site
* The site URL is also displayed after deploying with `base44 site deploy` or `base44 deploy`
