Flatnotes
A self-hosted, databaseless note-taking app. Notes are stored as plain Markdown files in a flat folder — no database, no complicated setup.
Default Credentials
- Username:
admin
- Password: auto-generated — find it in your Zeabur dashboard under Service > Variables >
FLATNOTES_PASSWORD
What You Can Do After Deployment
- Visit your domain — log in with the credentials above
- Create notes — write in Markdown with live preview
- Search — full-text search across all your notes
- Tag & organize — use tags to categorize your notes
- Change credentials — go to Service > Variables, update
FLATNOTES_USERNAME and FLATNOTES_PASSWORD, then restart the service
Key Features
- Plain Markdown file storage (no database)
- Full-text search
- Tag-based organization
- Live Markdown preview
- Simple, clean interface
License
MIT — GitHub