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

# Pindeck Docs

> Operating notes and integration docs for Pindeck

# Pindeck Docs

Pindeck is the operating surface for ingesting, organizing, generating, and presenting visual references. These docs focus on the workflows that need to stay dependable: uploads, Discord and Pinterest ingest, board and deck creation, AI variation generation, and the self-hosted Convex/RustFS runtime.

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Sign in, upload a first image, organize it, and create a generated variation.
  </Card>

  <Card title="Upload and review" icon="upload" href="/guides/uploading">
    Understand the metadata, storage, and approval path behind incoming images.
  </Card>

  <Card title="Discord ingest" icon="upload" href="/guides/discord-bot">
    Route pinned Discord images into the same Pindeck review queue.
  </Card>

  <Card title="Decks" icon="presentation" href="/guides/decks">
    Build and present slide decks from approved library images.
  </Card>
</CardGroup>

## Core flows

* **Ingest** images from local upload, Discord, and Pinterest into a consistent review path.
* **Describe** each image with titles, tags, cinematic metadata, project grouping, and palette data.
* **Organize** approved images into boards and deck-ready selections.
* **Generate** controlled AI variations while preserving source image context and style reference intent.
* **Publish** durable media through Convex, RustFS, and the production Pindeck frontend.

## Production map

| Surface          | Location                                                |
| ---------------- | ------------------------------------------------------- |
| App              | [pindeck.dev](https://pindeck.dev)                      |
| Docs             | [docs.pindeck.dev](https://docs.pindeck.dev)            |
| Frontend hosting | Vercel project `pindeck`                                |
| Backend          | Self-hosted Convex at `https://convex.serving.cloud`    |
| HTTP/actions     | `https://convex-site.serving.cloud`                     |
| Storage          | RustFS-backed media API and public S3-style object URLs |
| Discord worker   | Separate `discord-bot` repository                       |

## Start here

* [Quickstart](/quickstart) for the product flow.
* [Development](/development) for local build and deployment expectations.
* [API reference](/api-reference/introduction) for Convex HTTP endpoints.
