πΈοΈ Friend Graph Visualizer
Visualize Discord friend connections as an interactive spider web graph
Input Data
Paste your friend list JSON or upload a JSON file. The format should be a dictionary of user IDs mapped to name, avatar, and mutual friend IDs.
How It Works
- Paste your friend list JSON data into the input area or upload a JSON file
- Click "Generate Graph" to create the interactive visualization
- Drag nodes to rearrange, scroll to zoom, and hover for details
- Use the search bar to highlight specific users
- Lines between nodes represent mutual friend connections
Data format: A JSON object where each key is a Discord user ID, with name, avatar, and mutual (array of user IDs) fields.