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

# Integrations Overview

> Connect services and add capabilities to your Kleap sites

Kleap sites are fast, mostly-static websites. Most of what you need is **built in** — hosting, forms, analytics, images, and an optional database. A few external services connect on top.

## Built-in Capabilities

<CardGroup cols={2}>
  <Card title="Forms & Data" icon="table" href="/features/forms-data">
    Contact, lead, and newsletter forms with submissions in your dashboard — no setup.
  </Card>

  <Card title="Kleap Database" icon="database" href="/integrations/database">
    Add a built-in database and user accounts when your app needs them.
  </Card>

  <Card title="Analytics" icon="chart-line" href="/features/analytics">
    Track visitors and pageviews out of the box.
  </Card>

  <Card title="Custom Domains" icon="globe" href="/features/custom-domains">
    Connect or buy a domain, with free automatic SSL.
  </Card>
</CardGroup>

## External Integrations

<CardGroup cols={2}>
  <Card title="GitHub" icon="github" href="/integrations/github">
    Two-way sync to back up and own your code. (Backup, not deployment.)
  </Card>

  <Card title="Payments (Stripe)" icon="credit-card" href="/integrations/stripe">
    Add Stripe payment links and buttons to sell on your site.
  </Card>

  <Card title="Supabase" icon="database" href="/integrations/supabase">
    Bring your own Supabase project for full control of your backend.
  </Card>

  <Card title="AI Models" icon="brain" href="/integrations/ai-models">
    The AI that builds and edits your site.
  </Card>
</CardGroup>

## How It Works

* **Hosting & publishing** — automatic. Your site goes live at `your-app.kleap.io` with no setup.
* **Forms** — work automatically on preview and published sites. Submissions appear in your dashboard.
* **Kleap Database** — added on demand: ask the AI to add saved data or user accounts, and Kleap provisions it for that app.
* **GitHub** — a one-time connection to sync your code to a repo.
* **Payments** — embed Stripe payment links/buttons (no server keys needed on a static site).

<Info>
  **Two ways to add a database.** For most sites, the built-in **[Kleap Database](/integrations/database)** needs no account and is managed for you. Prefer to run your own backend? Connect your own **[Supabase](/integrations/supabase)** project instead.
</Info>

## Coming Soon

We're always adding new capabilities. Have a service you'd like integrated? [Let us know](mailto:hello@kleap.co).
