Open source · MIT · no server required

Persian markdown, written together, in real time

Create a room, share the link, and start writing together instantly, with genuine bidirectional layout rather than a mirrored left-to-right UI.

room: blue-fox Source # Meeting notes - [ ] Review HTML export - [x] Test RTL layout ```js toFaDigits(42) ``` Preview Meeting notes Review HTML export Test RTL layout 42 green-squirrel
Why this editor

Four things that actually matter

Real-time, no sign-up

Create a room and share the link; collaborative editing starts immediately, no account needed.

Genuine RTL support

Correct bidirectional layout from the ground up, not a mirrored left-to-right interface.

Three view modes

Raw source, live preview, or WYSIWYG editing. Switch between them any time.

MD and HTML export

Save the document to your own device as a markdown file or as HTML, whenever you want.

Your data, your server

Self-host with one command

The whole app is a single Go binary with the frontend embedded. To run your own instance on a server or laptop, this is all it takes:

docker run -p 3030:3030 ghcr.io/systemgroupnet/persian-markdown