AIは、プロジェクトソースをエクスポートまたはドキュメント化し、生成された仮定を特定し、アセットとアプリのアイデンティティをリストし、モバイル用にまだ欠けているものを特定するように求めます。
リポジトリファーストのウェブアプリプロジェクトファイル
AIモバイルハンドオフ
Lovable, Bolt, Base44, Cursor, and normal web stacks can get the product on screen fast. Mobile still needs a precise handoff: source export, Capacitor settings, native assumptions, signing gaps, and update boundaries the AI must document before anyone builds the app.
ウェブアプリソース
Lovable、Bolt、Base44、Cursor、Next.js、Vite
AIモバイルハンドオフ
設定、プラグインの必要性、ハンドオフドキュメント、リリース境界
問題
ソース要件
AIは、現在のアプリの実際のソース、ビルド出力、アセット、ネイティブの仮定を理解することで、有用なモバイルハンドオフを準備できます。
リポジトリファーストのウェブアプリプロジェクトファイル
ベース44、Next.js、Vite、既存のウェブアプリ
ウェブアプリのビルド出力
ソリューション
AI単独では店舗リリースを完了できない。ただし、リポジトリを準備し、ネイティブリリースステップのための正確なチェックリストを残すことはできる。
AI指示
このWebアプリが動作する後、AIビルダーにこの内容を貼り付けます。AIは、ローカルツールのアクセスを前提とせずに、モバイルハンドオフを検査、ドキュメント、準備するように指示します。
モバイルリリースのAI
You are preparing this existing web app to become an installable iOS and Android app.
Do not assume this builder can run local tooling. If this environment cannot create native projects or run local tools, create a clean handoff document instead.
Inspect the app and return:
1. The framework, package manager, production build process, and build output folder.
2. Whether the app can be exported or committed to a real Git repository.
3. The app name, bundle ID or package ID suggestion, app icon and splash-screen source, and any missing brand assets.
4. Auth, redirect, deep-link, storage, camera, push, payment, geolocation, file, or notification features that need native plugin planning.
5. Routing, environment variables, API URLs, and asset assumptions that could break inside a native WebView.
6. A proposed Capacitor configuration, including appId, appName, webDir, and required plugins, without inventing secrets.
7. A release-channel plan: production, staging, preview, and rollback expectations for web-layer updates.
8. A list of tasks that must happen outside the AI builder, such as Apple signing, Android keystore setup, native sync, store records, and signed builds.
9. A docs/mobile-release-handoff.md file with the exact checklist, open questions, and files that a developer or build service should handle next.
10. A short summary of what you changed, what you could not do in this environment, and the next human action.
ハンドオフチェックリスト
ハンドオフの目標は、1クリックの自動化ではありません。開発者またはリリースサービスが継続できる、明確でレビュー可能なハンドオフを目指しています。
AIにフレームワーク、ビルド出力、ルーティングモデル、アセット、環境変数、ネイティブ感受性の特性を特定するように求めます。
アプリのアイデンティティ、Capacitor設定、プラグインの必要性、パーミッション、アイコン、スプラッシュ入力、ネイティブの仮定を含むドキュメントを書きます。
変更されたファイル、未解決の質問、秘密情報、タスクをAIビルダー外に含むdocs/mobile-release-handoff.mdファイルを必要とします。
Web層で更新できるもの、ネイティブビルドが必要なもの、署名またはストアアクセス待ちのものを確認します。
ユーザー信号
AIは、ウェブアプリを検査し、設定を準備し、リリースステップのハンドオフを書き出すように求められます。
AIはウェブアプリを検査し、設定を準備し、リリースステップのハンドオフを書き出すように求められます。
プロンプトを使用し、ハンドオフを確認する