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

# Introduction

> Deploy vibe-coded apps in one command

# Welcome to Cubby

Cubby is a deployment platform for small web apps. You write the app, run `cubby deploy`, and Cubby gives it a live URL with auth, a database, and secrets already wired up.

One command. One URL. One cubby.

## What Cubby handles for you

* **One-command deploy.** `cubby deploy` packages, builds, and ships your app.
* **Auth at the edge.** Cubby SSO protects every app. No `next-auth` ever again.
* **A database, ready to go.** The default `cubby init` template is **SQLite** on every plan; choose the **Neon Postgres** template (Builder/Pro) when you need Postgres.
* **Secrets without committed `.env` files.** `cubby secrets set` and they show up at runtime.
* **Mirror-prod local dev.** `cubby dev` gives your app the same env shape it will see on Cubby.
* **Sharing built in.** Invite friends or teammates by email.
* **PWA out of the box.** Installable on phone and desktop.

## Who Cubby is for

<CardGroup cols={2}>
  <Card title="AI coders" icon="wand-magic-sparkles" href="/tutorials/expert-from-paste">
    Building with Codex, Claude, Cursor, or another agent. Paste one prompt and the agent ships the app — no DevOps to configure.
  </Card>

  <Card title="Rapid builders" icon="bolt">
    Side projects, weekend ideas, internal tools, and tiny products you want online today.
  </Card>

  <Card title="Friend groups" icon="users">
    Shared apps for a handful of people. Auth and invites without the platform work.
  </Card>

  <Card title="Hobbyists" icon="palette">
    Personal apps you want to keep using without becoming your own infrastructure team.
  </Card>
</CardGroup>

## Get Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/getting-started/quickstart">
    Deploy your first app in 5 minutes.
  </Card>

  <Card title="Choose your path" icon="map" href="/getting-started/choose-your-path">
    Find the right workflow for AI coders, prototypes, shared tools, or hobby projects.
  </Card>
</CardGroup>
