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.