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

# Hostifer docs

> Build, deploy, and operate apps on Hostifer

<Frame>
  <img src="https://mintcdn.com/hostifer-09b46bd0/Y4C_S-EAsi1OxyUN/images/hero-dark.png?fit=max&auto=format&n=Y4C_S-EAsi1OxyUN&q=85&s=38f2331f2c8893ae103d169db6e978e6" alt="Hostifer hero artwork" style={{ borderRadius: "1rem" }} width="2064" height="1104" data-path="images/hero-dark.png" />
</Frame>

## Start here

Hostifer helps you turn a repository into a deployed app with a smaller moving surface.

<Card title="Quickstart" icon="rocket" href="/quickstart" horizontal>
  Create your first project, connect GitHub, and launch a deployment.
</Card>

## What you can do here

Use the guides to understand the app, the local development setup, and the documentation workflow.

<Columns cols={2}>
  <Card title="Authentication API" icon="key" href="/api-reference/auth">
    Register users, issue tokens, and configure OAuth providers.
  </Card>

  <Card title="Projects API" icon="folder-tree" href="/api-reference/projects">
    Create projects and manage runtime settings safely.
  </Card>

  <Card title="Deployments API" icon="cloud-arrow-up" href="/api-reference/deployments">
    Trigger builds, track status, and stream deployment logs.
  </Card>

  <Card title="GitHub integration" icon="code-branch" href="/api-reference/github">
    Connect repositories, install the app, and process webhooks.
  </Card>
</Columns>

## For contributors

If you are editing the docs site, use the setup and writing guides below.

<Columns cols={2}>
  <Card title="Development workflow" icon="laptop-code" href="/development">
    Run the docs site locally and preview your changes before publishing.
  </Card>

  <Card title="API introduction" icon="book-open" href="/api-reference/introduction">
    Review auth, error handling, SSE logs, and webhook rules.
  </Card>

  <Card title="Scaffold modules" icon="triangle-exclamation" href="/api-reference/scaffold-overview">
    Review provisional API contracts and unstable CRUD surfaces.
  </Card>

  <Card title="Frontend AI tools" icon="wand-magic-sparkles" href="/ai-tools/cursor">
    Use AI-guided docs workflows to ship changes faster.
  </Card>
</Columns>
