store/seed/DEMO_DATA_GUIDE.md
This document describes the demo data used to showcase Memos features in demo mode.
The demo data includes 6 carefully selected memos that showcase the key features of Memos without overwhelming new users.
demosecret (default password)Tags: #welcome #getting-started
A welcoming introduction that highlights key features of Memos.
Features showcased:
Tags: #todo/work
Realistic weekly task list with three categories showing different work contexts.
Features showcased:
#todo/work)Tags: #dev/git
Practical Git commands reference with code examples in multiple languages.
Features showcased:
#dev/git)Tags: #meeting/standup
Professional meeting notes with structured data in a table format.
Features showcased:
#meeting/standup)Tags: #ideas/apps #ai
Short-form idea capture demonstrating quick note-taking.
Features showcased:
Tags: #sponsor
Sponsor message with image and external link.
Features showcased:
Multiple memos have reactions to showcase the reaction system:
Configured with popular reactions:
| Feature | Demo Memos |
|---|---|
| Headings (H1-H3) | 1, 2, 3, 4 |
| Bold text | All |
| Links | 6 |
| Images | 6 |
| Code blocks | 3 |
| Inline code | 3 |
| Task lists | 2 |
| Bullet lists | 1, 2, 4 |
| Tables | 4 |
| Horizontal rules | 1 |
| Hierarchical tags | All |
| Emoji | 5 |
| Pinned memos | 1, 6 |
The demo showcases hierarchical tag organization:
#welcome
#getting-started
#todo
└─ #todo/work
#dev
└─ #dev/git
#meeting
└─ #meeting/standup
#ideas
└─ #ideas/apps
#ai
#sponsor
To run with demo data:
# Start in demo mode
go run ./cmd/memos --demo --port 8081
# Or use the binary
./memos --demo
# Demo database location
./build/memos_demo.db
Login with:
demosecretstore/seed/sqlite/01__dump.sqlbuild/memos_demo.db if it exists