The public website for Hypersnap, a decentralized fork of Snapchain for Farcaster data, public APIs, node operators, and open protocol contributors.
Hypersnap.org is built and maintained by Arca Computer, with upstream protocol and documentation sources attributed throughout the site.
npm install
npm run devOpen http://localhost:3000.
npm run sync:sources # refresh the curated Farcasterorg source snapshot
npm run lint
npm run typecheck
npm run buildsrc/data/farcasterorg-sources.json is generated by scripts/sync-sources.mjs from public farcasterorg repositories. The script imports curated facts only: repo metadata, README summaries, release data, docs links, public node details, node commands, and architecture notes.
The scheduled GitHub Action in .github/workflows/sync-farcasterorg-sources.yml runs daily and opens a PR when the generated snapshot changes.
The site is designed for Vercel:
vercel
vercel --prodThe canonical production domain is https://hypersnap.org.
Production deploys from main in arcacomputer/hypersnapweb.