An interactive 3D map of the top AI influencers on X (Twitter) — explore who they are, what they do, and how they're connected.
There are millions of pieces of AI news and information generated every second on X — and for new users, it can get really overwhelming. To figure out which accounts were actually worth following, and to visualize what the AI community on X actually looks like, I built this 3D interactive platform. It's a tool for anyone trying to navigate the AI space and find their footing in it.
| Layer | Technology |
|---|---|
| Framework | React 18 + TypeScript |
| Build tool | Vite |
| 3D visualization | Three.js + react-force-graph-3d |
| AI (network expansion) | Google Gemini API |
| Styling | Tailwind CSS (CDN) |
| Icons | Lucide React |
| Analytics | Vercel Analytics |
| Data pipeline | Node.js + RapidAPI (X/Twitter) |
- English version — Watch on TikTok
- Chinese version — Watch on Xiaohongshu
Prerequisites: Node.js
- Install dependencies:
npm install - Run the app:
npm run dev