opennextjs-cloudflare
by
opennextjs

Description: Open Next.js adapter for Cloudflare

View on GitHub ↗

Summary Information

Updated 2 hours ago
Added to GitGenius on June 19th, 2025
Created on September 12th, 2024
Open Issues & Pull Requests: 125 (+0)
Number of forks: 130
Total Stargazers: 1,818 (+0)
Total Subscribers: 15 (+0)

Issue Activity (beta)

Open issues: 110
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 180 days
Stale 30+ days: 95
Stale 90+ days: 72

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 2
Events in 7 days: 7

Top labels

  • bug (300)
  • triage (260)
  • enhancement (79)
  • waiting for feedback (47)
  • needs repro (27)
  • documentation (11)
  • needs investigation (10)
  • help wanted (8)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 32.9 hours
90th percentile: 10.3 hours
Tracked items: 529

Most active contributors

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. GitGenius tracking data shows 529 total issues and pull requests with a median response latency of 0.0 hours and a mean response time of 32.9 hours, indicating responsive maintainers. The most frequently applied issue labels are bug with 300 occurrences, triage with 260, and enhancement with 79, reflecting an organized approach to issue management and feature development. The primary contributors tracked by GitGenius are vicb with 1304 events, dario-piotrowicz with 189 events, and conico974 with 158 events, showing concentrated but collaborative development leadership.

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. The project maintains connections with related repositories including angular/angular, cloudflare/vinext, and cloudflare/workers-sdk through overlapping contributors, indicating integration within a broader ecosystem of Cloudflare developer tools.

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.

opennextjs-cloudflare
by
opennextjsopennextjs/opennextjs-cloudflare

Repository Details

Fetching additional details & charts...