⭐️ Official Farcaster Demo Repo
🛠️ Frame Playground (Mobile only)
📦 Frame SDK
👀 Dev preview docs
This is a NextJS + TypeScript + React app built with Bun.
To install dependencies:
$ bun install
To run the app:
$ bun dev
Copy .env.example
to .env.local
View the app via Warpcast's developer playground. We're using ngrok to access our local dev server over the internet.
$ ngrok http 3000
Open this url on your mobile device. It should deep link to the Frame Playground in the Warpcast app. https://warpcast.com/~/developers/frame-playground.
Alternatively, you can enable Developer Tools in your Warpcast mobile app to access it directly from your Settings.
In the Frame Playground, enter your ngrok URL.
If you don't include the https:// the Warpcast app might crash.