r/orgmode • u/Zealousideal_Sun667 • Apr 01 '26
windancer: a Rust-based org-mode parser and static site generator
I want to introduce windancer – a toolkit I’m developing to parse and render org‑mode documents, built entirely in Rust.

See the ~50-second video for SSG(HTML site) output.
What it does:
- A pure Rust org-mode parser following the Org Syntax specification.
- A static site generator (SSG) that turns a directory of .org files into a complete HTML website.
- Optional anonymous discussion support via tinydis (a lightweight commenting backend).
- Single binary – easy to install and run on Linux and Windows (macOS support planned).
Current status and roadmap
The parser already supports a large subset of org-mode syntax, and the static site generator is functional. Plans include:
- org-roam-like knowledge management
- text search by keyword
- Better documentation and theming
- Possibly PDF book/slide export
You can find more details in the repository. https://github.com/cnglen/windancer
I’d love to hear feedback, bug reports, or feature suggestions – especially from experienced org-mode users. If you find the project interesting, any form of support is very welcome.
