Welcome! This is a **visual editor** where you can edit text directly, drag blocks to reorder them, and add content with one click.
**Click any text** to edit it. **Hover over blocks** to reveal controls: drag handle (⋮⋮), duplicate (⎘), and delete (×).
Use the **toolbar buttons** at the top to add blocks:
// Code with syntax highlighting const hello = () => { console.log('Hello!'); };