Grapesjs Cloudinary
What's Included
- Free to download & use
- Open for personal & commercial use
Support The Creator
Use one-time or monthly support to thank the creator for this free product.
GrapesJS Compatible
Tested with GrapesJS 0.16.x, 0.17.x, 0.18.x, 0.19.x, 0.20.x, 0.21.x
Open Source on GitHub
Free to use, fork, and contribute
Editor Compatible
Designed for the GrapesJS open-source editor
Free to Use
Open for personal and commercial projects
Cloudinary handles the parts of image delivery that a page builder should not: storage, format negotiation, on-the-fly resizing and a CDN in front of all of it. This project wires its uploader into the GrapesJS Asset Manager.
What it is
It is best described as a working reference implementation rather than a heavily configurable plugin. The repository is deliberately small — clone it, read how the uploader is attached, and adapt it to your own Cloudinary account and upload preset. A live demo is linked from the repository, so you can see the result before committing to the approach.
Why route uploads through Cloudinary
The GrapesJS Asset Manager embeds uploads as base64 by default, which means every image lives inside the saved project and page payloads grow without limit. Sending them to Cloudinary instead leaves URLs on the canvas, keeps stored projects small, and lets you change delivery format or dimensions later by changing the URL rather than re-uploading the file.
Good to know
Published as gjs-cloudinary and released under the MIT licence. Part of the Blocomposer collection of GrapesJS asset and storage integrations.
Ratings:
No reviews yet. Be the first to share your experience.
Questions & Answers
No questions yet. Have something to ask?
Common problems this plugin can help fix
Real community questions on the same topic — see how others worked around them.
- #6445✓ Solved · 3
The doc website has missing info
- #5154✓ Solved · 4
TS2416: Property '_up' in type 'PropertyStack' is not assignable to the same property in base type 'PropertyComposite<PropertyStackProps>'
- #4148💬 3 answers
0.18.2 / 0.18.3 removes all on... HTML attributes when block is drag-dropped in the builder
- #3184💬 4 answers
Click issue on integrating grapesjs-style-bg plugin to the web builder
