From 2a34c48a984ef541909b8c5751cc1c482d819abe Mon Sep 17 00:00:00 2001 From: Kubudak90 Date: Mon, 30 Mar 2026 02:15:42 +0300 Subject: [PATCH] docs: clarify Mini App vs Standard Web App migration paths Add a decision tree section to help developers understand: - When Farcaster manifest is required vs optional - Which migration path to choose based on their app type - Clear distinction between legacy Mini App flow and new Standard Web App flow Also add deprecation notice to migrate-existing-apps.mdx directing users to the new standard web app flow for most use cases. Fixes #1247 --- .../quickstart/migrate-existing-apps.mdx | 198 +++------- .../migrate-to-standard-web-app.mdx | 350 ++++++++---------- 2 files changed, 213 insertions(+), 335 deletions(-) diff --git a/docs/mini-apps/quickstart/migrate-existing-apps.mdx b/docs/mini-apps/quickstart/migrate-existing-apps.mdx index e2b3d2c1b..ca03fa1dd 100644 --- a/docs/mini-apps/quickstart/migrate-existing-apps.mdx +++ b/docs/mini-apps/quickstart/migrate-existing-apps.mdx @@ -3,6 +3,13 @@ hidden: true title: Migrate an Existing App description: Quickly migrate your existing app to a mini app, preview it in Base Build, and publish to the Base app. --- + + +**Deprecated:** This guide is for the legacy Mini App flow using Farcaster manifests. As of April 9, 2026, the Base App treats all apps as standard web apps. + +**For most developers:** Use the [Migrate to a Standard Web App](/mini-apps/quickstart/migrate-to-standard-web-app) guide instead. You only need this legacy flow if you specifically require Farcaster integration (frames, cast actions, etc.). + +