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

# Deploy your application

> Deploy your HypeFrame application to the web. Free hosting on our infrastructure with one-click deployment.

## What is deployment?

Deployment makes your application accessible on the internet. Once deployed, anyone with the URL can visit and use your application. HypeFrame handles all the technical details—you just click deploy.

## Deploy your application

Deploying is simple and fast:

<Steps>
  <Step title="Prepare your application">
    Make sure your application is ready to deploy. Test it in preview mode to ensure everything works as expected.
  </Step>

  <Step title="Click deploy">
    In your HypeFrame dashboard, look for the "Deploy" button. It's usually in the
    top right corner of your workspace or in the project settings. You can also
    ask HypeFrame to deploy: > "Deploy my application"
  </Step>

  <Step title="Wait for deployment">
    HypeFrame will build and deploy your application. This usually takes just a
    few minutes. You'll see progress updates as it happens.
  </Step>

  <Step title="Get your live URL">
    Once deployment is complete, you'll receive a live URL for your application. You'll also receive an email confirmation with your deployment details, including your project ID. Share the URL with anyone who needs access to your app.
  </Step>
</Steps>

## Free hosting on our infrastructure

Your application is hosted on HypeFrame's infrastructure at no cost. This includes:

* **Free hosting** - No hosting fees
* **Automatic updates** - Your app updates automatically when you make changes
* **SSL certificates** - Secure HTTPS connections included
* **Global CDN** - Fast loading times worldwide
* **Automatic scaling** - Handles traffic spikes automatically

<Info>
  Deployment on HypeFrame's infrastructure is free. You don't need to set up
  servers, configure hosting, or manage infrastructure—we handle it all.
</Info>

## Viewing analytics

After your application is deployed, you can view analytics to see how your app is performing. Analytics are available through BuildIt Analytics and provide insights into:

* **Page views** - How many people visit your application
* **Users** - See who's using your application and user activity

<Warning>
  Analytics is a paid feature. You'll need a Pro Plus plan to access analytics
  for your deployed applications.
</Warning>

<Card title="View analytics" icon="chart" href="/build/analytics">
  Learn how to access and use analytics for your deployed applications.
</Card>

## After deployment

Once your application is live, you can:

* **Share your URL** - Give the link to anyone who needs access
* **View analytics** - See how your app is performing (Pro Plus feature)
* **Connect a custom domain** - Use your own domain name instead of the default URL
* **Make updates** - Deploy new versions whenever you make changes

## Next steps

After deploying your application, you might want to:

<CardGroup cols={2}>
  <Card title="Connect a custom domain" icon="globe" href="/build/custom-domains">
    Use your own domain name for your deployed application.
  </Card>

  <Card title="View analytics" icon="chart" href="/build/analytics">
    Track performance and user behavior with analytics.
  </Card>
</CardGroup>

## Updating your deployment

When you make changes to your application:

1. **Make your changes** - Update your code, add features, or fix bugs
2. **Deploy again** - Click the deploy button or ask HypeFrame to deploy
3. **Automatic update** - Your live application updates with the new changes

<Info>
  Each deployment creates a new version of your application. Your live site
  updates automatically, so users always see the latest version.
</Info>

## Troubleshooting

### Deployment failed

If deployment fails:

* Check for errors in your code
* Make sure all dependencies are properly configured
* Review any error messages HypeFrame provides
* Try deploying again

### Application not loading

If your deployed application isn't loading:

* Wait a few minutes—deployment can take time to propagate
* Check that deployment completed successfully
* Verify the URL is correct
* Contact support if issues persist

### Changes not showing

If your updates aren't appearing:

* Make sure you deployed the latest version
* Wait a few minutes for changes to propagate
* Clear your browser cache
* Check that the deployment completed successfully

## Need help?

<Info>
  Having trouble deploying? Questions about hosting or infrastructure? Reach out
  at [contact@hypeframe.ai](mailto:contact@hypeframe.ai) for assistance.
</Info>
