Create ZIP from File URLs

Demo to preview the plugin:

Introduction

The JS Zip File Generator plugin allows you to dynamically create ZIP files directly on the client side within your Bubble.io application. It enables you to bundle multiple files—such as documents, images, or any accessible URLs—into a single compressed archive without relying on server-side processing.
This plugin is ideal for use cases like bulk downloads, document sharing, exports, and file packaging, offering flexibility in compression, file naming, and delivery.
🚨
Files used with this plugin must not have privacy rules enabled, otherwise they cannot be accessed and included in the ZIP file.
Key Features
Image without caption

How to Setup

Step 1 – Install the Plugin

Step 2 – Add the Plugin Element to Your Page

Plugin Element Properties - JSZip

Image without caption

Element Actions

Exposed States

Element Events

Workflow Example

Generate Zip File

Image without caption

Changelogs