The Nebula – Base64img Encode&Decode converts images to Base64 strings and reconstructs images from Base64 — all client-side, without relying on a backend or external services.
Preview
When to Use
Everything you need in a single plugin
✔
Sending images via APIs that require Base64.
✔
Immediate preview display without uploading to storage.
✔
Inline storage in the database when a CDN is not available.
✔
Workflows that need to manipulate images in memory.
How Works
Simple Setup in few Steps
1
Encode (Image → Base64)
upload a file or provide a URL to obtain a clean Base64 string.
2
Decode (Base64 → Image)
paste the Base64 string to generate an image that can be displayed or used in Bubble components.
3
Supports common formats
(PNG, JPG/JPEG, GIF, WebP).
Key Features
Everything you need in a single plugin
