Skip to content

Ocean Brain is a note-taking app like Notion. It's self-hosted, so you're in control security of your own data.

Notifications You must be signed in to change notification settings

baealex/ocean-brain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ocean Brain is a note-taking app like Notion. It's self-hosted, so you're in control security of your own data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published