Public beta available — Start here
Stesura

Comparison

Stesura vs Lexical

Lexical is Meta's open-source editor framework — fast, extensible, and deliberately minimal. It provides primitives, not a product. Everything from formatting menus to collaboration must be assembled by your team.

In short

Primitives vs. a finished word processor.

Lexical sits where ProseMirror sits: a fast, React-friendly core that hands you primitives and nothing else — with a smaller ecosystem around it. Every document feature, from a toolbar to pagination to DOCX, is yours to build.

Stesura is that layer, already built — and still fully extensible.

What is Lexical?

Lexical is the text editor framework that powers Meta's comment boxes, messaging inputs, and content authoring tools. It is designed for performance and composability — a small, low-level core with no bundled UI. You build every feature (comments, spell check, DOCX export, pagination) on top of it. That makes it extremely flexible for short-form, high-volume content inputs but a significant investment for long-form document editing.

Best suited for

Comment inputsSocial / chat UIsShort-form rich textCustom bespoke editorsHigh-throughput content nodes

Feature comparison

FeatureLexicalStesura
Real pagination
No
Yes
Legal / multi-level numbering
No
Yes
Per-section headers & footers
No
Yes
Footnotes, endnotes & cross-references
No
Yes
Track changes

Must be built from scratch on top of Lexical's primitives.

No
Yes
Threaded comments

No built-in comment system; requires custom implementation.

No
Yes
Stylesheets
No
Yes
Proofreading

No built-in spell check; you wire your own service.

No
Yes
DOCX import / export

No official support; community plugins exist with limited fidelity.

No
Yes
Collaboration

No official collab support; requires a custom CRDT integration.

Partial
Yes
Out-of-the-box UI

Lexical is a framework — all UI must be built by your team.

No
Yes
ProseMirror API

Lexical uses its own document model, unrelated to ProseMirror.

No
Yes

When to use which

Choose Lexical when

  • You're building comment boxes, chat inputs, or short-form rich text — not long documents
  • You need a highly performant editor core and will assemble every feature yourself
  • You have a dedicated engineering team with months to build editor infrastructure
  • You want zero UI opinions and full control from the ground up
  • Meta's long-term maintenance of the project is a trust signal for your team

Choose Stesura when

  • You're embedding a word processor in a React app — not a simple text box
  • You need real pagination with accurate A4/Letter page layout
  • Legal numbering, footnotes, cross-references, and TOC are required out of the box
  • DOCX import and export that minimises round-trip losses — without binding your model to Word
  • You want production-ready document editing without months of assembly work
  • Track changes, comments, and per-section headers/footers must all work on day one
  • You want the full ProseMirror API while skipping the infrastructure

This comparison is based on publicly available information and reflects our honest understanding of Lexical. If something is out of date or inaccurate, we'd genuinely like to fix it — email us at info@innovars.eu.