Locked-down public demo of mdshards ā read-only, ephemeral, capped. Not for production.
1.0K
The locked-down public demo build of mdshardsā ā a browser editor for a vault of plain markdown notes, synced live over CRDT.
No install needed ā open the link and start editing. Everyone shares one vault.
ā ā ļø This is a demo, not the real thing
It is deliberately restricted and ephemeral ā do not use it for anything you want to keep, and do not deploy it as a real instance. For actual use, run the full image:
wzaldivar/mdshards(see the project READMEā ).
/) is read-only ā you can type, but nothing saves.attachments/ are ours;
you can't add to or write into that directory.data: image is replaced with a Lorem Picsumā
placeholder ā the demo never renders arbitrary third-party content.Everything else works: create/edit/rename/delete your own .md notes, live
CRDT sync between everyone connected, tables, task lists, wikilinks, emoji.
# 20 MB RAM-backed, capped, ephemeral vault (no privileges needed):
docker run -d -p 8000:8000 --tmpfs /data:size=20m wzaldivar/mdshards-demo
Open http://127.0.0.1:8000/ā . Restarting the container resets everything ā the
sample attachments/ and the welcome page are re-seeded on start.
latest ā always the current demo build. (The versioned, unrestricted image
lives at wzaldivar/mdshardsā .)Multi-arch: linux/amd64, linux/arm64.
MITā .
Content type
Image
Digest
sha256:77c8ae095ā¦
Size
60.8 MB
Last updated
10 days ago
docker pull wzaldivar/mdshards-demo