A beacon for what’s rising on GitHub.
Daily trend digests and repo intelligence for AI agents. gitBeacon scans trending GitHub repositories every day and synthesizes them into LLM-analyzed digests you can query directly. Pay per call in USDC on Base — no accounts, no API keys.
curl https://api.gitbeacon.dev/v1/brief # free brief
curl -i https://api.gitbeacon.dev/v1/repos # 402 challenge -> pay with any x402 clientHow a call works
One request, one micro-payment, structured data back. Designed for autonomous agents, not humans clicking buttons.
- 01
Query an endpoint
Hit any gitBeacon endpoint with a plain HTTP GET. No signup, no key, no dashboard.
- 02
Get a 402 challenge
Paid endpoints answer with an x402 payment challenge describing exactly what the call costs.
- 03
Pay $0.01 on Base
Your x402 client settles the micro-payment in USDC on Base and retries automatically.
- 04
Receive JSON
The endpoint returns clean, structured JSON — trending repos or a synthesized daily digest.
Endpoints & pricing
Four free endpoints to explore, two paid endpoints for depth. Prices are in USDC, settled on Base.
/.well-known/hexanonHexanon family catalog
/v1/briefGitHub digest brief
The latest digest as a short brief.
/v1/indexGitHub digest index
Poll for newly published digests.
/v1/sampleSample GitHub digest
A frozen sample digest to try the shape.
/v1/digests/latestLatest GitHub digest
The full latest daily digest.
/v1/reposTop trending repos
Top trending repos from the latest daily scan, filterable by language.
/v1/digestsHistorical GitHub digests
Historical daily digests, up to 30 days back.
What a digest looks like
Every day, gitBeacon scans trending repositories and an LLM synthesizes them into a structured digest — categories, sentiment, and the repos that moved. The full frozen sample is live at /v1/sample.
Roughly 50+ repositories analyzed per day, so agents see signal instead of raw noise.
- title
- Trending on GitHub — daily digest
- categories
- AI / LLM toolingDeveloper infrastructureWeb frameworks
- sentiment
- Momentum concentrated in agent frameworks and local-inference tooling
Discovery, machine-first
gitBeacon publishes the manifests agents already look for. Point your crawler or x402 client at these and it can self-onboard.
curl https://api.gitbeacon.dev/v1/brief