A collaborative, version-controlled mindmap. Built during the FOSS 2020 Hackathon organized by FOSS United.
Hivemind is intended to let users collaboratively create and edit shared mind maps. All changes are automatically revision-controlled, and users can time-travel to any point in the past to look at historic versions of their work.
Hivemind will also let users tag specific versions of their work for easy future reference, and allow them to share their maps with other users (with admin/read-write/read-only access) or publicly (via link, read-only).
Hivemind was envisioned to have the following features:
- Version control - rewind your mindmap to any previous state.
- Sharing - share your mindmap with read/write/admin access to authenticated users, or make it publicly visible (read-only) to everyone.
- Collaborative, realtime editing - all users with write access to a mindmap should be able to simultaneously edit it, and view each other's changes in real time.
- Authentication (using Firebase)
- Mindmap List
- Mindmap view/edit and timelines on an interactive canvas.
- Next.js
- RecallGraph
- Cytoscape
- Firebase for auth and real-time sync.