ethereum/ethereum-org-website

Ethereum.org is a primary online resource for the Ethereum community.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 8 minutes ago
Added to GitGenius on September 11th, 2026
Created on January 6th, 2018
Open Issues & Pull Requests: 176 (+0)
GitHub issues: Enabled
Number of forks: 5,427
Total Stargazers: 5,966 (+0)
Total Subscribers: 233 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.1 days
Mean response time: 30.9 days
90th percentile: 55.8 days
Tracked items: 925

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 73% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "dev required" is answered fastest, typically in about 9 hours, while "Status: Stale" waits about 6 days. Almost all tracked open issues have seen activity in the last three months. Only 9% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 104
New in 7 days: 14
Closed in 7 days: 6
Avg open age: 121 days
Stale 30+ days: 44
Stale 90+ days: 0

Recent activity

Opened in 7 days: 10
Closed in 7 days: 5
Comments in 7 days: 1
Events in 7 days: 2

Top labels

  • needs triage 📥 (532)
  • Status: Stale (304)
  • bug 🐛 (236)
  • feature ✨ (158)
  • content 🖋️ (139)
  • good first issue (119)
  • dev required (114)
  • product 🧰 (114)

Detailed Description

Ethereum.org is a community-maintained website that serves as the primary online resource for the Ethereum ecosystem.

The project addresses the need for a centralized, accessible portal where the global Ethereum community can learn about the blockchain, its technology, and how to participate. The site is built with Next.js, React, and TypeScript, using Chakra UI for the interface layer. Content is primarily authored in Markdown, making it approachable for contributors without deep frontend expertise. The architecture supports a translation program, enabling the resource to reach communities worldwide.

The project is designed for community contributors of varying skill levels. Those interested in improving Ethereum's public-facing documentation, whether through content updates, translations, design feedback, or code contributions, will find a structured contribution process with issue templates and clear guidelines. The repository explicitly clarifies that it is not the Ethereum blockchain implementation itself, which exists across multiple protocol implementations in different languages. Contributors should expect to work within the established conventions and best practices documented in the repository, and the project uses pnpm for dependency management to optimize the development experience.

The project maintains active community engagement through a formal contribution workflow that includes issue triage processes and assignment mechanisms. Development follows the all-contributors specification, recognizing contributions across multiple forms of participation. The codebase is organized with documentation covering the website stack, best practices, and translation program details, indicating structured knowledge management for onboarding contributors.