Help

Creating a new map and setting the map name:
  • Change the URL to file:///simbiotica.html?map=[map_name]
  • This format was chosen for easy bookmarking in your web browser
Security:
  • The security of your OpenAI API key is important. Efforts have been made with this app to ensure its safety.
  • This code is open source and not minified, making it easily reviewable.
  • Your API key is not stored locally in any persistent storage and must be entered each time you load this page.
  • All imports have SRI hashes, and external code has been reviewed for potential issues.
  • This app is fairly lightweight in its usage, but make sure you have a spending limit on your OpenAI account. You can see token count usage in the settings page.
Interacting with the mindmap:
  • Mouse click to select a node, double-click to edit, press Enter to save
  • You can either click and drag your mouse to pan the mindmap, or use mousewheel / two-finger guestures on touchpad to scroll the mindmap vertically or horizontally if it's larger in those dimensions (respectively) to the screen.
  • Mouse drag nodes to move to another node
  • Mouse click small circle to expand/collapse
  • Press Enter to create a sibling node
  • Press Ctrl-Enter to create a child node
  • Press Delete to delete a node
Note that maps are autosaved via the IndexedDB API, browser-based storage that is only accessible by the same origin. In other words, your maps can only be accessed from where this page is being served from. Be careful when using other browser-based applications you save/serve from the same location, as they can access the IndexDB API storage. Use only code that is openly reviewable, open source, or from a trusted entity.

Button bar:
  • - Make a backup of the map. As mentioned above, the map is already stored in your browser, but this can be used for transferring between computers.
  • - Load a backup of the map. The map must be empty to ensure you don't accidentally overwrite another map.
  • - Get suggestions from GPT-3.5, which is what this is all about! You can configure how this is done in settings.
  • - Collapse all
  • - Expand all
  • - Zoom in
  • - Zoom out
  • - Engage in a deeper discussion with GPT-3.5 about a particular node. The first time you chat about a node both the mindmap and a series of questions will be sent to GPT API. Subsequently, all messages will be prefixed with the mindmap only. You can configure these prompts in settings.
  • - Undo, may have to click twice. This is a bit hard to use right now, working on it.
  • - Redo, may have to click twice
  • - Settings. You can change the prompts used to get suggestions and discuss nodes. Make sure you review them carefully before making changes. Backing up a copy of the prompt for reverting is probably a good idea.

Enter GPT3.5-turbo API Key

Please enter your GPT3.5-turbo API key to continue. This is a browser side application only, no server except for OpenAI.
The key is not persisted in browser storage and only used when sending to OpenAI REST api.
Token usage is relatively light and you can find a total usage count via settings (gear) icon.
The source code is not minified and should be easily reviewable via developer tools, your filesystem, and/or the github repo.
Make sure to follow http://twitter.com/QRDL for information and updates.

Settings

Chat with GPT