Write and Edit with AI — Smarter, faster, effortlessly.
The plug-and-play rich text editor SDK for developers.
Drop into your React (or Next.js) app in 10 minutes.
AI, storage, and infra fully managed.
The editor isn't your core product. Speed is.
- ⚡ AI + Storage + Infra = One decision — stop managing three vendors, get everything in one subscription.
- 🛠 Editors aren't your core product — why spend 100+ hours on something that should take 10 minutes?
- 💸 Engineering time is expensive — every hour on editor setup is an hour not spent on what matters.
- 🎛 Sane defaults beat endless config — most teams don't need infinite flexibility, they need it to work.
- 🤖 AI-powered features — ask anything, generate images, rewrite, corrections, change models, tone options
- ⚡ Quick Action — instant transformations on selected text, one click
- 🎙 Record. Transcribe. — voice → clean editable text, zero typing
- 💬 Comment on Text — real-time inline comments and feedback
- ✍️ Sentence correction — grammar, clarity, and flow in one click
- 🖼 Image generation — built-in, multi-provider (OpenAI / Grok / Gemini)
- 🔌 BYOK or managed — bring your own API keys, or use ours
npm install eddyter"use client";
import { ConfigurableEditorWithAuth, EditorProvider } from "eddyter";
import "eddyter/style.css";
export default function App() {
return (
<EditorProvider>
<ConfigurableEditorWithAuth
apiKey={process.env.NEXT_PUBLIC_EDDYTER_API_KEY}
onChange={(html) => console.log(html)}
initialContent="<p>Start writing...</p>"
/>
</EditorProvider>
);
}Next.js note: the
"use client"directive at the top is required for Next.js App Router. It's harmless in plain React / Vite — leave it in.
That's the full integration. AI, storage, and infra are handled for you.
| Framework | Status |
|---|---|
| React | ✅ Ships today via eddyter |
| Next.js | ✅ Use eddyter with next/dynamic — example |
| Vue | 🔜 Coming soon |
| Svelte | 🔜 Coming soon |
- 🎮 Live demo — try the editor without signing up
- 📘 Documentation — full API reference and guides
- 💡 Examples — runnable starter projects
- 🐛 Issues & feedback — report bugs or request features
- 💬 Discussions — community Q&A
Twitter / X · LinkedIn · YouTube · Instagram · Facebook · Discord
Built by Craxinno Technologies · Made for developers who'd rather ship product than build editors.