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

# Introduction

> Supapost is an AI-powered social media content creation and scheduling platform.

## What is Supapost?

Supapost helps you create, schedule, and publish social media content — specifically TikTok slideshows — using AI-powered tools.

### Key Features

* **AI Slide Generation** — Describe your content and an AI agent creates complete slideshows with backgrounds, text, and images
* **Visual Slide Editor** — Full-featured canvas editor with layers, shapes, text, drawing tools, and image support
* **AI Influencer Studio** — Create consistent AI-generated personas for your content
* **Scheduling** — Schedule posts to publish automatically at optimal times
* **Multi-Platform Publishing** — Publish directly to TikTok (Instagram coming soon)
* **API Access** — Full REST API with API key authentication for programmatic access

### Architecture

Supapost is built with:

* **Frontend** — Next.js with shadcn/ui components
* **API** — Hono on Cloudflare Workers
* **Database** — Supabase (PostgreSQL) with Row Level Security
* **Storage** — Cloudflare R2 for media assets
* **AI** — Anthropic Claude for slide generation, FAL for image generation
* **Auth** — Supabase Auth with Google OAuth

### Getting Started

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/overview">
    Explore the REST API
  </Card>
</CardGroup>
