Wordgard: The new in-browser rich-text editor from the creator of ProseMirror

A shiny new writing tool drops, and the internet instantly asks: why is this still so hard?

TLDR: Wordgard is a new open-source tool for building rich text editors in the browser, made by the creator of ProseMirror. The comments quickly turned into a bigger debate: why browser text editing is still such a mess, whether this replaces anything cleanly, and whether the demo and hosting already raised red flags.

A new browser-based writing tool called Wordgard has arrived from the creator of ProseMirror, and on paper it sounds very polished: open-source, highly customizable, friendly to screen readers, keyboards, phones, and even right-to-left languages. In plain English, it’s meant to help companies build their own slick text editors instead of relying on the browser’s famously messy built-in editing features. But the real action wasn’t on the feature list — it was in the peanut gallery, where the comments turned into a mix of curiosity, side-eye, and full-on existential exhaustion.

The biggest mood? “Wait… why do we need to solve this again?” One commenter basically spoke for every tired web veteran by saying they’ve been doing this for nearly 20 years and still can’t believe browsers don’t just handle rich text well by now. Another immediately wanted the juicy backstory: why make Wordgard when ProseMirror already exists, especially if there’s no easy upgrade path? That sparked the classic tech-comment-section energy: equal parts genuine interest and suspicious squinting.

Then came the practical drama. One person said the demo’s undo button did nothing on Android Chrome — never a great first date. Another noticed the code seemed unavailable and turned that into a deliciously shady uptime jab at self-hosting versus GitHub. Meanwhile, React users perked up, wondering if this finally fixes ProseMirror’s awkward relationship with modern app frameworks. In other words: Wordgard launched as a serious tool, but the crowd instantly made it a referendum on browser failures, open-source funding, and whether making text boxes on the web is secretly cursed.

Key Points

  • Wordgard is a new open-source JavaScript library for building in-browser rich-text editors.
  • The library is designed for controlled content editing rather than free-form HTML editing.
  • Its primary differentiator is a programming interface intended for highly customized and complex editors.
  • Most editor capabilities are implemented as extensions, allowing developers to replace or modify features.
  • Wordgard supports accessibility, mobile use, internationalization, bidirectional content, and right-to-left documents, and is licensed under MIT.

Hottest takes

“I can’t believe that we are still trying to solve this” — milkshakeyeah
“there is not an upgrade path” — exceptione
“If the motivation for moving off GitHub was ‘GH is down too much’...” — yodon
Made with <3 by @siedrix and @shesho from CDMX. Powered by Forge&Hive.