Skip to content
  • Kirby CMS Plugins
  • Discover
  • Search
  • Developers
  • New plugins
  • Recently updated
  • Most starred
  • Topics
  • Types
  • Free Plugins
  • Paid Plugins
  • Kirby 4
  • Kirby 3

  • Submit a plugin
  • getkirby.com
  • AI
  • Analytics
  • Assets
  • Authentication
  • Caching
  • Cli
  • Content Creation
  • CSS
  • Databases
  • Dates
  • Debugging
  • DX
  • E-Commerce
  • Feeds
  • Forms
  • Headless
  • Icons
  • Internationalisation
  • Jamstack
  • Logging
  • Media
  • Panel
  • Performance
  • Privacy
  • Routing
  • Search
  • Security
  • SEO
  • Social Media
  • Structured data
  • Templating
  • Text
  • Typography
  • Versioning
  • Videos
  • WYSIWYG
  • Uploads

    All plugins

    • Cloudinary sync Automatically push your media assets to Cloudinary when you upload them in Kirby. Instead of serving the assets from your Kirby server, they… K4
    • $config = [
        'presprog.auto-file-templates' => [
          // Every uploaded image will be assigned the `my-image` template
          'image' => 'my-image',
          // Every uploaded video will be assigned the `video` template
          'video => true
        ]
      ];
      Auto File Templates Auto-assign file templates by file-type after upload K4
    • Chunky Using Kirby Chunky, you can easily bypass the upload limits of your server or proxy and provide fast, secure, large, and resumable uploads u… K3
    • return [
        'werbschaft.uploadExtended' => [
          'rename'            => true,
          'excludeCharacters' => ['_','__'],
          'tinyPng'           => true,
        ]
      ];
      Upload Extended More options when uploading files like name changes, resizing via Kirby or compression and optional resizing via TinyPNG. K4 K3
    • Convert JPG and PNG to WEBP This plugin converts JPG, JPEG and PNG into much smaller WEBP – speed up your website! K3