searchcaster icon indicating copy to clipboard operation
searchcaster copied to clipboard

Search casts and profiles on the Farcaster protocol

Searchcaster

Easily search for casts on the Farcaster protocol via UI or API.

Powered by this Farcaster Indexer.

Run locally

  1. Clone the indexer repo and follow instructions to setup a database on Supabase
  2. Clone this repo and install dependencies via yarn install
  3. Rename .env.example to .env and enter your database credentials
  4. Start a local server via yarn dev
  5. Open localhost:3000