# Platform Limits | Creght AI Documentation

> Creght is a platform for building websites with AI: you describe what you need, and the platform generates, hosts, and publishes it.…

[AI](/docs/ai/quick-create-first-website.md) [Visual](/docs/get-start.md) [General](/docs/shared/baidu-search-submit-indexing.md)

Getting Started

- [Create Your First Website in 5 Minutes](/docs/ai/quick-create-first-website.md)
- [AI Website Prompt Writing Guide](/docs/ai/ai-create-website-guide.md)
- [Direct Editing: Update Content Without Credits](/docs/ai/ai-edit-content-guide.md)
- [Use Pick to Bring a Section from Another Template into Your Site](/docs/ai/pick-element-in-tpl.md)
- [Prompt Library](/docs/ai/prompt-lib.md)
- [AI Credits Guide](/docs/ai/ai-credits-guide.md)
- [How to Choose an AI Model](/docs/ai/ai-model-guide.md)
- [Creght Skill](/docs/ai/creght-skill.md)
- [Platform Limits](/docs/ai/platform-limits.md)

Backend

- [Add Login, Bookings, Private Pages, and More to Your Website](/docs/ai/backend-database-guide.md)
- [Configure OAuth Login: Google and GitHub](/docs/ai/backend-auth-guide.md)
- [Take payments with Alipay](/docs/ai/alipay-payment.md)

Site Setting

- [Multilingual Website Setup Guide](/docs/ai/localization.md)
- [Domain Binding Guide](/docs/ai/custom-domain.md)
- [Alibaba Cloud Domain Purchase Guide (Beginner Version)](/docs/ai/aliyun-domain-registration-guide.md)
- [Redirect Setup Guide](/docs/ai/redirects.md)
- [Missing Pages: Redirect or 404?](/docs/ai/redirect-or-404.md)
- [Meta Pixel Integration Guide](/docs/ai/facebook-meta-pixel.md)

Advanced Usage

- [Configure Different Default Languages for Different Domains](/docs/ai/domain-locale-routing.md)

[Help Center](/help.md)/Getting Started

# Platform Limits

Creght is a platform for building websites with AI: you describe what you need, and the platform generates, hosts, and publishes it. It is not a general-purpose cloud, and it does not run arbitrary programs.

Here is where the current version stops: what it does, what it does not, and where the quotas live.

## Supported today

An AI-generated site is a React app running on Creght: server-rendered, with the database, cache, and backend functions all managed by the platform. Here is what it does today.

**Pages and rendering** A Next.js-like React app, server-rendered.

- Generate a multi-page site from a description, then edit by chat
- File routing, `getServerSideProps`, `metadata`
- Crawlers and AI agents receive complete HTML
- Multilingual sites

**Content and forms** Both are managed in the platform.

- Structured content: articles, products, cases
- Site forms with email notifications
- CDN for images and video

**Backend and data** Managed database, cache, and JavaScript functions.

- Business logic for bookings, signups, leads, approvals
- No instance to buy, no connection string, no backups to run
- Third-party APIs and LLMs, credentials in env vars

**Members and payments** Auth and checkout are platform integrations.

- Email, Google, and GitHub login
- Alipay desktop web payments
- No sessions or callbacks to implement

**Publishing and domains** One publish action, no servers or certificates.

- Mainland China / Hong Kong / US access nodes
- Custom domains, automatic HTTPS, ICP filing
- SEO, sitemap, robots, `llms.txt`, and `.md` for any page
- Visit analytics and custom events

**Collaboration and export** Undo a bad change, or take the code with you.

- Preview first; production moves only on publish
- One-click rollback, backups, multi-user editing
- Export built HTML/CSS/JS and host it anywhere
- Take the React project source through the CLI

The export covers the frontend. Content management, backend functions, login, and payments depend on the Creght runtime and do not travel with the exported files.

## Not supported yet

**Your own runtime** No Docker images, Node or Python services, or custom containers.

**A specific database or middleware** Designs that require PostgreSQL, MySQL, Redis, a message queue, or your existing instance do not fit here.

**GPU and self-hosted models** No GPU, so no inference, training, or video transcoding. Call an external model API instead.

**Scheduled and background jobs** Backend functions run inside a single request: no timers, no queues.

**Persistent realtime connections** No WebSocket, so no realtime chat rooms or multi-user collaboration.

**Full e-commerce** Payments work, but there is no cart, inventory, fulfillment, shipping, or invoicing.

**Large file hosting** Not a video origin, file drive, or download site.

**Apps, mini programs, desktop** Websites only.

**Bulk email** Email covers form notifications and verification codes, not recipient lists or delivery reports.

## Quotas

Content entries, forms, storage, traffic, collaborators, and version history days vary by plan; see the [pricing page](/price.md) for exact numbers.

## What AI cannot do for you

- **It does not know your business facts** Prices, credentials, cases, and contact details are placeholders to verify before launch.
- **Replication is not pixel-perfect** A reference site or screenshot gets you close, especially where animation is complex.
- **The same prompt gives different results** Say what to change instead of repeating the instruction.
- **Some steps are yours** Domain verification, ICP filing, payment approval, third-party authorizations.
- **Results need review** Check mobile, submit each form once for real, read every locale.

## Working around a limit

1. **Look for a third-party embed first**: video hosting, live chat, calendar booking, email marketing, streaming.
2. **To reach your own systems** (ERP, CRM, inventory): have AI call their API from a backend function, with credentials in environment variables.
3. **For interactions AI cannot generate**: pull the source with the CLI, edit it with the [Creght Skill](/docs/ai/creght-skill.md), push it back.
4. **When you hit a quota**: upgrade the plan, and contact support if that is still not enough.

To spend fewer credits, describe the whole change once instead of guessing in rounds. See the [AI credits guide](/docs/ai/ai-credits-guide.md) and the [prompt writing guide](/docs/ai/ai-create-website-guide.md).

This describes the current version, and every release may add capabilities, so the "not supported yet" list should keep shrinking. If your project sits right on a boundary, contact support to check the latest status.

[PreviousCreght Skill](/docs/ai/creght-skill.md) [NextAdd Login, Bookings, Private Pages, and More to Your Website](/docs/ai/backend-database-guide.md)

On this page

- [Supported today](#supported-today)
- [Not supported yet](#not-supported-yet)
- [Quotas](#quotas)
- [What AI cannot do for you](#what-ai-cannot-do-for-you)
- [Working around a limit](#working-around-a-limit)

> Full page index: [/llms.txt](/llms.txt)
