A simple interactive tool to visualize your personal relationships as a network graph.
- Add people to your network
- Create connections between people with bond strength
- Tag relationships (family, friends, work, etc.)
- Interactive graph visualization
- Filter by people, tags, or connection strength
- Data saved in browser storage
-
Install dependencies
npm install
-
Start development server
npm run dev
-
Open your browser Navigate to
http://localhost:3000
- Add People: Use the sidebar to add people to your network
- Create Connections: Select two people and set their bond strength (0-100)
- Add Tags: Categorize relationships with colored tags
- Filter: Use filters to focus on specific parts of your network
- React with TypeScript
- Vite for development
- TailwindCSS for styling
- react-force-graph-2d for visualization
npm run build