
By Miroslaw
Developer-first CDN integration for Strapi: optimize, offload, and deliver assets globally.
released June 1, 2026
npm install strapi-plugin-smoothcdnSmooth CDN for Strapi is a modular plugin that connects Strapi media and API assets with Smooth CDN for faster delivery, optimization, and scalable asset pipelines.
CDN Connector
API Accelerator
Install the plugin in your Strapi project:
npm install strapi-plugin-smoothcdnEnable the plugin in config/plugins.js:
module.exports = {
smoothcdn: {
enabled: true,
},
};Or in config/plugins.ts:
export default () => ({
smoothcdn: {
enabled: true,
},
});Restart Strapi and open the Smooth CDN plugin from the admin sidebar.
MIT
Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
