Skip to content

Ocean Brain is a self-hosted notion-like note-taking web app. Dive into Ocean Brain!

Notifications You must be signed in to change notification settings

baealex/ocean-brain

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

npm i
npm run build
npm run start

you can connect to http://localhost:3000

About

Ocean Brain is a self-hosted notion-like note-taking web app. Dive into Ocean Brain!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages