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

# Build, ship, and run a business from a prompt

> Walkthroughs for building, shipping, and running a business on Biscuit. Covers payments, emails, database, hosting, and custom domains.

Biscuit is a platform purpose-built to turn an idea into a real business without writing code. You describe what you want, Biscuit's AI configures it, and your app ships with payments, emails, database, hosting, and operations already wired up.

These docs walk you through how to use it.

## Getting started

<Columns cols={2}>
  <Card title="What is Biscuit?" href="/what-is-biscuit" icon="circle-question">
    The platform, who it's for, and what you can build.
  </Card>

  <Card title="Build and publish your first project" href="/first-project" icon="rocket">
    From prompt to a live app on a custom domain, in one walkthrough.
  </Card>
</Columns>

## Building your app

<Columns cols={2}>
  <Card title="Working with Data" href="/data" icon="database">
    Every Biscuit app has a built-in database. Biscuit sets it up for you.
  </Card>

  <Card title="Workflows" href="/workflows" icon="diagram-project">
    The logic of your app, drawn so you can see and change it.
  </Card>

  <Card title="Connecting external APIs" href="/apis" icon="plug">
    Pull live data from any service into your app.
  </Card>
</Columns>

## Payments in your app

<Columns cols={2}>
  <Card title="Setting up payments" href="/payments" icon="credit-card">
    Take real payments from real customers, no Stripe setup required.
  </Card>
</Columns>

## Security & infrastructure

<Columns cols={2}>
  <Card title="Security & data protection" href="/security" icon="shield">
    How Biscuit keeps your app and your users' data safe.
  </Card>
</Columns>

## Growing your app

<Columns cols={2}>
  <Card title="Analytics" href="/analytics" icon="chart-line">
    See who's visiting your app, what they're doing, and where they're coming from.
  </Card>

  <Card title="Sending emails to your users" href="/sending-emails" icon="paper-plane">
    Trigger emails from your app on signup, milestones, or schedules.
  </Card>

  <Card title="Receiving emails in your app" href="/receiving-emails" icon="inbox">
    Your app has its own email address.
  </Card>
</Columns>
