npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@knowledge-forge-ai/starlight-theme-terminal-nova

v0.3.0

Published

Independent Terminal Nova documentation theme; Forge Console 0.3.0 design

Readme

@knowledge-forge-ai/starlight-theme-terminal-nova

Independent Terminal Nova documentation theme; Forge Console 0.3.0 design

Overview

Terminal Nova is an independent, first-party documentation theme built with Stellar Loom for Astro Starlight. Forge Console is the 0.3.0 design, featuring warm surfaces, disciplined monospace chrome, and an approved page-title-frame component override. Nova Observatory is retained as an editorial alternative in the project history.

Version 0.3.0 introduces the TypeScript distribution pipeline and book-chrome layout compilation alongside Theme v2 and catalog specification with orange primary and cyan alternate accents, responsive sidebar, catalog hero banner, and six canonical graphics. Version 0.2.0 and 0.1.0 released history is preserved.

Repository · Issues · License

Compatibility

  • Astro: ^7.3.1
  • Starlight: ^0.42.0
  • Node.js: >=22

Installation

Install the package from the npm registry:

npm install @knowledge-forge-ai/starlight-theme-terminal-nova

With installation scripts disabled:

npm install --ignore-scripts @knowledge-forge-ai/starlight-theme-terminal-nova

Or install from a local packed tarball:

npm install --ignore-scripts /path/to/knowledge-forge-ai-starlight-theme-terminal-nova-0.3.0.tgz

Configuration

Add the theme plugin to your astro.config.mjs:

import { defineConfig } from "astro/config";
import starlight from "@astrojs/starlight";
import terminalNova from "@knowledge-forge-ai/starlight-theme-terminal-nova";

export default defineConfig({
  integrations: [
    starlight({
      title: "Documentation",
      plugins: [terminalNova()],
    }),
  ],
});

Cascade Order & Custom CSS

The plugin automatically registers its theme stylesheets before consumer custom CSS: The adapter declares Starlight before Loom layers. Unlayered compat CSS ensures correct sidebar-less width and coherent light print palettes. Consumer custom CSS loads after theme defaults:

  • Dark/base theme tokens defined at :root or :root, ::backdrop are overridden by consumer :root rules.
  • Light mode tokens emitted at :root[data-theme='light'] are overridden by matching consumer rules.
  • Component and utility class selectors in consumer custom CSS take precedence over theme defaults.

Component Overrides

This package provides an opt-in page-title-frame component override wrapping Starlight's PageTitle.astro. If your Starlight configuration already specifies a components.PageTitle override, your override is preserved and takes precedence.

Licensing & Permissions

First-party software is dual-licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later) and commercial license terms. See LICENSE, NOTICE, and COMMERCIAL-LICENSE.md.

Official Nova Ingot marks and favicon artwork permissions remain separate from software licensing.

Boundaries & Scope

No hosted npm provenance is claimed. System fonts do not promise pixel-identical rendering across operating systems. Package-local resources and font licenses are digest-bound; no runtime network requests are generated. Contrast ratios in the design specification are local design diagnostics.