https://github.com/slaveofcode/vibenotes
Simple and Trully Self-Hosted Note App
https://github.com/slaveofcode/vibenotes
Last synced: 30 days ago
JSON representation
Simple and Trully Self-Hosted Note App
- Host: GitHub
- URL: https://github.com/slaveofcode/vibenotes
- Owner: slaveofcode
- License: mit
- Created: 2026-02-07T07:21:25.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-02-07T07:23:43.000Z (6 months ago)
- Last Synced: 2026-02-07T17:36:24.925Z (6 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VibeNotes
Simple but functional notes, support offline access in mobile via PWA, markdown formatted notes.
## Feature
- Create Note with Markdown, able to render the markdown
- Create Slide from Markdown
- Save Link / Bookmark website
- Create code snippet like gist
- Shareable link for notes, slide, bookmark, code snippet, etc.
- Mobile browser compatible, support all mobile browsers & mobile view
- Offline first support, sync on connected to the internet
- Create UML via PlantUML
- Support Export & Import data via JSON
- Use SQLite or Postgres for Data Store (by default SQLite), configured via config file
- Easy self-hosted, migrated, and upgraded because it has a separated place for data & the application.