Smooth Bundle

Smooth Bundle

By Smooth Bundle

Smooth Bundle for Strapi Smooth Bundle for Strapi is a modular plugin that connects Strapi media and API assets with Smooth Bundle for faster delivery, optimization, and scalable asset pipelines. Features: CDN Connector module: - Sync Strapi media assets with Smooth Bundle - Sync image variants - Generate direct Smooth Bundle delivery links API Accelerator module: - Discover Strapi Content API endpoints - Sync JSON snapshots to Smooth Bundle - Automatically resync snapshots when content changes - Protect selected API endpoints with token

Latest version

v2.1.6

released July 30, 2026

npm install strapi-plugin-smoothbundle

Smooth Bundle for Strapi

Smooth Bundle for Strapi is a modular plugin that connects Strapi media and API assets with Smooth Bundle for faster delivery, optimization, and scalable asset pipelines.

Features

  • CDN Connector

    • Sync Strapi media assets with Smooth Bundle
    • Sync image variants
    • Generate direct Smooth Bundle delivery links
  • API Accelerator

    • Discover Strapi Content API endpoints
    • Sync JSON snapshots to Smooth Bundle
    • Automatically resync snapshots when content changes
    • Protect selected API endpoints with token

Requirements

  • Strapi 5
  • Node.js 18 or newer

Installation

Install the plugin in your Strapi project:

npm install strapi-plugin-smoothbundle

Enable the plugin in config/plugins.js:

module.exports = {
  smoothbundle: {
    enabled: true,
  },
};

Or in config/plugins.ts:

export default () => ({
  smoothbundle: {
    enabled: true,
  },
});

Restart Strapi and open the Smooth Bundle plugin from the admin sidebar.

License

MIT

Submit your content

Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.

Submit
Submit your content