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

# Overview

> Understand the full onboarding flow and what to expect at each step.

<Frame caption="VibeScale portal — list of GitHub-connected apps">
  <img src="https://mintcdn.com/vibescale/TYpLFxRheKPLksbo/images/screenshots/vibescale-portal-apps.png?fit=max&auto=format&n=TYpLFxRheKPLksbo&q=85&s=bb08532afed6f904fea683bc8da6de56" alt="VibeScale portal: list of 1 connected apps" width="1280" height="800" data-path="images/screenshots/vibescale-portal-apps.png" />
</Frame>

From sign-up to your first report, VibeScale walks you through five simple steps. No infrastructure setup required — all you need is your GitHub repository and your app's production URL.

<Steps>
  <Step title="Create your account">
    Go to [vibescale.run](https://vibescale.run) and create your account. Registration is free during the Beta.
  </Step>

  <Step title="Add your app">
    On the **My Apps** screen, click **Add App**. Enter a name and a brief description of what your app does and who it's for — this information is used to contextualize the opportunity analysis.
  </Step>

  <Step title="Connect GitHub">
    Click **Connect GitHub** and authorize VibeScale to read your repository via OAuth. No data is stored beyond what is needed to run the analyses.
  </Step>

  <Step title="Select repository and URL">
    Choose the correct repository from the dropdown and enter the URL where your app is deployed. The platform validates that the URL is reachable before proceeding.
  </Step>

  <Step title="Track the analysis on the dashboard">
    After creation, you are redirected to the **App Dashboard**. From there, you start and track all three analysis tracks: Opportunity, Security, and Scalability.
  </Step>
</Steps>

<CardGroup cols={3}>
  <Card title="Create an app" icon="plus" href="/en/getting-started/create-app">
    Step-by-step guide to creating your first app on the platform.
  </Card>

  <Card title="Connect GitHub" icon="github" href="/en/getting-started/connect-github">
    How to authorize access to your repository.
  </Card>

  <Card title="Use the dashboard" icon="gauge" href="/en/getting-started/dashboard">
    What each dashboard section means and how to act on results.
  </Card>
</CardGroup>
