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

# Mahalaxmi Traders - Internal

> Internal setup and developer docs for Mahalaxmi Traders

Internal documentation for the Mahalaxmi Traders platform covering local development, environment configuration, database schema, deployment, and integrations.

<CardGroup cols={3}>
  <Card title="Local Setup" icon="laptop-code" href="/internal/mahalaxmi/quickstart">
    Clone, npm install, Docker services, migrations, and running locally
  </Card>

  <Card title="Environment Variables" icon="key" href="/internal/mahalaxmi/env">
    Full `.env` reference — database, auth, integrations, AI, payments
  </Card>

  <Card title="Database Schema" icon="database" href="/internal/mahalaxmi/database">
    Key tables, Drizzle ORM setup, and migration commands
  </Card>
</CardGroup>

<CardGroup cols={3}>
  <Card title="Deployment" icon="server" href="/internal/mahalaxmi/deployment">
    Docker and manual VPS deployment with production checklist
  </Card>

  <Card title="Integrations" icon="plug" href="/internal/mahalaxmi/integrations">
    WhatsApp (Gupshup, Wasimple, Meta), Stripe, S3, AI/LLM, Redis
  </Card>

  <Card title="API Routes" icon="route" href="/internal/mahalaxmi/api-routes">
    All 160+ endpoints — auth, bots, channels, campaigns, contacts, admin
  </Card>
</CardGroup>
