Technical details

Nue consists of four projects within Nue monorepo as follows:

Nuekit

Nuekit (or simply Nue) is a standards-first web framework providing:

External dependencies:

Nue JS

HTML-based template engine that handles:

External dependencies:

Nuemark

Extended Markdown processor providing:

External dependencies:

Glow

Syntax highlighter for Markdown code blocks:

No external dependencies

How it works

Nuekit processes your project through the following steps:

  1. File System Scanning

    • Scans all directories and files

    • Identifies content files (Markdown, YAML)

    • Detects SPA entry points: {appdir}/index.html

    • Catalogs all assets (CSS, JS, layouts, components, images)

    • Creates content collections

    • Maps URL structure from directory hierarchy

  2. Asset Processing

    • Identifies shared/global resources

    • Detects includes and excludes for each app and page

    • Maps dependencies between content and assets

    • Maps dependencies between components and layout modules

    • Processes CSS (nested selectors, advanced functions)

    • Compiles client-side (reactive) components

  3. Content/SPA Processing

    • Builds content models for each Markdown file

    • Sets up component mounting

    • Parses YAML data and configuration

    • Parses all components and layout modules

    • Inlines CSS when configured for site/app/page

    • Renders parsed Markdown with dependent data and assets

    • Builds SPA entry points with dependencies

Development vs Production

In development mode, Nue runs a dedicated server optimized for:

For production, Nue: