/farcasterkit

Pull Farcaster Data in one liner React Hooks to make building Farcaster apps fun and easy! All Hooks are data provider agnostic

Primary LanguageTypeScriptMIT LicenseMIT

farcaster kit

farcaster kit og:image

react hooks for the best farcaster apps -- view docs

farcaster kit is made up of two parts:

  1. react hooks and modules to build the best farcaster apps
  2. a rest api to fetch data with or without the hooks

what's in the box?

  • ✅ rest api
  • ✅ read features
  • ✅ channels module
  • ✅ app-first feeds
  • ✅ historic data
  • ✅ user pages
  • 🔜 auth hooks
  • 🔜 write actions
  • 🔜 multi package/provider support

how this repo is structured

  • packages/farcasterkit - react hooks and modules, which are available to install with npm install farcasterkit
  • packages/create-farcaster-app - a CLI tool to scaffold an app using npx create-farcaster-app, which lives at examples/starter
  • apps/api - the rest api for farcaster kit
  • apps/web - the homepage and docs for farcaster kit, which you can view here
  • apps/old-replicator -- the postgres replicator powering farcaster kit, built by farcaster. a migration to the new replicator will happen soon!
  • examples/starter - a starter app which you can scaffold by using npx create-farcaster-app

built by dylsteck and powered by nexus