A self-hosted writing app. Saves as plain .md files. No database,
no accounts, no telemetry.
Started off as a CalmlyWriter.com clone, but has outgrown that scope and become its own thing now.
- A clean editor with themes (Writer's Study, Mist, Dark, Black, Sepia, Paper)
- Fonts, spacing, colors you can tweak
- Auto saves every few seconds
- Focus mode dims everything except your current paragraph
- Keyboard shortcuts for everything (hit
?to see them)
- No lock-in. Your files are plain Markdown, readable from any editor.
- No database. Just a folder of
.mdfiles on disk.
git clone <repo>
cd scriptorium
npm install
npm startOr with Docker:
services:
scriptorium:
build: .
ports:
- "3000:3000"
volumes:
- ./data:/app/dataSee RCLONE_SETUP.md for automated backups to any cloud provider.




