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

# Introduction

> Welcome to the official Vertra Cloud documentation. Here you will find everything about the platform, its features and the public API.

## Welcome to Vertra Cloud

Vertra Cloud is a cloud hosting platform that allows you to deploy applications and databases in a simple, fast and secure way. With support for multiple programming languages, managed databases with automatic TLS and a complete dashboard, you can focus on your code while we take care of the infrastructure.

## Where to start?

<CardGroup cols={2}>
  <Card title="Overview" icon="eye" href="/overview">
    Discover the platform's features, supported languages and available plans.
  </Card>

  <Card title="How to Host" icon="upload" href="/how-to-host">
    Step-by-step guide to get your first application online.
  </Card>

  <Card title="Deploy via GitHub" icon="github" href="/deploy-github">
    Connect your repository for automatic deployment.
  </Card>

  <Card title="Public API" icon="plug" href="/api-reference/introduction">
    Complete documentation of the RESTful API for automation and integrations.
  </Card>
</CardGroup>

## Platform Features

<CardGroup cols={2}>
  <Card title="Applications" icon="rocket" href="/applications">
    Deploy applications in JavaScript, TypeScript, Python, Go, PHP, Ruby, Rust, Java and more.
  </Card>

  <Card title="Databases" icon="database" href="/databases">
    PostgreSQL, MongoDB, Redis and MySQL managed with automatic TLS.
  </Card>

  <Card title="Credits System" icon="coins" href="/credits">
    Flexible credit-based billing model with cost estimation.
  </Card>

  <Card title="Workspaces" icon="users" href="/workspaces">
    Organize projects as a team with role-based access control.
  </Card>

  <Card title="Sites & Protections" icon="shield" href="/sites">
    Host static sites with automatic protections and SSL.
  </Card>

  <Card title="VSCode Extension" icon="window" href="/vscode-extension">
    Deploy and manage directly from your code editor.
  </Card>
</CardGroup>

## Tutorials

<CardGroup cols={3}>
  <Card title="Node.js" icon="node-js" href="/tutorials/nodejs">
    Deploy Node.js applications.
  </Card>

  <Card title="Python" icon="python" href="/tutorials/python">
    Deploy Python applications.
  </Card>

  <Card title="Fastify" icon="bolt" href="/tutorials/fastify">
    High performance Fastify APIs.
  </Card>

  <Card title="Bun" icon="bread-slice" href="/tutorials/bun">
    Fast Bun runtimes and servers.
  </Card>

  <Card title="More Frameworks" icon="graduation-cap" href="/tutorials/introduction">
    Express, Next.js, Go, Rust and more.
  </Card>
</CardGroup>

## Contact and Community

<CardGroup cols={2}>
  <Card title="Email" icon="envelope" href="mailto:support@vertracloud.app">
    Send an email to our support. We respond within 24 hours.
  </Card>

  <Card title="Discord" icon="discord" href="https://discord.gg/vertracloud">
    Join the community to ask questions and share experiences.
  </Card>

  <Card title="Instagram" icon="camera" href="https://instagram.com/vertracloud">
    Follow platform news and updates.
  </Card>

  <Card title="YouTube" icon="play" href="https://www.youtube.com/@vertracloud">
    Video tutorials and announcements of new features.
  </Card>
</CardGroup>
