Drop in a few lines of code and get a production-ready, license-protected editor. Domain-locked. Rate-limited. Yours.
This is a fully functional vl text editor with domain-locked licensing. Upload images directly from your device — no external URLs needed.
Built from the ground up for teams that ship fast and need reliable infrastructure.
Your API key only works on the domains you specify. Unauthorized domains are rejected at the token level.
Users upload images directly from their device. Images are embedded as base64 — no S3, no CDN required.
Per-license daily request limits with auto-reset at midnight. Never worry about runaway API usage.
Track total requests, success rates, and unique domains per license from your admin dashboard.
Generate, view, and regenerate API keys any time. Keys are one-way hashed — we never store them in plain text.
Headings, fonts, sizes, colors, tables, code blocks, alignment, lists, undo/redo, fullscreen, and more.
<!-- 1. Stylesheet --> <link rel="stylesheet" href="https://vleditor.com/editor/style.css"> <!-- 2. Your textarea --> <textarea id="myEditor"></textarea> <!-- 3. Editor script with your key --> <script src="https://vleditor.com/editor/script.js" data-key="vle_your_secret_key"></script> <!-- 4. Initialize --> <script> const editor = new VLEditor('#myEditor', { height: 400, onSave: (html) => console.log('Content:', html) }); </script>
Get your API key in under 60 seconds. No credit card needed for the free plan.