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

@ricoapon/slidev-theme-narrative

v0.1.2

Published

A monochrome, one-accent, photography-forward Slidev theme.

Readme

slidev-theme-narrative

A monochrome, one-accent, photography-forward Slidev theme.

The whole style is one durable system: a monochrome surface (black / white / gray), generous whitespace, large confident titles, big full-bleed photography, and a single accent color used sparingly. Mode (dark/light) and the accent are the only per-deck inputs — choose them, write content, done. No per-deck CSS, layouts, or components should be needed.

Preview

Every layout shown in light and dark mode, with the default blue accent (#3B82F6).

Usage

Install the theme:

npm install @ricoapon/slidev-theme-narrative

Then point your deck's headmatter at it (Slidev will also offer to install it automatically on first run):

---
theme: '@ricoapon/slidev-theme-narrative'
colorSchema: dark          # or: light
themeConfig:
  accent: '#3B82F6'        # the one accent for the whole deck (this is the default)
---

That's the entire configuration. Both decisions are real inputs:

| Input | Values | | ---------------------- | ----------------------------------------- | | colorSchema | dark (cinematic) · light (airy) | | themeConfig.accent | any single hex color (e.g. red / blue / green) |

Suggested accents that read well on both modes: #3B82F6 blue (default) · #E5484D red · #30A46C green.

Authoring skill

The theme ships with an opinionated companion skill (skills/slidev-theme-narrative/SKILL.md) covering how to author a narrative deck with it — the three per-deck choices, layout and imagery rules, and slide rhythm. Where this README is the reference, the skill is the taste layer. Install it into your agent with:

npx skills add ricoapon/slidev-theme-narrative

Color tokens

The theme exposes CSS variables you rarely need to touch directly. They react to mode and accent automatically:

--bg · --bg-alt · --text · --text-secondary · --hairline · --accent

Typography

  • Inter (bundled, offline-safe) for everything, Fira Code for code.
  • Big title, tiny support — the size contrast is the design. Sentence case titles.
  • Accent shows up as: **bold** → accent word, <u>underline</u> → accent underline, links → accent. Keep it to one accent moment per slide.

Layouts

All five are drop-in — no custom layouts required in a deck.

| Layout | For… | Frontmatter | | ------------- | --------------------------------------------------- | ------------------ | | cover | Title, section breaks, mood moments | background: /x.jpg | | statement | One punchy claim (3–6 words) | — | | center | Lists, steps, structured info, diagrams | — | | image-left | A concept anchored to a photo | image: /x.jpg | | image-right | Mirror of image-left — alternate L/R | image: /x.jpg | | default | Plain padded content | — |

Covers apply a scrim automatically so light titles stay readable over any photo.

The photo frontmatter (background: / image:) accepts either a local path served from public/ (background: /cover.jpg) or a remote URL (background: https://cover.sli.dev). Local paths are rebased onto the deck's base URL so they survive being served from a sub-path; URLs are used as-is.

Components

The theme ships one small, generic building block; anything talk-specific belongs in the deck's own components/ folder, not here.

  • <Kicker>…</Kicker> — the small uppercase eyebrow above a title.

Utilities

  • .kicker, .accent, .muted helper classes.
  • Markdown ordered lists (1. / 2.) render with accent numerals out of the box, so simple numbered takeaways need no component.

Offline

Fonts are self-hosted via @fontsource, so a built deck presents with no network.