explaingit

dexarxbt/tokenpulse

Analysis updated 2026-05-18

1TypeScriptAudience · generalComplexity · 3/5Setup · moderate

TLDR

A live Solana token launch dashboard that scores new tokens for rug risk and momentum using real-time Birdeye market data.

Mindmap

mindmap
  root((TOKENPULSE))
    What it does
      Live Solana launch radar
      Rug risk scoring
      Momentum scoring
    Tech stack
      TypeScript
      Solana
      Birdeye API
      Vercel
    Use cases
      Spot risky new tokens
      Track launch momentum
      Search by symbol or mint
    Data
      Market data
      Trade data
      Holder data
      Security data

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

Watch newly launched Solana tokens in real time and gauge early rug risk before trading.

USE CASE 2

Check a token's momentum score to see if activity is building or fading right after launch.

USE CASE 3

Search for a specific token by symbol, name, or mint address using a fast command palette.

USE CASE 4

Review a token's confidence-adjusted dossier when some Birdeye data fields are missing.

What is it built with?

TypeScriptSolanaBirdeye APIVercel

How does it compare?

dexarxbt/tokenpulse0xkinno/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 server-side Birdeye API key, without it the app shows a setup-required screen.

The README does not state a license for the project.

In plain English

TOKENPULSE is a web application for watching newly launched tokens on the Solana blockchain. It pulls live data from Birdeye, a Solana market data service, and turns it into what the README calls a launch intelligence terminal. The goal is to help traders, analysts, and builders read a brand new token's risk and momentum in the first minutes after it appears, using only real data rather than mock feeds. The app is organized into several scenes. Live Radar shows fresh Solana listings arriving in real time as they are pulled from Birdeye. When you select a token, the Intelligence scene builds a dossier from four data streams: market, trade, holder, and security information. Two scoring systems run on that data. The Rug Engine produces a danger score from 0 to 100 based on things like low liquidity, high concentration among top holders, suspicious security flags, and how new the token is, labeling the result LOW, MEDIUM, HIGH, or CRITICAL. The Momentum Engine produces a strength score from 0 to 100 based on trading volume, buy and sell pressure, trending rank, and holder count, labeling the result QUIET, BUILDING, ESCALATING, or BREAKOUT. On top of those scores, a classification layer tries to label the overall launch pattern, such as Dead Launch, Bot Pump, Whale Trap, Organic Meme, or Cult Formation, but only when there is enough live data to support a guess. When Birdeye does not return a field for a token, TOKENPULSE lowers its confidence rating instead of inventing a value. Other parts of the app include a Trending scene for tokens gaining visibility, a Signals scene showing a live event feed generated only from tokens already loaded, and a command palette search reachable with CMD+K that accepts a token symbol, name, or mint address. The app is deployed on Vercel and needs a Birdeye API key on the server side to run, without one it shows a setup-required screen instead of fake data.

Copy-paste prompts

Prompt 1
Explain how TOKENPULSE's Rug Engine and Momentum Engine turn raw Birdeye data into a 0 to 100 score.
Prompt 2
Help me set the BIRDEYE_API_KEY environment variable so TOKENPULSE can run locally.
Prompt 3
Walk me through how TOKENPULSE's Cult Detection layer decides between labels like Bot Pump and Organic Meme.
Prompt 4
Show me how the command palette search in TOKENPULSE matches a token by symbol, name, or mint address.

Frequently asked questions

What is tokenpulse?

A live Solana token launch dashboard that scores new tokens for rug risk and momentum using real-time Birdeye market data.

What language is tokenpulse written in?

Mainly TypeScript. The stack also includes TypeScript, Solana, Birdeye API.

What license does tokenpulse use?

The README does not state a license for the project.

How hard is tokenpulse to set up?

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

Who is tokenpulse for?

Mainly general.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.