> ## Documentation Index
> Fetch the complete documentation index at: https://docs.neynar.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Resources

An opinionated list of the best libraries and tools for Farcaster developers. A more comprehensive list of resources can be found in a16z's [awesome-farcaster](https://github.com/a16z/awesome-farcaster) repo.

Resources may be added via pull request. They must be purpose built for Farcaster only, actively maintained and adhere to the ethos and specification of the protocol.

<Warning>
  Resources are often from third parties and are not reviewed. Use them at your own risk.
</Warning>

## Libraries

### Mini Apps

* [@farcaster/mini-app](https://miniapps.farcaster.xyz/docs/getting-started)- CLI tool for building mini apps.
* [@neynar/create-farcaster-mini-app](https://www.npmjs.com/package/@neynar/create-farcaster-mini-app) - A Mini App quickstart npx script from Neynar.

### Legacy Frames

* [@frame-js/frames](https://framesjs.org/) - next.js template for building and debugging frames.
* [@coinbase/onchainkit](https://github.com/coinbase/onchainkit) - react toolkit to create frames.
* [@frog](https://frog.fm) - framework for frames.

### Apps

* [farcaster kit](https://www.farcasterkit.com/) - react hooks for building Farcaster apps.

### Snapchain

* [@farcaster/hub-nodejs](https://www.npmjs.com/package/@farcaster/hub-nodejs) - lightweight, fast Typescript interface for Farcaster clients.

### Onchain

* [farcaster-solidity](https://github.com/pavlovdog/farcaster-solidity/) - libraries for verifying and parsing Farcaster messages onchain

## Dashboards

* [Farcaster Hub Map](https://farcaster.spindl.xyz/) - geographical map of Farcaster hubs
* [Dune: Farcaster](https://dune.com/pixelhack/farcaster) - @pixelhack's dashboard for network stats
* [Dune: Farcaster User Onchain Activities](https://dune.com/yesyes/farcaster-users-onchain-activities) - dashboard of farcaster user's onchain activity

## Learning

* [dTech Farcaster Tutorials](https://dtech.vision/farcaster)

## Open Source Examples

* [quikcast](https://github.com/farcasterxyz/quikcast) - an end-to-end connected app implementation for Farcaster
* [fc-polls](https://github.com/farcasterxyz/fc-polls) - a simple polling app built using frames

## Services

* [Neynar](https://neynar.com/) - infrastructure and services for building farcaster apps.
* [dTech](https://dtech.vision) - Farcaster Development and Consulting Agency
