nuejs/nue

Fastest way to build modern websites

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 4 minutes ago
Added to GitGenius on September 7th, 2026
Created on September 13th, 2023
Open Issues & Pull Requests: 76 (+0)
GitHub issues: Enabled
Number of forks: 257
Total Stargazers: 8,822 (+0)
Total Subscribers: 82 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.6 hours
Mean response time: 15.7 days
90th percentile: 63.3 days
Tracked items: 149

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 96% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "nuemark" is answered fastest, typically in about 3 hours, while "docs" waits about 4 days. Only 4% of issues opened in the past year have been closed. Three people close 87% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 70
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 647 days
Stale 30+ days: 70
Stale 90+ days: 70

Recent activity

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

Top labels

  • improvement (48)
  • new feature (31)
  • nuekit (28)
  • nuemark (21)
  • docs (19)
  • low priority (14)
  • nuejs-core (11)
  • question (9)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Nue is a web framework that emphasizes minimal setup and clean separation of concerns for building modern websites.

The project addresses web development complexity by eliminating the need for extensive configuration and large dependency trees. It works by combining content authoring in Markdown, semantic HTML with dynamic expressions, pure JavaScript modules for business logic, and a design system for presentation. Developers create an index.html or index.md file and begin working immediately without scaffolding or configuration steps. The tool supports both single-page applications and content-driven sites through a unified system that includes server routes, backend models, and universal hot reload across all layers—content, CSS, layouts, data, components, and configuration.

Nue suits developers frustrated with the overhead of mainstream frameworks and those building content sites, documentation, blogs, or marketing pages alongside single-page applications. The project explicitly positions itself as an alternative to React and Next.js, highlighting the reduction from hundreds of megabytes of dependencies to a 1MB global install, the elimination of mixed concerns in components through strict separation of business logic, structure, and design, and the speed gains in both build times and page sizes. Teams valuing simplicity and the UNIX philosophy of doing one thing well should consider this approach, particularly when starting new projects or migrating from heavier frameworks.

Development activity shows consistent engagement with the codebase through regular commits and active issue management. The project maintains responsiveness to user feedback and bug reports. Documentation receives ongoing attention and refinement to support adoption. The maintainers demonstrate commitment to the core vision of simplicity by resisting feature bloat and keeping the entire ecosystem compact.