RugPulse AI is a Birdeye-powered Solana token radar for the Birdeye Data BIP Sprint.
This version is NOT a fake static demo. It uses Netlify Functions so the browser calls:
/.netlify/functions/radar
Then Netlify calls Birdeye server-side. This avoids browser CORS problems and keeps the API key out of frontend JavaScript.
Install Netlify CLI once:
npm install -g netlify-cli
netlify loginFrom inside this folder:
netlify init
netlify env:set BIRDEYE_API_KEY YOUR_KEY_HERE
netlify env:set BIRDEYE_CHAIN solana
netlify deploy --prod --build/defi/v2/tokens/new_listing/defi/token_trending/defi/token_security/defi/pricethrough the optional price function
Open:
https://your-site.netlify.app/.netlify/functions/health
Then:
https://your-site.netlify.app/.netlify/functions/radar
If mode is live, Birdeye is connected.
If mode is demo, your Netlify environment variable is missing or Birdeye rejected the key.