Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1021 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 1021 Bytes

Deploy Next.js apps to Cloudflare

OpenNext for Cloudflare is Cloudflare specific adapter that enables deployment of Next.js applications to Cloudflare.

This monorepo includes a package for adapting a Next.js application built via next build (in standalone mode) to run in the Cloudflare workerd runtime using the Workers Node.js compatibility layer.

Get started

Follow instructions at @opennextjs/cloudflare.

Contributing

The repository

The repository contains two directories:

  • packages containing a cloudflare package that can be used to build Cloudflare workers compatible output from Next.js applications
  • examples containing Next.js applications that use the above mentioned cloudflare.

How to try out/develop in the repository

See the CONTRIBUTING page for how to get started with this repository.