AppAIAppAI
ログイン

あなたのAIアプリにふさわしい
ウェブ上の居場所を

AIでアプリを作りましたか?無料のランディングページ、プライバシーポリシー、利用規約を取得できます。ドメイン不要。AIエージェントに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エージェントに伝える

Claude、GPT、またはCodexにAPIキーを渡し、「AppAIでアプリページを作成して」と伝えてください。

3

公開完了

ランディングページ、プライバシーポリシー、利用規約がappai.info/p/your-appでホスティングされます。

AIエージェント向け

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エージェント(Claude、GPT、Cursor、Codex)に「AppAIでアプリページを作成して」と伝えてください。エージェントがappai.info/specの仕様を読み取り、Google認証を行い、約30秒でページを自動作成します。ドメイン、ホスティング、デプロイの設定は不要です。

App StoreやGoogle PlayのプライバシーポリシーURLはどうやって取得できますか?

AIエージェントがAppAIでページを作成すると、プライバシーポリシーと利用規約が自動生成・ホスティングされます。URLはappai.info/p/your-app/privacyとなり、App Store ConnectやGoogle Play Consoleにそのまま貼り付けられます。

アプリを公開するのに利用規約は必要ですか?

はい。Apple App StoreとGoogle Play Storeの両方でプライバシーポリシーURLが必須であり、Google Playではほとんどのアプリタイプで利用規約も必要です。AppAIはページ作成時に両方を自動生成します。

AIコーディングエージェントがページを自動作成できますか?

はい、それがAppAIの目的です。AIエージェントが読み取り・実行できる機械可読仕様(appai.info/spec)を提供しています。認証、コンテンツ収集、API経由のページ作成をエージェントが自律的に処理します。Claude Code、Cursor、GPT、Codex、HTTPリクエストが可能なあらゆるエージェントで動作します。

AppAIは本当に無料ですか?制限はありますか?

はい、AppAIは完全に無料です。無料プランには3ページ(スラッグ)が含まれ、ページごとの言語バリアントは無制限です。プライバシーポリシーと利用規約ページも含まれています。MITライセンスのオープンソースプロジェクトなので、セルフホストも可能です。

どの言語に対応していますか?

プラットフォームUIは9言語に対応しています。ホスティングされたページはブラウザの言語自動検出で30以上のロケールをサポートします。同じページの複数の言語バリアントを作成でき、ページ制限にはカウントされません。

アプリのプライバシーポリシーページを最も早く設定する方法は?

AppAIを使いましょう。AIコーディングエージェント(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エージェントがAPI経由でページを作成し、共有可能なURLですぐに公開されます。ランディングページ、プライバシーポリシー、利用規約がすべて1つのスラッグに含まれます。

AIコーディングエージェントにWebページをデプロイしてもらうには?

AIエージェントにappai.info/specを読ませてください。認証、アプリ情報の収集、API経由でのページ作成に必要なすべてが含まれています。Claude Code、Cursor、GPT、Codex、HTTPリクエストが可能なあらゆるエージェントですぐに動作します。エージェントが約30秒で全フローを自律的に処理します。

公開の準備はできましたか?

AppAIに参加して、AIで作ったアプリにふさわしいウェブプレゼンスを提供しましょう。

無料で始める