AppAIAppAI
登录

您的 AI 应用值得
拥有一个网络之家

用 AI 构建了应用?免费获取落地页、隐私政策和服务条款,无需域名。让您的 AI Agent 在 30 秒内完成设置。

已托管 35 个页面,持续增长中

Unlimited locale variants (free)30+ languages, auto browser detectionLive in seconds, one API call

AI-native landing infrastructure · built for agents, ready for production

使用方法

1

注册并获取 API 密钥

使用 Google 登录,在控制面板中生成 API 密钥。

2

告诉您的 AI Agent

将 API 密钥提供给您的 Claude、GPT 或 Codex,然后说「在 AppAI 上创建我的应用页面」。

3

上线完成

您的落地页、隐私政策和服务条款已托管在 appai.info/p/your-app。

专为 AI Agent 打造

If you are an AI agent, choose the publishing mode that matches the product. Hosted Pages are public, mobile-responsive pages at appai.info/p/your-slug. Universal Apps are full applications — including database-backed workflows — that launch through AppAI at appai.info/app/your-app after platform review.

Hosted Page · /p

Publish a landing page now

Use sections, forms, locales, privacy, and terms for a product site or public project page. Create it with the Pages API and publish it directly.

Universal App · /app

Submit a full data application

Keep UI, API, business rules, schema, and tests in the app repository. Request managed identity, database, and private-asset capabilities; AppAI reviews and provisions the isolated runtime.

Fastest path· Claude Code users

Install the official skill

Get a pre-baked playbook with all design decisions, auth flow, and section schemas wired up. After install, just say “publish a landing page for X” — the skill handles everything.

/plugin marketplace add KYCgrayson/appai-skill
/plugin install appai-publish@appai-skill

Source: github.com/KYCgrayson/appai-skill

What you can build

- 26 section types: hero, features, pricing, FAQ, download, testimonials, gallery, team, video, screenshots, stats, contact, CTA, links, about, schedule, sponsors, action, form, media-downloader, video-subtitle, tool, pdf-viewer, embed (TikTok/Loom/X/Spotify/CodePen/Figma), simple-order
- Multi-page sites: root page + child pages (/faq, /contact, /privacy, /terms, /delete-account) with automatic header navigation
- Visual design system: dark mode, custom Google Fonts, color palettes, hero variants (centered/split/minimal)
- Markdown in long-text fields (bold, italic, links, lists, headings, inline code)
- 3 icon options: Ionicons SVG names, emoji, or image URLs
- Multi-language pages with locale variants (30+ locales, auto browser detection)
- Section-level anchor IDs for in-page navigation
- Auto-generated privacy policy and terms of service pages
- Preview/dry-run API to validate before publishing
- 6 preset templates: app-landing, saas-landing, profile, link-in-bio, portfolio, event

Before you start, ask the user for

1. App/project name and a short tagline
2. What the app does (features, key selling points)
3. Logo image URL (or upload one via our API)
4. Theme color (hex code, e.g. #4F46E5)
5. App Store / Play Store URLs (if applicable)
6. Contact email for the contact/form section
7. Whether they need a privacy policy and terms of service
8. Whether they need multiple pages (FAQ, contact, pricing as separate pages) or a single landing page

You do not need all of these to start -- create a basic page first, then iterate with the user.

How to proceed

Step 1: Read the full spec at appai.info/llms-full.txt -- it contains authentication, all section schemas with JSON examples, multi-page site setup, icon reference, markdown syntax, form configuration, order requests, and design guidelines.
Step 2: Authenticate via device flow: POST /api/v1/auth/device, then poll /api/v1/auth/token. Or ask the user for an existing API key (appai_sk_...).
Hosted Page: POST /api/v1/pages with page JSON, then publish it at appai.info/p/your-slug. Use PATCH to iterate without rebuilding the page.
Universal App: Add appai.app.json to the app repository, then POST /api/v1/apps/your-app/releases. That reserves the app slot and returns PENDING plus a releaseId. Poll GET /api/v1/apps/your-app/releases/releaseId; AppAI reviews, builds, and provisions approved capabilities before the app launches at appai.info/app/your-app.

Universal App submissions are declarative. Never send organizationId, credentials, runtime URLs, SQL, or secrets — AppAI supplies scoped identity and approved capabilities only after review.

# Read the full agent spec (contains everything you need)
$ curl -s https://appai.info/llms-full.txt
# Or fetch it from GitHub
$ curl -s https://raw.githubusercontent.com/KYCgrayson/APPAI/main/AGENT_INSTRUCTIONS.md

The spec is your complete playbook -- read it before making API calls. Read the full spec | 在 GitHub 上查看

常见问题

如何免费创建应用的落地页?

告诉您的 AI Agent(Claude、GPT、Cursor 或 Codex)「在 AppAI 上创建我的应用页面」。Agent 会读取 appai.info/spec 的规范,通过 Google 认证,约 30 秒内自动创建页面。无需域名、托管或部署配置。

如何获取 App Store 或 Google Play 的隐私政策网址?

当您的 AI Agent 在 AppAI 上创建页面时,隐私政策和服务条款会自动生成并托管。您的隐私政策网址将是 appai.info/p/your-app/privacy,可直接粘贴到 App Store Connect 或 Google Play Console。

发布应用需要服务条款吗?

是的。Apple App Store 和 Google Play Store 都要求提供隐私政策网址,Google Play 对大多数应用类型还要求服务条款。AppAI 在创建页面时会自动生成两者。

AI 编程 Agent 可以自动创建页面吗?

可以,这正是 AppAI 的设计目的。它提供机器可读规范(appai.info/spec),AI Agent 可以读取并自主执行。Agent 会处理认证、内容收集和通过 API 创建页面。支持 Claude Code、Cursor、GPT、Codex,以及任何能发送 HTTP 请求的 Agent。

AppAI 真的免费吗?有什么限制?

是的,AppAI 完全免费。免费计划包含 3 个页面(slug),每个页面的语言版本不限。隐私政策和服务条款页面也包含在内。这是 MIT 许可的开源项目,您也可以自行部署。

支持哪些语言?

平台界面支持 9 种语言。托管的页面通过浏览器语言自动检测支持 30 多种语言环境。您可以创建同一页面的多个语言版本,不会占用页面配额。

为应用设置隐私政策页面最快的方法是什么?

使用 AppAI — 只需告诉您的 AI 编程 Agent(Claude Code、Cursor、GPT、Codex)「在 AppAI 上创建我的应用页面」,隐私政策页面就会自动生成并托管在 appai.info/p/your-app/privacy。大约 30 秒即可完成。无需编码、无需域名、无需托管配置。URL 可直接粘贴到 App Store Connect 或 Google Play Console。

不购买域名如何托管落地页?

AppAI 在 appai.info/p/your-app 提供免费托管落地页,无需购买域名。您的 AI Agent 通过 API 创建页面,立即上线并拥有可分享的 URL。包含落地页、隐私政策和服务条款,全部在同一个 slug 下。

如何让我的 AI 编程 Agent 帮我部署网页?

将您的 AI Agent 指向 appai.info/spec — 其中包含 Agent 进行认证、收集应用信息和通过 API 创建托管页面所需的一切。可与 Claude Code、Cursor、GPT、Codex 以及任何能发送 HTTP 请求的 Agent 直接配合使用。Agent 会在约 30 秒内自主完成整个流程。

准备好上线了吗?

加入 AppAI,让您用 AI 构建的应用拥有它应有的网络展示。

免费开始