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

# Pxxl: Africa-First Cloud Deployment for Developers

> Pxxl is an Africa-first cloud deployment platform. Ship web apps, APIs, and databases from GitHub to a live URL in seconds — no server config needed.

Pxxl is an Africa-first cloud deployment platform that takes your GitHub repository and turns it into a live, production-ready URL — no server configuration required. Whether you are shipping a React app, a FastAPI backend, a PostgreSQL database, or a custom domain, Pxxl handles the infrastructure so you can stay focused on writing code.

<CardGroup cols={2}>
  <Card title="Introduction" icon="map" href="/introduction">
    Learn what Pxxl is, who it is for, and how the platform works from end to end.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Deploy your first project in under five minutes by connecting GitHub and clicking Deploy.
  </Card>

  <Card title="API Reference" icon="code" href="/api/overview">
    Explore the Pxxl REST API to automate deployments, manage projects, and query logs programmatically.
  </Card>

  <Card title="Dashboard" icon="gauge" href="/dashboard">
    Navigate the Pxxl dashboard — Projects, Deployments, Domains, CDN, Databases, Cron Jobs, and more.
  </Card>
</CardGroup>

## How Deployment Works

From a GitHub push to a live URL, Pxxl walks your code through four straightforward stages.

<Steps>
  <Step title="Connect Your Repository">
    Link your GitHub account and select the repository you want to deploy.
  </Step>

  <Step title="Configure Your Build">
    Set your install, build, and start commands — or let Pxxl auto-detect them from your stack.
  </Step>

  <Step title="Deploy">
    Click **Deploy Project**. Pxxl pulls your code, runs the build pipeline, and starts your service in a container.
  </Step>

  <Step title="Go Live">
    Your project is immediately available at a `yourproject.pxxl.pro` subdomain. Point a custom domain whenever you are ready.
  </Step>
</Steps>
