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

# Provision your first project

> From zero to a running container in five minutes — planned for Stackryze Hosting.

<Note>
  Stackryze Hosting is in planning. This guide documents the intended workflow and will be filled in once the product launches.
</Note>

When Hosting ships, provisioning a project will follow the same shape as the other Stackryze products: one dashboard, one place to do everything.

## Steps

<Steps>
  <Step title="Sign in to the Hosting dashboard">
    Open [hosting.stackryze.com](https://hosting.stackryze.com) and sign in.
  </Step>

  <Step title="Create a project">
    Click **New Project**, pick a name, and choose a region. Stackryze provisions a fresh container and a paired Stackryze DNS zone.
  </Step>

  <Step title="Deploy">
    Push to the connected Git branch or upload a container image. Stackryze builds, signs, and rolls out.
  </Step>

  <Step title="Open the URL">
    Your project is reachable at `<project-name>.stackryze.run`. Bring your own domain later via [Custom domain](/docs/guides/add-a-custom-domain).
  </Step>
</Steps>

## Pricing

| Plan  | CPU          | RAM          | Outbound      | Custom domains |
| ----- | ------------ | ------------ | ------------- | -------------- |
| Free  | Shared       | 256 MB       | 100 GB/month  | Yes            |
| Pro   | 1 vCPU       | 1 GB         | 1 TB/month    | Yes            |
| Scale | Configurable | Configurable | Pay-as-you-go | Yes            |

Final pricing will be announced at launch.
