Skip to content
@EddyterAI

Eddyter

The plug-and-play AI rich text editor for React and Next.js in 2026. Integrate in 10 minutes — no infra, no AI orchestration.

Eddyter

Eddyter

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.

Live demo Docs npm eddyter Discord

▶️ Watch: What is Eddyter? (90 seconds)  ·  Watch: Integrate Eddyter in 30 minutes


Why teams choose Eddyter

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.

What's inside

  • 🤖 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

Quick start

1. Get your API key

Grab a free API key →

2. Install

npm install eddyter

3. Integrate

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

See the full React example →

Framework support

Framework Status
React ✅ Ships today via eddyter
Next.js ✅ Use eddyter with next/dynamicexample
Vue 🔜 Coming soon
Svelte 🔜 Coming soon

Resources

Stay in the loop

Twitter / X · LinkedIn · YouTube · Instagram · Facebook · Discord


Built by Craxinno Technologies · Made for developers who'd rather ship product than build editors.

Popular repositories Loading

  1. .github .github Public

    EddyterAI org profile

    1

Repositories

Showing 1 of 1 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…