Install
npm install eddyter. We're on the call while you run it. If your package manager or Node version fights you, we fix it live.
Free with any paid plan
Book a setup call. We screen share, install the package, wire up your API key, and watch the first editor load on your domain. Usually 10 minutes.
React·Next.js·Vue·Angular·Svelte·Laravel·Vanilla JS
On the call
npm install eddyter. We're on the call while you run it. If your package manager or Node version fights you, we fix it live.
Drop EditorProvider and ConfigurableEditorWithAuth into your component. Grab your API key from the dashboard. Three lines of code.
Your editor loads on your own domain with a verified license. We stay on the call until it does.
The whole integration is a few steps. Copy this into your project and you're running.
import { ConfigurableEditorWithAuth, EditorProvider } from 'eddyter';
import 'eddyter/style.css';
export default function App() {
const handleContentChange = (html: string) => {
console.log('Editor content:', html);
// Save to state, database, etc.
};
return (
<EditorProvider>
<ConfigurableEditorWithAuth
apiKey={import.meta.env.VITE_EDDYTER_KEY}
onChange={handleContentChange}
/>
</EditorProvider>
);
}Book your slot
Pick a plan, then pick a time. Setup is included — no extra cost, no upsell on the call.
Included on every paid plan. Cancel anytime.
FAQ
Yes. Setup calls are included with Starter and above.
Usually 10 minutes. We book 30 to be safe.
We stay on the call until your editor loads on your domain.
Yes. Vue, Angular, Svelte, Vanilla JS, and Laravel are all supported.
No. It's a setup session. You've already paid.