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

# Welcome to Catafract

> Catafract is the all-in-one marketing platform to create and distribute content.

<Columns cols={2}>
  <Card
    title="Cata Nodes"
    icon="circle-nodes"
    href="/nodes"
    cta={
  <span>
    Get started
  </span>
}
  >
    A node-based canvas to generate AI images using Google Gemini.
  </Card>
</Columns>

## Get Started

Everything you need to create AI-generated images with a visual workflow.

<Columns cols={2}>
  <Card title="Quickstart" icon="pen-fancy" href="/quickstart">
    Start generating images in minutes with Catafract nodes.
  </Card>
</Columns>

## What is Catafract?

Catafract is a Next.js-based platform that combines AI image generation with an intuitive node-based interface. Using Google's Gemini API, you can:

* **Upload images** to use as inputs for generation
* **Connect nodes** to create visual workflows
* **Generate AI images** with custom prompts
* **Manage projects** with automatic canvas state persistence
* **Track your work** with integrated analytics

The platform uses Azure Cosmos DB for data storage, Azure Blob Storage for image hosting, and includes authentication via Google OAuth through NextAuth.
