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

# Welcome

> Your complete AI SaaS starter — from first clone to first customer

You just got a **complete AI product**, not a blank starter template. Marketing site, 8 AI apps, auth, payments, analytics — it's all here, wired up and ready to customize.

This guide will walk you through everything. No guesswork needed.

## Your journey

Here's the path from "just bought it" to "shipping to real users." Follow it top to bottom, or jump to wherever you are.

<Steps>
  <Step title="Get it running" icon="play">
    Clone, run the setup wizard, and open your app locally. Takes about 5 minutes.

    [Start the setup](/setup/introduction)
  </Step>

  <Step title="Explore the apps" icon="robot">
    You've got 8 production-ready AI apps. See what they do, pick the ones you want to keep, and start customizing.

    [Browse the apps](/apps/index)
  </Step>

  <Step title="Set up your platform" icon="server">
    Configure the services that power your product — auth, storage, AI SDK, credits, email.

    [Platform setup](/services/index)
  </Step>

  <Step title="Connect AI providers" icon="microchip">
    Add API keys for the AI providers you want: OpenAI, Anthropic, Google, and more.

    [Pick your providers](/providers/index)
  </Step>

  <Step title="Start making money" icon="money-bill">
    Set up Stripe, LemonSqueezy, or Polar. Add checkout links and webhooks.

    [Set up payments](/payments/index)
  </Step>

  <Step title="Ship it" icon="rocket">
    Deploy to Vercel, run the launch checklist, and go live.

    [Deploy & launch](/setup/deployment)
  </Step>
</Steps>

## What's in the box

<CardGroup cols={2}>
  <Card title="8 AI Apps" icon="robot" href="/apps/index">
    Chat with multi-model support, image studio, video studio, voice studio, audio transcription, vision analysis, marketing plan generator, and launch simulator. Not demos — real product patterns you can ship.
  </Card>

  <Card title="Full SaaS Platform" icon="server" href="/services/index">
    Auth (Better Auth), PostgreSQL + Drizzle, S3 storage, credits system, email (Loops/Resend/Brevo), analytics (PostHog/Plausible/DataFast), and three payment providers.
  </Card>

  <Card title="Marketing Site" icon="browser" href="/services/landing-page">
    Landing page, pricing, blog with MDX, SEO with dynamic OG images, and optional Meta Ads attribution. Everything you need to sell your product.
  </Card>

  <Card title="AI Provider Layer" icon="microchip" href="/providers/index">
    OpenAI, Anthropic, Google, Groq, xAI, DeepSeek, Replicate, and ElevenLabs — all wired through the Vercel AI SDK so you can swap models without rewriting code.
  </Card>
</CardGroup>

## The apps you just got

This is the fun part. Here's a quick look at what ships with the repo:

<CardGroup cols={3}>
  <Card title="AI Chat" icon="robot" href="/apps/chat">
    Multi-model chat with streaming, PDF chat, web search, and generative UI.
  </Card>

  <Card title="Image Studio" icon="image" href="/apps/image-studio">
    Generate images with 9+ models, gallery view, and download.
  </Card>

  <Card title="Video Studio" icon="video" href="/apps/video-studio">
    Text-to-video and image-to-video with async polling.
  </Card>

  <Card title="Voice Studio" icon="microphone" href="/apps/voice">
    Text-to-speech, voice cloning, music, and sound effects.
  </Card>

  <Card title="Audio" icon="file-audio" href="/apps/audio">
    Record audio, transcribe, and get structured summaries.
  </Card>

  <Card title="Vision" icon="eye" href="/apps/vision">
    Upload a photo, get structured analysis back.
  </Card>

  <Card title="Marketing Plan" icon="chart-line" href="/apps/marketing-plan">
    AI-generated growth strategy from a simple form.
  </Card>

  <Card title="Launch Simulator" icon="sparkles" href="/apps/launch-simulator">
    Simulate a Product Hunt launch with AI drama.
  </Card>
</CardGroup>

## Quick links

<CardGroup cols={3}>
  <Card title="Setup (5 min)" icon="play" href="/setup/introduction">
    Get running locally right now.
  </Card>

  <Card title="Configuration" icon="settings" href="/configuration">
    All the env vars and config knobs.
  </Card>

  <Card title="Build Your Own App" icon="lightbulb" href="/recipes/build-your-first-ai-app">
    Turn one of the included apps into your own product.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Troubleshooting" icon="wrench" href="/troubleshooting">
    Something not working? Quick fixes for common issues.
  </Card>

  <Card title="Launch Checklist" icon="rocket" href="/launch-checklist">
    Everything to verify before real users arrive.
  </Card>
</CardGroup>
