Novus Stream Solutions

Category

Stack & engineering

The locked, opinionated stack behind the Novus ecosystem and how it is built — code-as-content architecture, type-safe content, edge rendering, and the AI-assisted engineering workflow that ships it solo.

23 articles

  1. A single Next.js app serving many hub sections, with product spokes as linked external apps

    Stack & engineering · Jun 2, 2026

    One Next.js app, many sections: routing a hub-and-spoke portfolio from a single codebase

    How a single App Router codebase serves an entire multi-product hub, and why that beats a constellation of separate apps when one person maintains it.

    Engineering

  2. The persistence ladder: in-memory state, IndexedDB local saves, and account-backed durable saves

    Stack & engineering · Jun 2, 2026

    Durable saves without a backend war: IndexedDB, account sync, and when you finally add login

    An engineering field note on persistence for browser tools: in-memory loss, local IndexedDB saves, the jump to account-backed durability, and matching the saving model to the product rather than the fashion.

    Novus Stream Solutions

  3. Content stored as typed TypeScript objects compiled into the site versus a separate CMS and database

    Stack & engineering · Jun 1, 2026

    Code-as-content: why our blog is hundreds of TypeScript objects, not a CMS

    The case for treating content as code — version-controlled, type-checked, deployed with the app — instead of running a content management system.

    Engineering

  4. A union type constraining doc links and a structured section schema rejecting malformed posts at compile time

    Stack & engineering · Jun 1, 2026

    Type-safe content: how a DocSlug union and structured sections stop broken posts

    How a few lines of TypeScript types make broken links and malformed posts impossible to ship, not just unlikely.

    Engineering

  5. A model registry being checked against the Hugging Face API, with unverified entries flagged and replaced

    Stack & engineering · Jun 1, 2026

    Shipping a model registry you can trust: auditing against Hugging Face

    An engineering note on auditing an AI model registry for honesty — verified IDs, real sizes and licenses, and classical baselines labelled as such.

    Stack & engineering

Browse every topic in the resource hub