Neynar Documentation

Client Side

A frontend-only app that lets users Sign in with Farcaster and shows them their profile picture and username.

Farcaster AuthKit + Vite Demo

This example app shows how to use Farcaster AuthKit and Vite.

Click the "Sign in with Farcaster" button above, then scan the QR code to sign in.

Run this demo:

git clone https://github.com/farcasterxyz/auth-monorepo.git &&
cd auth-monorepo/examples/frontend-only &&
yarn install &&
yarn dev

Try Demo | View Source

Server Side

A Next.js app that lets users Sign in with Farcaster and handles sessions server-side.

Try Demo | View Source

Related topics