Skip to content
Cloudflare Docs
We recommend using Cloudflare Workers for new projects. For existing Pages projects, see our migration guide and compatibility matrix.

The following are some of the community-maintained Pages Plugins. If you have created a Pages Plugin and would like to share it with developers, create a PR to add it to this alphabeticallly-ordered list using the link in the footer.

  • pages-plugin-asset-negotiation

    Given a folder of assets in multiple formats, this Plugin will automatically negotiate with a client to serve an optimized version of a requested asset.

  • proxyflare-for-pages

    Move traffic around your Cloudflare Pages domain with ease. Proxyflare is a reverse-proxy that enables you to:

    • Port forward, redirect, and reroute HTTP and websocket traffic anywhere on the Internet.
    • Mount an entire website on a subpath (for example, mysite.com/docs) on your apex domain.
    • Serve static text (like robots.txt and other structured metadata) from any endpoint.

    Refer to Proxyflare for more information.

  • cloudflare-pages-plugin-rollbar

    The Rollbar Pages Plugin captures and logs all exceptions which occur below it in the execution chain of your Pages Functions. Discover, predict, and resolve errors in real-time.

  • cloudflare-pages-plugin-trpc

    Allows developers to quickly create a tRPC server with a Cloudflare Pages Function.

  • pages-plugin-twind

    Automatically injects Tailwind CSS styles into HTML pages after analyzing which classes are used.