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

# Publish

> Learn how to publish your apps with SteerCode

This page covers **publishing websites**. For mobile apps, see <a href="/mobile-apps/getting-started">Mobile apps — Getting started</a>.

<Frame caption="Publish your website">
  <img src="https://mintcdn.com/steercode/l9csF7jAQiR_B1h5/images/publish-website-web.png?fit=max&auto=format&n=l9csF7jAQiR_B1h5&q=85&s=24664881d85c99a5e626f641ff1dc36a" alt="Publish dialog in SteerCode" width="750" height="1186" data-path="images/publish-website-web.png" />
</Frame>

### Publish your site

<Steps>
  <Step title="Open the Publish menu">
    Click **Publish** in the top-right of your project.
  </Step>

  <Step title="Deploy">
    Choose **Publish** to start deployment. This usually completes in under a
    minute.
    <Check>You’ll receive a live URL once the publish finishes.</Check>
  </Step>

  <Step title="Share and iterate">
    Share the link. Continue editing in SteerCode and click **Update** to
    republish changes.
  </Step>

  <Step title="Add a custom domain (optional)">
    See <a href="/how-to/custom-domains">Custom Domains</a>.
  </Step>
</Steps>

<Warning>
  Do a quick **security review** before publishing (auth, secrets, data
  exposure). Published sites are accessible to anyone with the link.
</Warning>
