About this project

fumadocs-editor is an experimental project that adds a WYSIWYG editing experience to Fumadocs MDX content. It is still in an early stage, so breaking changes are expected before the future v1 release. The repository is organized as a monorepo with two main packages. The @fumadocs-editor/ui package provides a React-based editor interface, while the @fumadocs-editor/core package handles parsing, serialization, and component specifications for MDX. The project includes a development playground that mirrors filesystem content under docs/, along with test and build workflows. The build process also includes size-budget assertions for the playground. Documentation is available at editor.fumadocs.dev. The project is released under the MIT license.