This directory contains examples of how to integrate the mindstage-sdk into a web application.
🚀 Powered by MindStage
mindstage-sdk is the open-source engine behind MindStage, the most powerful AI-driven mind mapping platform.
Check out the full MindStage for:
- 🤖 AI Mind Map Generation
- 📄 Advanced Exports (PDF, SVG, High-Res PNG)
- 🧪 LaTeX Formula Support
- 🤝 Real-time Collaboration
Ideal for quick prototypes or non-modular environments.
- File: index-bundle.html
- Usage: Uses the pre-compiled
dist/mindstage-sdk.js.
Ideal for modern web development workflows.
- File: index.html
- Usage: Imports directly from
dist/index.js.
- Folder: vue3-demo
- Usage: Uses
import { renderMindMapFromJSON } from 'mindstage-sdk'and aliases todist/index.jsto verify the built output.
Ensure the SDK is built:
npm run build:bundleRun from the project root directory:
./examples/start-server.shOr use any static file server:
python3 -m http.server 8080Open in your browser: http://localhost:8080/examples/index.html
MIT © MindStage