opennextjs/opennextjs-cloudflare

Open Next.js adapter for Cloudflare

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 32 minutes ago
Added to GitGenius on June 19th, 2025
Created on September 12th, 2024
Open Issues & Pull Requests: 161 (+0)
Number of forks: 140
Total Stargazers: 1,867 (+0)
Total Subscribers: 15 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.4 hours
Mean response time: 11.7 days
90th percentile: 20.9 days
Tracked items: 520

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 99% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "waiting for feedback" is answered fastest, typically in about 5 hours, while "needs investigation" waits about 2 days. 51% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 138
New in 7 days: 5
Closed in 7 days: 0
Avg open age: 150 days
Stale 30+ days: 106
Stale 90+ days: 88

Recent activity

Opened in 7 days: 5
Closed in 7 days: 0
Comments in 7 days: 7
Events in 7 days: 11

Top labels

  • bug (307)
  • triage (269)
  • enhancement (81)
  • waiting for feedback (47)
  • needs repro (27)
  • documentation (11)
  • needs investigation (10)
  • help wanted (8)

Detailed Description

OpenNext for Cloudflare is an adapter that enables Next.js applications to run on Cloudflare's developer platform. The project is structured as a monorepo containing a cloudflare package that transforms Next.js applications built via next build in standalone mode into a format compatible with the Cloudflare workerd runtime, leveraging the Workers Node.js compatibility layer. The adapter allows developers to deploy full Next.js applications to Cloudflare's edge computing infrastructure rather than being limited to static site generation or API routes alone.

The repository is organized into two main directories: a packages directory housing the core @opennextjs/cloudflare package that handles the build transformation and deployment logic, and an examples directory containing sample Next.js applications demonstrating how to use the adapter. This structure supports both learning and testing of the adapter's capabilities across different application types and configurations.

The project maintains an active development cycle with significant community engagement.

The project supports multiple distribution channels for accessing the package. Standard npm releases are available through the official npm registry, while prerelease versions are automatically published on branch pushes using pkg.pr.new. The main branch prerelease at pkg.pr.new/@opennextjs/cloudflare@main provides reasonably stable updates with every push, while the experimental branch prerelease at pkg.pr.new/@opennextjs/cloudflare@experimental offers cutting-edge features under active testing before they reach the stable release.

OpenNext for Cloudflare is classified across a comprehensive range of web development domains including serverless functions, edge computing, dynamic rendering, performance optimization, and Cloudflare Workers integration. The adapter bridges Next.js, a React-based framework, with Cloudflare's global distribution network and edge computing capabilities, enabling developers to leverage both ecosystems together.

Documentation is centralized at opennext.js.org/cloudflare with dedicated sections for getting started with new projects and migrating existing Next.js applications. The CONTRIBUTING.md file provides guidance for developers interested in contributing to the project. This comprehensive documentation and clear contribution guidelines support both end users deploying applications and developers extending the adapter's functionality.