git404hub

what is tokenpulse fr?

dexarxbt/tokenpulse — explained in plain English

Analysis updated 2026-05-18

1TypeScriptAudience · generalComplexity · 3/5Setup · moderate

tl;dr

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

vibe map

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 make with this?

VIBE 1

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

VIBE 2

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

VIBE 3

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

VIBE 4

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

what's the stack?

TypeScriptSolanaBirdeye APIVercel

how it stacks up fr

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 i run it?

Difficulty · moderate time til it works · 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.

prompts (copy fr)

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 fr?

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.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.