// the find
aieditor-team/AiEditor
AiEditor is a next-generation rich text editor for AI.
AiEditor is a Tiptap/ProseMirror-based rich text editor with AI features baked in — continuation, translation, proofreading, code explanation — and ships as a Web Component so it drops into any framework. It targets developers who need a WYSIWYG editor with LLM integration and don't want to wire it up themselves. The open-source version is functional but the interesting stuff (Word import/export, real-time collaboration, LaTeX) is paywalled.
Web Component foundation means genuinely zero-friction integration across Vue, React, Angular, Svelte, or plain HTML without wrapper libraries. The AI layer is properly pluggable — you can point it at any OpenAI-compatible endpoint or a custom model, not just a single vendor. Markdown input/output is first-class, not bolted on, which matters if you're storing content as something other than raw HTML. The demos directory ships working TypeScript examples for every major framework, so integration time is minutes not days.
The commercially gated feature list is long enough to be a real problem: no Word import/export, no PDF export, no LaTeX math, no collaboration. If you build a product on the open-source version and users ask for any of these, you're either paying or rewriting. The AI integration sends requests client-side by default, meaning API keys go in the browser config — there's no server-side proxy built in, so you have to build that yourself or expose credentials. Last push was March 2026 but the issue tracker shows several open bugs around table handling and paste behavior that have sat unresolved, which is a yellow flag for production use.