Sign inSign up

wzaldivar/mdshards-demo

By wzaldivar

•Updated 10 days ago

Locked-down public demo of mdshards — read-only, ephemeral, capped. Not for production.

Image
0

1.0K

wzaldivar/mdshards-demo repository overview

⁠mdshards — live demo

The locked-down public demo build of mdshards⁠ — a browser editor for a vault of plain markdown notes, synced live over CRDT.

ā šŸ”— Try it now: https://mdshards-demo.wzaldivar.me⁠

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⁠).

⁠What's different from the real image

  • šŸ“ The landing page (/) is read-only — you can type, but nothing saves.
  • ā¬†ļø Uploads are disabled.
  • šŸ“Ž Assets are seeded-only. The sample files under attachments/ are ours; you can't add to or write into that directory.
  • šŸ”— External links are shown but not clickable, and any external or data: image is replaced with a Lorem Picsum⁠ placeholder — the demo never renders arbitrary third-party content.
  • šŸ’¾ The whole vault is a ~20 MB RAM disk and is wiped on every restart (the hosted demo resets on a timer). A full vault just stops accepting writes.
  • Vault paths are capped at 30 characters.

Everything else works: create/edit/rename/delete your own .md notes, live CRDT sync between everyone connected, tables, task lists, wikilinks, emoji.

⁠Run it yourself

# 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.

⁠Supported tags

Multi-arch: linux/amd64, linux/arm64.

⁠License

MIT⁠.

Tag summary

Content type

Image

Digest

sha256:77c8ae095…

Size

60.8 MB

Last updated

10 days ago

docker pull wzaldivar/mdshards-demo