automattic/wp-calypso

The JavaScript and API powered WordPress.com

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 24 minutes ago
Added to GitGenius on September 4th, 2026
Created on November 10th, 2015
Open Issues & Pull Requests: 3,209 (+0)
GitHub issues: Enabled
Number of forks: 2,026
Total Stargazers: 12,641 (+0)
Total Subscribers: 456 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.7 days
Mean response time: 111.4 days
90th percentile: 240.6 days
Tracked items: 5,487

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 86% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "Customer report [LEGACY]" is answered fastest, typically in about 15 hours, while "[Status] Stale" waits about 12 days. Only 0% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 837
New in 7 days: 2
Closed in 7 days: 16
Avg open age: 1,007 days
Stale 30+ days: 782
Stale 90+ days: 704

Recent activity

Opened in 7 days: 2
Closed in 7 days: 15
Comments in 7 days: 6
Events in 7 days: 20

Top labels

  • Bug (1,992)
  • [Pri] Normal (1,106)
  • [Status] Stale (995)
  • [Product] WordPress.com (889)
  • [Pri] Low (886)
  • [Experiment] AI labels added (828)
  • WordPress.com (739)
  • Triaged (735)

Detailed Description

Calypso is a single-page web application that serves as the front-end for WordPress.com, built with JavaScript, React, and Redux to provide a unified dashboard for reading, writing, and managing WordPress sites.

The tool addresses the need for a modern, cohesive interface to WordPress.com by replacing the traditional dashboard with a single-page application powered by the WordPress.com REST API. It uses a lightweight Node and Express server on the backend, with React and Redux managing the front-end state, and wpcom.js handling API communication. This architecture allows users to manage multiple WordPress sites from one place without page reloads.

Calypso is suited for developers who want to understand how a large-scale WordPress interface is built, or who are contributing to WordPress.com itself. It requires Node, Yarn, and Git to run locally, and the setup process involves cloning the repository, configuring a local hosts entry, and running standard build commands. The project supports the latest two versions of all major browsers. Developers interested in contributing will find detailed guidance in the CONTRIBUTING documentation, and the project explicitly welcomes contributors from diverse backgrounds and experience levels.

The project maintains active engagement with its community through multiple channels: it operates a beta testing program called Horizon for users to test new features before release, it has established a formal code of conduct based on the Contributor Covenant, and it provides a dedicated security reporting process through both a general security contact and a bug bounty program. The tool is actively used in production on WordPress.com, meaning the codebase reflects real-world requirements and ongoing maintenance needs.