Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.26 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.26 KB

ocean-brain

Ocean Brain is a note-taking app designed to help you capture and organize your thoughts seamlessly. Just like the vast ocean holds countless treasures, Ocean Brain allows you to record your daily experiences, insights, and learnings, ensuring nothing gets lost. Host it on your own server to maintain complete control over your data while enjoying a fluid and intuitive user experience. Dive into Ocean Brain and let your thoughts flow freely and securely.


Features

  • Notion like note taking (Powered by BlockNote)
  • Note taking helper (use /)
  • Note tagging (use @)
  • Note linking (use [, reference / back-reference)
  • Note pinning
  • Note searching

Demo site

demo-ocean-brain.baejino.com


Setup

use Docker

docker run \
    -v ./assets:/assets \
    -v ./data:/data \
    -p 3000:3000 \
    baealex/ocean-brain

you can connect to http://localhost:3000

use Node

./start.sh

you can connect to http://localhost:3000