winduadiprabowo-pixel/zerosniper — explained in plain English
Analysis updated 2026-05-18
Screen a newly listed Solana token in under 3 seconds using a combined score.
Watch a live feed of new token detections without refreshing the page.
Check whether a token's launch looks like a coordinated multi-wallet scheme before buying.
See what experienced trader wallets are doing with a token before following them.
| winduadiprabowo-pixel/zerosniper | 0xkinno/neuralvault | 0xmayurrr/ai-contractauditor | |
|---|---|---|---|
| Stars | 1 | 1 | 1 |
| Language | TypeScript | TypeScript | TypeScript |
| Setup difficulty | moderate | hard | easy |
| Complexity | 3/5 | 4/5 | 2/5 |
| Audience | general | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires a Birdeye Data API key to pull live Solana market data.
ZeroSniper is a real-time intelligence dashboard for Solana token trading. Solana is a blockchain network, tokens are digital assets that trade on it. The app's goal is to reduce the time it takes a trader to decide whether a newly listed token is worth buying, monitoring, or avoiding, targeting a decision time under 3 seconds from first open. When a new token appears, the tool pulls data from the Birdeye Data API (a service providing Solana market data) and runs a convergence scoring algorithm that combines six signals to produce a recommendation. A live feed streams new token detections via Server-Sent Events (a one-way push connection from server to browser). Separately, eight WebSocket channels carry real-time price updates, trade history, OHLCV (open/high/low/close/volume) candlestick data, and whale activity. Beyond the live feed, the app provides over 50 API endpoints through a Cloudflare Workers backend (serverless code running on Cloudflare's global edge network). These include checks for coordinated multi-wallet token launches (bundle detection), developer wallet history of previous project failures (rug fingerprinting), whether engagement is organic or artificially inflated (shill check), what experienced traders' wallets are doing with the token (smart money consensus), token clone detection, and deployer wallet reputation scoring. When a token scores highly enough across multiple signals, it gets promoted to a pinned alert row and can optionally trigger an automated post. The frontend is built with React 18 and TypeScript. No login is required to use the tool. The full README is longer than what was provided.
ZeroSniper is a real-time dashboard that scores newly listed Solana tokens using six signals so traders can decide fast whether to buy, watch, or skip.
Mainly TypeScript. The stack also includes React, TypeScript, Cloudflare Workers.
License terms are not stated in the provided text.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly general.
This repo across BitVibe Labs
Verify against the repo before relying on details.