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

# CatDoes Cloud

> The backend infrastructure that powers your CatDoes apps — automatically configured through AI.

## Overview

CatDoes Cloud is the managed backend that runs behind every app you build. You don't need to set up servers, databases, or authentication manually — CatDoes configures everything through your natural language prompts.

## What's included

<CardGroup cols={2}>
  <Card title="Database" icon="database">
    A managed database for your app's data. CatDoes creates tables, relationships, and queries based on your app's requirements.
  </Card>

  <Card title="Authentication" icon="lock">
    User sign-up, login, and session management — configured automatically. Supports email/password, social logins, and more.
  </Card>

  <Card title="Storage" icon="hard-drive">
    File and media storage for user uploads, images, and app assets. Managed and scaled for you.
  </Card>

  <Card title="Edge Functions" icon="bolt">
    Serverless functions for custom backend logic, webhooks, and third-party integrations — deployed at the edge for low latency.
  </Card>
</CardGroup>

## How it works

When you describe your app, CatDoes automatically provisions the backend resources you need. For example:

* "I need users to sign up and log in" → authentication is configured
* "Users can upload profile pictures" → storage bucket is created
* "Show a feed of posts" → database table and API endpoints are set up

You can also make changes later by describing what you need in conversation, and CatDoes Cloud updates accordingly.

<Note>
  CatDoes Cloud is fully managed. You don't need to worry about scaling, backups, or infrastructure maintenance.
</Note>
