A lightweight, self-hosted memo hub. Open Source and Free forever.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Go to file
boojack 4dd5925f41 chore: demo.webp 3 years ago
.github/workflows chore: update dev image tag name 3 years ago
api chore: clean server 3 years ago
bin/server feat: system api with profiles 3 years ago
common chore: update mode flag 3 years ago
resources chore: demo.webp 3 years ago
scripts refactor: backend 3 years ago
server chore: update mode flag 3 years ago
store chore: update seed data 3 years ago
web feat: pin/unpin memo 3 years ago
.dockerignore feat: add build&push docker image action 3 years ago
.gitignore chore: add license and comments 3 years ago
CODEOWNERS chore: update readme 3 years ago
Dockerfile chore: update docker run commands 3 years ago
README.md chore: update deploy guide in readme 3 years ago
go.mod chore: address comments 3 years ago
go.sum chore(go): use `json` instead of `jsonapi` 3 years ago

README.md

✍️ Memos

Live DemoDiscussions

GitHub stars GitHub forks GitHub Watchers

Memos is an open source, self-hosted alternative to flomo. Built with Go and React.

Making sure that you are in charge of your data and more customizations.

🎯 Intentions

  • ✍️ For noting 📅 daily/weekly plans, 💡 fantastic ideas, 📕 reading thoughts...
  • 📒 Write down the lightweight card memos easily;
  • 🏗️ Build your own fragmented knowledge management tools;

Features

  • 🦄 Fully open source;
  • 😋 Beautiful and detailed visual styles;
  • 📑 Experience excellent interaction logic;
  • Quick privatization deployment;

Deploy with Docker

docker run --name memos --publish 8080:8080 --volume ~/path/to/your/data/:/var/opt/memos -e mode=prod neosmemo/memos:dev

If the /path/to/your/data doesn't have a .db file, then memos will auto-generate it and the default username is guest with password secret.

🌟 Star history

Star History Chart


Just enjoy it.