Interactive Mindmap Visualization

Beautiful, dynamic, and mobile-responsive mindmaps with D3.js and Next.js. Perfect for embedding via iframe or using standalone.

Demo Mindmap

View our sample mindmap with interactive features, animations, and responsive design.

View Demo

Embed Code

Copy this code to embed the mindmap in your website:

<iframe 
  src="http://localhost:3000/mindmap"
  width="100%"
  height="600"
  frameborder="0"
></iframe>

Load Custom Data

Pass your data via URL parameter:

/mindmap?dataUrl=https://your-api.com/data.json

API Integration

Use our API to fetch mindmap data:

GET /api/mindmap

Features

✨ Smooth animations📱 Mobile responsive🎨 Customizable colors🔍 Zoom & pan💾 Export data🔗 Iframe ready