explaingit

winduadiprabowo-pixel/zerosniper

Analysis updated 2026-05-18

1TypeScriptAudience · generalComplexity · 3/5Setup · moderate

TLDR

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.

Mindmap

mindmap
  root((ZeroSniper))
    What it does
      Scores new tokens
      Streams live prices
      Flags risky launches
    Tech stack
      React
      TypeScript
      Cloudflare Workers
    Use cases
      Fast token screening
      Rug detection
      Whale tracking
    Audience
      Crypto traders
    Setup
      Birdeye API key
      No login needed

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Screen a newly listed Solana token in under 3 seconds using a combined score.

USE CASE 2

Watch a live feed of new token detections without refreshing the page.

USE CASE 3

Check whether a token's launch looks like a coordinated multi-wallet scheme before buying.

USE CASE 4

See what experienced trader wallets are doing with a token before following them.

What is it built with?

ReactTypeScriptCloudflare WorkersWebSocketSSE

How does it compare?

winduadiprabowo-pixel/zerosniper0xkinno/neuralvault0xmayurrr/ai-contractauditor
Stars111
LanguageTypeScriptTypeScriptTypeScript
Setup difficultymoderatehardeasy
Complexity3/54/52/5
Audiencegeneraldeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 30min

Requires a Birdeye Data API key to pull live Solana market data.

License terms are not stated in the provided text.

In plain English

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.

Copy-paste prompts

Prompt 1
Explain what the six convergence scoring signals in ZeroSniper likely check for before I trust a token score.
Prompt 2
Show me how ZeroSniper's Server-Sent Events feed differs from its WebSocket channels.
Prompt 3
Help me set up the Birdeye Data API key ZeroSniper needs to pull Solana market data.
Prompt 4
Walk me through what bundle detection and rug fingerprinting mean for a newly launched token.

Frequently asked questions

What is zerosniper?

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.

What language is zerosniper written in?

Mainly TypeScript. The stack also includes React, TypeScript, Cloudflare Workers.

What license does zerosniper use?

License terms are not stated in the provided text.

How hard is zerosniper to set up?

Setup difficulty is rated moderate, with roughly 30min to a first successful run.

Who is zerosniper for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.