Build Documentation Engine in Typescript which should be a framework independent(ReactJS).

Published: (February 20, 2026 at 06:08 PM EST)
1 min read
Source: Dev.to

Source: Dev.to

Cover image for Build Documentation Engine in Typescript which should be a framework independent (ReactJS).

I am working on a documentation engine that should be framework‑independent for React.js.

Why I take this action?

I have been migrating my old documentation from Next.js to Remix for the past 3–4 months, but I encountered many problems. The biggest issues were:

  • Limited support for MDX in Remix.
  • Astro.js also shows several limitations despite supporting MDX.

These frameworks support MDX, but not in an optimized way. They introduce additional complexity, a steep learning curve, and often require different code for each React framework.

I envision an engine that provides:

  • Pre‑built docs.
  • Sidebar items in a semi‑structured format.
  • Automatic table of contents generation by scanning any folder containing sub‑folders and MDX files.

I have made significant progress, but I still need help with syntax highlighting and tables in markdown. The engine is currently tested with Next.js.

I am looking for contributions to grow this innovative markdown engine and make it scalable for PaaS industries.

Contribute

  • Join the development on the Docxes Repository.
  • See a documentation site built with Docxes on Next.js: .
0 views
Back to Blog

Related posts

Read more »