automattic/wp-calypso

The JavaScript and API powered WordPress.com

View on GitHub ↗Jump to charts ↓

Summary Information

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

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

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.