Everything You Need
Powerful features built-in, ready to use out of the box

PowerPaste

Document Converters

Media Optimizer

Source Code Generation
Clean copy-and-paste = less support tickets
- Cleanly copy-pastes content from Word, Excel and Google Docs
- Has helped dev teams decrease support tickets by 40%
- Automatically cleans up rogue formatting in pasted content
- Option to strip or preserve advanced formatting
- Underlying HTML code doesn't break
- 99.9% accuracy rate
Quick Start
Get started with the React Text Editor Kit in just a few simple steps.
import { useState } from "react";
import ReactEditor from "react-text-editor-kit";
function App() {
const [value, setValue] = useState("");
const handleChange = (value) => {
setValue(value);
};
const get_editor_ref = (ref) => {};
return (
<div className="App">
<ReactEditor
value={value}
getEditorRef={get_editor_ref} // optional: access editor ref
onChange={handleChange}
mainProps={{ className: "red" }} // optional: apply class to editor wrapper
placeholder="Write your text here"
apiKey={process.env.REACT_APP_EDITOR_API_KEY} // required API key
/>
</div>
);
}
export default App;
Flexible Editor. Flexible Plans
Choose your plan and unlock a solution that perfectly fits your functionality, hosting, and licensing needs.
Basic
Free
For individuals and small teams
- Rich text formatting
- Bold, italic & underline support
- Font size & text styling
- Bullet & numbered lists
Pro
$99/month
For larger teams and enterprise needs
- All Basic features included
- Image upload & inline editing
- Embed links & media
- Text highlight & custom colors
- Code blocks & syntax formatting
Enterprise
$299/month
For large-scale deployments and custom requirements
- Multi-user collaboration mode
- Cloud storage & autosave
- i18n support for multiple languages
- Advanced access control & permissions
Why Choose React Text Editor Kit?
Powerful features built-in, ready to use out of the box
Lightning Fast Setup
Install and start instantly with zero configuration or boilerplate.
Framework Support
Works smoothly with React and Next.js, fully typed with TypeScript.
Production Ready
Stable, reliable, and optimized for real-world production use.
React Editor trusted by developers
Trusted by developers worldwide to streamline their editing operations
I did a deep dive on this not long ago, React Editor Kit is really the only one worth building with.
The integration experience was incredibly smooth. It fits perfectly into large-scale React projects without adding bloat.
Clean architecture, lightweight build, and top-tier performance. React Editor Kit has raised the standard for text editors.

Ahmed
Full Stack Developer
I’ve tried multiple editors, but this one feels the most intuitive and customizable by far. Great work by the maintainers.
Excellent for production apps. Stable, flexible, and backed by solid community support. It’s become our go-to editor.
Reliable, well-documented, and highly extensible. React Editor Kit fits right into any React workflow effortlessly.

Isabella
Software Engineer