Developer downloads · 2.6.3

Your next editor.
In your own app.

Choose a starter, run it locally, and try your real content. Everything you need to begin evaluating RichTextEditor—without a signup.

Package overview

Everything needed for evaluation, legacy maintenance, and rollout.

CurrentVersion 2.6.3Start here for a new evaluation. Check the release notes for changes before upgrading an existing application.
LegacyVersion 1.015Available for existing 1.x implementations that still need the older build.
ExamplesFramework packagesReady-made sample projects for Blazor, ASP.NET, PHP, Angular, React, and Vue.
LicensingPerpetual purchaseMove from evaluation to a one-time license when your team is ready.

Get an editor running before you customize it.

Choose one path. You do not need to download a ZIP as well as use npm.

  1. 1. Choose your framework

    Use the React starter below, or choose an Angular, Vue, or other framework example.

  2. 2. Run the example

    Follow its setup commands and open the local URL printed in your terminal. You should see an editor where you can type and format text.

  3. 3. Test your own content

    Paste a document and check its formatting. Then connect saving to your application using the content guide.

Your first working example

Choose your framework.
Make it your own.

Start in a new folder with Node.js and npm installed. Run each command in order.

Already have an app? Read the React integration guide →

React starterTerminal
  1. npm create @richscripts/richtexteditor my-app -- --react
  2. cd my-app
  3. npm install
  4. npm run dev

Open the local URL printed in your terminal. You should see an editor where you can type and format text.

Need a hand? Check setup troubleshooting or contact support.

Version guide

Choose the right package before you download.

Use the current 2.6.3 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.

Upgrade 1.x to 2.6.3
Start fresh
Use 2.6.3 for new evaluations

The current release is the right starting point for teams testing the editor today.

Maintain legacy apps
Keep 1.015 where needed

Older builds remain available so existing 1.x applications can stay stable during transition work.

Move forward
Upgrade from 1.x to 2.6.3

Existing customers can use the upgrade path instead of repurchasing a full new license.

Fastest start — npm

RichTextEditor

For an existing project, install the npm package and follow your framework’s integration guide. Installing the package alone does not add an editor to your page.

npm install @richscripts/richtexteditornpm create @richscripts/richtexteditor my-app -- --react

Prefer plain HTML? Follow the complete quick-start example, including the stylesheet, editor container, and initialization code. The script below loads the engine only.

<script src="https://cdn.jsdelivr.net/npm/@richscripts/richtexteditor@2.11.0/richtexteditor/rte.js"></script>
Current 2.11.0 on npmZip: 2.6.3 / legacy 1.0152.2 MB
Framework examples

Download example projects by framework.

These 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.

Blazor Server examples

Reference integration package for teams evaluating RichTextEditor in Blazor Server applications.

2.8 MB
2.6.31.015
Download 2.6.3dotnet new richtexteditor-blazor -n MyApp

ASP.NET Core Razor examples

Sample project showing editor setup inside Razor Pages and common ASP.NET Core page flows.

1.7 MB
2.6.31.015
Download 2.6.3dotnet new richtexteditor-razor -n MyApp

ASP.NET Core MVC examples

Controller and view-based sample package for MVC applications built on ASP.NET Core.

1.8 MB
2.6.31.015
Download 2.6.3dotnet new richtexteditor-mvc -n MyApp

ASP.NET Framework MVC examples

Classic ASP.NET MVC sample package for teams working in the .NET Framework stack.

2.4 MB
2.6.31.015

ASP.NET Web Forms examples

Web Forms sample package for legacy .NET applications that still use the classic page model.

2.5 MB
2.6.31.015

PHP examples

Starter project for evaluating RichTextEditor in PHP applications and admin workflows.

1.7 MB
2.6.31.015

Angular examples

Angular integration package for teams testing component-based setup and editor lifecycle flows.

3.1 MB
2.6.31.015
Download 2.6.3npm create @richscripts/richtexteditor my-app -- --angular

React examples

React sample package for evaluating editor state management, embeds, and application integration.

1.7 MB
2.6.31.015
Download 2.6.3npm create @richscripts/richtexteditor my-app -- --react

Vue examples

Vue sample package for teams exploring RichTextEditor in modern frontend application workflows.

1.7 MB
2.6.31.015
Download 2.6.3npm create @richscripts/richtexteditor my-app -- --vue
Need help deciding?

Start with the core package, then add one example project.

Most 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.