MyMind is a lightweight browser-based mind-mapping app inspired by radial tools such as Mindly.
index.html: app shell and UI structurestyles.css: visual system, layout, and responsive behaviorapp.js: recursive radial SVG rendering, branch collapsing, export, and local persistence
Open index.html directly in a browser, or serve the folder with any static server.
- Click a node to inspect and edit it.
- Use the small
+or−badge on any node with children to collapse or expand that branch. - Use
Collapse allto reduce the map to the center node, andExpand allto restore it. - Add children from the right panel.
- Export the current map as
SVG,PNG, orPDF. - The map autosaves to
localStorage.