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 秒即可完成。不需要寫程式、不需要網域、不需要託管設定。網址可以直接貼到 App Store Connect 或 Google Play Console。

不購買網域如何託管登陸頁面?

AppAI 在 appai.info/p/your-app 提供免費託管登陸頁面,不需要購買網域。您的 AI Agent 透過 API 建立頁面,立即上線並擁有可分享的網址。包含登陸頁面、隱私權政策和服務條款,全部在同一個 slug 下。

如何讓我的 AI 編程 Agent 幫我部署網頁?

將您的 AI Agent 指向 appai.info/spec — 其中包含 Agent 進行驗證、收集應用程式資訊和透過 API 建立託管頁面所需的一切。可與 Claude Code、Cursor、GPT、Codex 以及任何能發送 HTTP 請求的 Agent 直接搭配使用。Agent 會在約 30 秒內自主完成整個流程。

準備好上線了嗎?

加入 AppAI,讓您用 AI 打造的應用程式擁有它應得的網路形象。

免費開始使用