Blazor Server examples
Reference integration package for teams evaluating RichTextEditor in Blazor Server applications.
dotnet new richtexteditor-blazor -n MyAppStart with the core editor package, then pull the example project for Blazor, ASP.NET, PHP, Angular, React, or Vue. Legacy 1.015 builds and a 1.x to 2.4.0 upgrade path are available below.
Use the current 2.4.0 packages for new work, keep the 1.015 files for existing deployments that still depend on the older release, and use the upgrade page when you need to move a 1.x license forward.
The current release is the right starting point for teams testing the editor today.
Older builds remain available so existing 1.x applications can stay stable during transition work.
Existing customers can use the upgrade path instead of repurchasing a full new license.
Install straight from npm — the package ships the editor plus React, Vue, Angular, Svelte, headless, and server entry points, and always tracks the current release.
npm install @richscripts/richtexteditornpm create @richscripts/richtexteditor my-app -- --reactThese packages are useful when you want to evaluate RichTextEditor in a realistic app structure instead of starting from a blank page. .NET teams can scaffold instead of downloading: dotnet new install RichTextEditor.Templates, then run the per-framework command shown on each card.
Reference integration package for teams evaluating RichTextEditor in Blazor Server applications.
dotnet new richtexteditor-blazor -n MyAppSample project showing editor setup inside Razor Pages and common ASP.NET Core page flows.
dotnet new richtexteditor-razor -n MyAppController and view-based sample package for MVC applications built on ASP.NET Core.
dotnet new richtexteditor-mvc -n MyAppClassic ASP.NET MVC sample package for teams working in the .NET Framework stack.
Web Forms sample package for legacy .NET applications that still use the classic page model.
Starter project for evaluating RichTextEditor in PHP applications and admin workflows.
Angular integration package for teams testing component-based setup and editor lifecycle flows.
npm create @richscripts/richtexteditor my-app -- --angularReact sample package for evaluating editor state management, embeds, and application integration.
npm create @richscripts/richtexteditor my-app -- --reactVue sample package for teams exploring RichTextEditor in modern frontend application workflows.
npm create @richscripts/richtexteditor my-app -- --vueMost teams only need the main RichTextEditor package plus one framework example that matches the application they are building. If you are evaluating multiple stacks, download the core package first and then compare framework examples side by side.