Create mini apps
Learn how to build mini apps (previously called Frames) that run inside a Farcaster feed.- Introduction- understand what a mini app is and how it works
- Getting Started- Build your first mini app
Sign in with Farcaster
Make it easy for users to sign in to your app with their Farcaster account.- Examples - see Sign in with Farcaster (SIWF) in action
- AuthKit - a React toolkit to integrate SIWF
- FIP-11 - the formal standard for SIWF
Analyze Farcaster data
Sync the Farcaster network to a local machine so you can run queries on the data.- Run a Snapchain node - get realtime access to Farcaster data
- Write your first Snapchain query - get an accountโs casts from a Snapchain node
- Set up the replicator - sync a Snapchain node to a postgres database to run advanced queries
Write to Farcaster
- Hello World - programmatically create an account and publish a cast

