Skip to main content
The Convert Farcaster Miniapp to App skill gives your AI coding assistant a step-by-step plan for converting a Farcaster Mini App SDK project into a regular Base web app. You can optionally keep a small Farcaster-specific surface for users who access from Warpcast.

Install

Terminal
npx skills add base/base-skills

What the skill covers

  • Identifying Farcaster-specific SDK calls and UI surfaces
  • Replacing Mini App SDK dependencies with standard web equivalents
  • Preserving or removing the Farcaster embed manifest
  • Optionally keeping a Farcaster-compatible entry point alongside the main app

Example prompts

  • “Convert my Farcaster Mini App to a regular web app”
  • “Remove the Farcaster SDK from my project and make it a standalone app”
  • “Keep my app working in Warpcast but also launch it as a standalone site”

Reference