WYSIWYG editing Image gallery upload Content templates
Free 30-Day Trial

Download RichTextBox

Install the ASP.NET Core rich text editor package from NuGet. Includes the <richtextbox> tag helper, static web assets, upload endpoints, the full AI Toolkit (Ask AI, Chat, Review), and the new collaboration / review stack (slash commands, @mentions, track changes, comments, revision history, Yjs presence).

Install RichTextBox for ASP.NET Core from NuGet. The package ships the <richtextbox> tag helper, static web assets, upload endpoints, the AI Toolkit, and all collaboration plugins — no source download, no build step on your side.

Trial Package

RichTextBox Runnable Demo

A compiled, self-contained ASP.NET Core demo site — unzip and run RichTextBox.WebSite.exe (or dotnet RichTextBox.WebSite.dll) to see every feature in action on your own machine. No source code, no build step.

  • AI Toolkit — Ask AI dropdown, docked AI Chat, AI Review drawer; BYOK via editor.aiToolkit.setResolver() or IRichTextBoxAiResolver.
  • Collaboration & review — slash commands, @mentions, Track Changes, threaded comments, revision history, and Yjs-backed presence. Live demos included.
  • Structured content — JSON + Markdown round-trip via enable-structured-content="true".
  • Customer-editable defaultsrte.js has an editable RTE_DefaultConfig block at the top.
Free 30-day trial Zip archive — compiled binaries only

Integrating into your own project? Install the NuGet package instead:

dotnet add package RichTextBox.AspNetCore

Setup — three steps

1. Add @addTagHelper *, RichTextBox to _ViewImports.cshtml.

2. In Program.cs, call builder.Services.AddRichTextBox() and app.MapRichTextBoxUploads().

3. Place your RichTextBox.lic file in the app content root (beside Program.cs) so runtime license validation passes for rendering and uploads.

4. Drop <richtextbox name="Body" toolbar="default" /> into any Razor page and you're done — the tag helper renders the editor, wires uploads, and lights up AI / collaboration features per the attributes you set.

Ready to purchase a license?

All licenses are perpetual and never expire. One-time purchase with no recurring fees.