Farcaster Frame Example

This is a simple example of a Farcaster Frame (v2) that can be embedded in Warpcast and other Farcaster clients.

This section represents how your frame will appear in Warpcast.

Implementation

<!-- Required Frame Meta Tags -->
<meta property="fc:frame" content="vNext">
<meta property="fc:frame:image" content="https://placehold.co/1200x630/png?text=Welcome">
<meta property="fc:frame:button:1" content="Click Me">
<meta property="fc:frame:post_url" content="https://your-api-endpoint.com/frame-callback">
      

To implement a complete Farcaster Frame, you'll need:

  1. HTML page with proper meta tags (like this one)
  2. Server endpoint to handle frame interactions
  3. Image that meets the 1.91:1 aspect ratio (1200x630px recommended)

For more advanced frames, implement a server-side component to handle frame interactions and state management.