Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 17 additions & 6 deletions .llms-snapshots/llms-full.txt
Original file line number Diff line number Diff line change
Expand Up @@ -467,19 +467,30 @@ For example, you can use the following script:

# Create a Satellite

When you're ready to deploy your project to production, you'll need to create a [satellite](/docs/terminology.md#satellite).
When you're ready to deploy your project to production, you'll need to create a [Satellite](/docs/terminology.md#satellite).

1. To get started, sign-in to the Juno [console](https://console.juno.build). If you are a new developer on Juno and the Internet Computer, you may be prompted to create your first anonymous [Internet Identity](/docs/terminology.md#internet-identity).
2. Click **Launch a new Satellite**.
1. To get started, sign-in to the Juno [Console](https://console.juno.build).
2. Click **Launch your first Satellite**.
3. Enter a name for your Satellite (note: this is for display purposes only and does not need to be unique).
4. Confirm with **Create a Satellite.**
5. The platform will then create your Satellite and provision its resources.
6. Once the process is complete, click **Continue** to access the overview page.
4. Select whether you're deploying a **Website** or **Application**.
5. Confirm with **Create a Satellite.**
6. The platform will then create your Satellite and provision its resources.
7. Once the process is complete, click **Continue** to access the service page.

🎉 You’re all set! You can now deploy your frontend app, static website, or publish your serverless functions to production.

➡️ Continue with the [deployment](/docs/category/deployment.md) guides to take the next step.

---

**Note:**

Choose **Website** if you're deploying a static site, blog, portfolio, etc.

Choose **Application** if your project needs user sign-in, data management, or serverless functions.

You can change this later in your Satellite "Hosting" settings.

# Development

Learn how to track page views, custom events, and performance metrics.
Expand Down
31 changes: 21 additions & 10 deletions docs/create-a-satellite.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,43 @@
description: "A quick guide to creating a Satellite on Juno in production — the container that powers your app."
keywords:
[
create a Satellite,
create a satellite,
deploy with Juno,
Juno Satellite,
Juno container,
Internet Identity,
Juno production guide,
Juno app deployment,
launch Satellite,
launch satellite,
Juno hosting
]
---

# Create a Satellite

When you're ready to deploy your project to production, you'll need to create a [satellite].
When you're ready to deploy your project to production, you'll need to create a [Satellite].

1. To get started, sign-in to the Juno [console](https://console.juno.build). If you are a new developer on Juno and the Internet Computer, you may be prompted to create your first anonymous [Internet Identity].
2. Click **Launch a new Satellite**.
1. To get started, sign-in to the Juno [Console](https://console.juno.build).
2. Click **Launch your first Satellite**.
3. Enter a name for your Satellite (note: this is for display purposes only and does not need to be unique).
4. Confirm with **Create a Satellite.**
5. The platform will then create your Satellite and provision its resources.
6. Once the process is complete, click **Continue** to access the overview page.
4. Select whether you're deploying a **Website** or **Application**.
5. Confirm with **Create a Satellite.**
6. The platform will then create your Satellite and provision its resources.
7. Once the process is complete, click **Continue** to access the service page.

🎉 You’re all set! You can now deploy your frontend app, static website, or publish your serverless functions to production.

➡️ Continue with the [deployment](/docs/category/deployment) guides to take the next step.

---

:::note

Choose **Website** if you're deploying a static site, blog, portfolio, etc.

Choose **Application** if your project needs user sign-in, data management, or serverless functions.

You can change this later in your Satellite "Hosting" settings.

:::

[satellite]: terminology.mdx#satellite
[Internet Identity]: terminology.mdx#internet-identity