Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 2.25 KB

File metadata and controls

59 lines (38 loc) · 2.25 KB

Solid Mind

An app for organizing concepts as simply as possible

Ask DeepWiki License: MIT

Solid Mind is a web application for creating and managing Mind maps.
It is based on a customized and lightweight version of the My Mind JavaScript library (MIT), available at My Mind GitHub repository.

Note

This mind map application is currently being refactored from an imperative Pub/Sub architecture to Solid.js's declarative fine-grained reactivity model.

Uses

  • Outline processor
  • Research notes
  • Lecture notes
  • Document drafting
  • Brainstorming concerns and thoughts
  • Priority setting and decision-making

Features

It has a catalog feature.

Demo

Demo URL: https://solid-mind.onrender.com/

The demo takes about 50 seconds to start.

Login Credentials

  • Email: admin@mail.internal
  • Password: password

Tip

  1. Currently, a new mind map can be saved using Ctrl + Shift + S.
  2. To navigate to the Catalog page, click "Solid Mind" in the left sidebar
  3. If the demo site is not displaying correctly or seems to be behaving unexpectedly, please try pressing Ctrl + Shift + R to perform a hard refresh.

Ref