> ## 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.

# Limits & Quotas

> Platform limits and quotas

Understanding the limits of Kleap and integrated services.

## Kleap Limits

### Plans & Credits

| Plan                        | Daily Free Credits | Monthly AI Credits     |
| --------------------------- | ------------------ | ---------------------- |
| **Free**                    | 5 per day          | —                      |
| **Launch** (\$9/mo)         | 5 per day          | Hosting only           |
| **Pro** (from \$25/mo)      | 5 per day          | From 100/mo (scalable) |
| **Business** (from \$50/mo) | 5 per day          | From 100/mo (scalable) |
| **Enterprise**              | 5 per day          | Unlimited              |

See [Plans & Credits](/introduction/plans-and-credits) and [kleap.co/pricing](https://kleap.co/pricing) for live numbers.

### How Daily Claims Work

* Claim once every 24 hours
* Each claim adds 5 credits to your balance
* Paid monthly credits roll over and never expire
* Free users can claim up to 30 times per month

### Published Sites

* **Free** — publish to a `kleap.io` subdomain
* **Paid plans** — connect custom domains and publish more sites; allowances scale by plan

Publishing and hosting are always free and never consume credits. See [pricing](https://kleap.co/pricing) for per-plan details.

### Team Members

Team seats scale by plan (Business and above include more). See [pricing](https://kleap.co/pricing).

### Collaboration

* **Invitation expiration**: 7 days
* **Rate limit**: Max 5 invitations per hour
* **Roles**: Owner, Editor, Viewer

## Preview

While you build, Kleap shows a live preview of your site. The preview is a **real, ephemeral Astro build** rendered inside the editor — there's no persistent sandbox or dev server to manage.

* Rebuilds on demand as you and the AI make changes
* No auto-stop, restart, or sandbox resource limits to worry about
* Your files are stored and versioned for you in Kleap (`app_files`), so nothing is lost between sessions

<Info>
  When you publish, your site goes live at `https://{app}.kleap.io` on Kleap's global edge network, with free automatic SSL.
</Info>

## Kleap Hosting (Production)

Published Kleap sites are static Astro sites served from Kleap's global edge network, with free automatic SSL and automatic publishing.

| Aspect         | Detail                                 |
| -------------- | -------------------------------------- |
| Hosting        | Kleap's global edge (global CDN)       |
| SSL            | Free, automatic                        |
| Published URL  | `https://{app}.kleap.io`               |
| Custom domains | Supported (A record → `178.104.71.55`) |
| Deployments    | Unlimited, automatic                   |

Because sites are static-first, there are no per-request serverless-function or function-duration limits. Dynamic features — accounts, saved data, and forms — are handled by the built-in Kleap Database and KleapForm when you enable them. Plan-specific allowances: see [pricing](https://kleap.co/pricing).

## Kleap Database

Kleap sites are static by default. When you need accounts or saved data, enable the built-in **Kleap Database** on demand — a managed database that keeps each user's data private, with built-in email/password accounts. There's no external database to connect.

| Feature      | Detail                             |
| ------------ | ---------------------------------- |
| Type         | Managed built-in database          |
| Security     | Each user only sees their own data |
| Accounts     | Built-in email/password            |
| Availability | Opt-in / on demand                 |

Storage, bandwidth, and usage allowances depend on your plan — see [pricing](https://kleap.co/pricing).

## File Limits

### Kleap Editor

| Type          | Limit                    |
| ------------- | ------------------------ |
| File Size     | 10 MB                    |
| Files per App | No hard limit            |
| Image Formats | JPG, PNG, GIF, WebP, SVG |
| Video Formats | MP4, WebM                |

## API Rate Limits

When you enable the Kleap Database, its data API and built-in authentication enforce standard rate limits to keep sites responsive. Exact limits depend on your plan — see [pricing](https://kleap.co/pricing).

## Hitting Limits

### What Happens

* **Credits exhausted**: Can't make AI changes until next claim or upgrade
* **App limit reached**: Can't publish new apps until you upgrade
* **Hosting limits**: Deployment may fail or traffic throttled
* **Kleap Database limits**: Database operations may be throttled

### Solutions

1. **Claim daily credits** - Free users can claim 5 credits every 24 hours
2. **Upgrade plan** - More credits and higher limits
3. **Wait for reset** - Some limits reset monthly
4. **Optimize usage** - Write efficient queries, compress images

## Monitoring Usage

### Kleap

* View credit balance in dashboard
* Check published app count in Settings
* Monitor bandwidth in app settings

### Kleap Database

* Database size and usage appear in your Kleap dashboard when the database is enabled

<Card title="Plans & Pricing" icon="credit-card" href="/introduction/plans-and-credits">
  Compare plans and understand credits
</Card>
