What problem does it solve? Integrating AI text/image generation and custom image storage into the Dragble drag-and-drop editor requires knowing exact callback signatures, mode resolution rules, and return shapes—mistakes cause silently disabled features or broken images. ## Core Features & Use Cases - AI Feature Configuration: Set up smart headings, body text, button labels, image generation, image search, and alt text using Dragble's built-in AI, an external backend, or a hybrid per-feature override. - External Asset Storage: Wire your own S3-compatible bucket with presigned URL uploads, asset listing, folder management, and delete/move callbacks. - Use Case: You want the editor to generate marketing headings via your own LLM API while storing uploaded images in your company S3 bucket—configure ai.mode: 'external' with feature callbacks and assetStorage.mode: 'external' with presign/upload handlers. ## Quick Start Configure the Dragble editor with external AI callbacks for smart headings and external S3 storage for image uploads.