🎨 Draggable WYSIWYG Editor

Complete demo suite showcasing a professional drag-and-drop WYSIWYG editor with themes, translations, template tags, and PDF generation

Interactive Sandbox

Complete Configuration & Testing

Full-featured sandbox with live configuration controls. Test all editor features, customize settings, and generate PDFs in real-time.

  • Live editor configuration
  • Real-time preview
  • PDF generation
  • Template tag management
  • Theme & language switching
  • Export functionality

Themes & Translations

Internationalization & Styling

Comprehensive demonstration of the theming and translation systems with real-time switching capabilities.

  • Light & dark themes
  • 4 built-in languages
  • Custom color overrides
  • Runtime theme switching
  • Translation examples

Template Tags System

Dynamic Content Placeholders

Interactive template tags demonstration showing smart insertion, custom tag sets, and runtime management.

  • Smart tag insertion
  • Multiple tag presets
  • Runtime tag management
  • Custom tag creation
  • Export preservation

Framework Implementations

React, Vue, Angular & More

Ready-to-use implementations and examples for popular JavaScript frameworks and libraries.

  • React components
  • Vue.js integration
  • Angular directives
  • Svelte components
  • Lit elements
  • Vanilla JS examples

🖥️ PDF Generation Server

PHP backend with DomPDF integration for generating high-quality PDFs from editor content

📦 Installation

Quick setup with automated installer:

$ cd server
$ ./install.sh

🚀 Development Server

Start the PHP development server:

$ cd server
$ php -S localhost:8000

✨ Features

  • DomPDF integration
  • Custom dimensions support
  • Background image handling
  • CORS-enabled API
  • Template tag preservation
  • Error handling & logging
Ready for Production