Skip to content

cloudflare/next-on-pages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8063b77 · Sep 26, 2024
Sep 8, 2024
Sep 26, 2024
Jun 30, 2023
Apr 22, 2024
Apr 30, 2024
Sep 8, 2024
Aug 2, 2024
Jun 30, 2023
Jul 24, 2023
Mar 20, 2023
Feb 2, 2024
Jul 10, 2023
Nov 30, 2023
Jun 26, 2024
Jun 27, 2024
Feb 2, 2024
Jul 25, 2023

Repository files navigation

⚡▲ @cloudflare/next-on-pages ▲⚡

Build, develop, and deploy Next.js apps for Cloudflare Pages.

@cloudflare/next-on-pages is a CLI tool that you can use to build and develop Next.js applications so that they can run on the Cloudflare Pages platform.

Alongside the @cloudflare/next-on-pages there is an additional package eslint-plugin-next-on-pages implementing an Eslint plugin which aim is to aid developers at using the @cloudflare/next-on-pages more efficiently and improve their overall developer experience when working with it.

You can see the packages contents (with their documentation) in their respective package directories:

Additionally there is also the next-dev submodule which is implemented as a separate package in this repository but included as a submodule of the main @cloudflare/next-on-pages package, you can see the submodule's content here:

Contributing

If you want to contribute to this project (both to the main package and the eslint one) please refer to the Contributing document.

References

Extra references you might be interested in:

  • Blog post

    The original blog post introducing @cloudflare/next-on-pages (24/10/2022), it goes into details on the inspiration for this package and provides some details on how it works.

  • Cloudflare Next.js Guide

    Cloudflare guide on how to create and deploy a Next.js application. The application can be either static (and deployed as simple static assets) or dynamic using the edge runtime (using @cloudflare/next-on-pages).

  • Caching and Data Revalidation

    Documentation on how the caching and data revalidation for applications built using @cloudflare/next-on-pages works.

  • Technical Documentation

    Explanations and insights into how @cloudflare/next-on-pages works, design decisions behind different aspects, and how it handles different Next.js features.