puckeditor/puck

The visual editor for React.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 10 minutes ago
Added to GitGenius on September 4th, 2026
Created on June 2nd, 2023
Open Issues & Pull Requests: 195 (+0)
GitHub issues: Enabled
Number of forks: 970
Total Stargazers: 13,275 (+1)
Total Subscribers: 64 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 35.5 hours
Mean response time: 37.7 days
90th percentile: 107.2 days
Tracked items: 590

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 76% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "type: docs" is answered fastest, typically in about 8 hours, while "opinions wanted" waits about 11 days. 62% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 160
New in 7 days: 3
Closed in 7 days: 3
Avg open age: 409 days
Stale 30+ days: 143
Stale 90+ days: 125

Recent activity

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

Top labels

  • type: bug 🐛 (317)
  • ready (247)
  • in triage (236)
  • type: feature (217)
  • in progress (53)
  • opinions wanted (18)
  • type: docs (18)
  • type: performance (11)

Detailed Description

Puck is a visual editor for React that lets developers build custom drag-and-drop experiences with their own React components.

Puck solves the problem of creating editable, visual page builders within React applications without requiring a separate backend service or vendor lock-in. It works as a modular React component that integrates directly into any React environment, including Next.js. Developers define their own components and Puck provides the visual editing interface, allowing end users to drag and drop those components to build pages. The editor outputs structured data that can be rendered back through Puck's rendering component, keeping all data under the developer's control.

Puck suits teams building internal tools, content management systems, or commercial applications where a customizable visual editor is needed but vendor-hosted solutions are undesirable. It works well for projects already committed to React and Next.js. The tool is particularly valuable for applications where the component library is domain-specific or proprietary, since Puck lets you expose exactly the components you want users to edit. The project provides starter recipes for Next.js with static generation and React Router applications to accelerate initial setup.

The project maintains active community engagement through a Discord server and an awesome-puck community repository for sharing plugins and custom fields. Development appears responsive to user needs, with support available through GitHub issues and direct consultation channels. The codebase is written in TypeScript and distributed under the MIT license, supporting both internal and commercial use without restrictions.