Documentation menu▾
Roadmap & About
What's live, what's coming, and what's intentionally deferred.
What's live (2026-05)
- Token dashboard — gitdex.app/tokens, live across Clanker, bankr, Flaunch
- Repo screener — gitdex.app/repos with search / sort / filter / pagination
- Leaderboards — gitdex.app/leaderboards including Rising 7d
- GitScore Lite — open-sourced as
@gitdex-labs/gitscore, MIT - GitScore badge — embed in your README
- Featured chart — GeckoTerminal-powered, configurable via env var
- Tokenization Radar — auto-discovery with URL signals only (anti-impersonation)
- Daily snapshots — score history → 7d Rising leaderboard
Coming
These are next in line, in rough priority order:
- Per-repo Clanker name search — widen discovery beyond URL signals (carefully, to avoid impersonators)
- Compare view — side-by-side score breakdown for two repos
- Network stats — aggregate ecosystem-level metrics (total mcap, contributor count, launch velocity)
- Public read API — programmatic access to scored repos + tokens
Deliberately deferred
These are blocked on real signals from the market, not technical complexity:
- Real swap (
GitDexRouter) — Uniswap V4 aggregator over repo-tokens. Blocked until repo-tokens trade enough volume to make routing worth the complexity. Today's Radar is the read-only precursor. $GITDEXtoken launch — fee discount + buyback-burn utility. Blocked until real swap-fee revenue exists to justify a token. No premature launch.- Wallet integration — no wallet libs in the frontend yet. Adds when real swap ships.
Why these constraints
The site stays server-rendered, no client JS, no wallet libs until there's a real reason to ship them. Every dependency added is a tax on long-term maintenance and an attack surface. Token launches without revenue are at best speculation; at worst, a value-extraction event. GitDEX intends neither.
About
GitDEX is built by @GitDEX, with a single design constraint: signal over noise, code over memes. The methodology is open, the dataset is private, the moat is the indexing pipeline.
The public org: github.com/gitdex-labs — currently the gitscore CLI (public, MIT) and this docs site. The product app itself is private.
Built on:
- gitlawb network — for repo identity + commit history
- Base — for token launches via Clanker, bankr, Flaunch
- Next.js 15 + Postgres/Neon + Vercel — for the app
- GeckoTerminal — for V4 pool market data