https://github.com/dylsteck/farcasterkit
React hooks for the best Farcaster apps
https://github.com/dylsteck/farcasterkit
farcaster farcasterkit reacthooks rest-api
Last synced: 9 months ago
JSON representation
React hooks for the best Farcaster apps
- Host: GitHub
- URL: https://github.com/dylsteck/farcasterkit
- Owner: dylsteck
- License: mit
- Created: 2023-09-30T06:14:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-05T05:12:16.000Z (12 months ago)
- Last Synced: 2025-04-09T16:04:22.244Z (9 months ago)
- Topics: farcaster, farcasterkit, reacthooks, rest-api
- Language: TypeScript
- Homepage: https://farcasterkit.com
- Size: 526 KB
- Stars: 49
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-farcaster-dev - `farcasterkit`
README
# farcaster kit

react hooks for the best farcaster apps -- [view docs](https://farcasterkit.com/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](https://farcasterkit.com)
- `apps/old-replicator` -- the postgres replicator powering farcaster kit, built by farcaster. a migration to the [new replicator](https://github.com/farcasterxyz/hub-monorepo/tree/main/apps/replicator) will happen soon!
- `examples/starter` - a starter app which you can scaffold by using `npx create-farcaster-app`
built by [dylsteck](https://github.com/dylsteck) and powered by [nexus](https://withcortex.com)
----