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

slidev-theme-raft

v0.0.4

Published

A neo-brutalism Slidev theme in the visual language of Raft — Raft Ink borders, hard shadows, Cotton Core cream, and Soft Signal yellow.

Downloads

621

Readme

slidev-theme-raft

A neo-brutalism Slidev theme in the visual language of Raft: Raft Ink (#141111) borders and hard shadows, Cotton Core cream canvas, Soft Signal yellow accents, Space Grotesk / Space Mono type.

Tokens come from Raft's production design system.

Published on npm: slidev-theme-raft

Screenshots

| cover | cards | | --- | --- | | cover | cards | | callouts | end | | callouts | end |

Usage

Install the theme and the Slidev CLI in your deck directory:

pnpm add -D slidev-theme-raft @slidev/cli

Point your slides.md at the theme and run Slidev:

---
theme: raft
---

# Your slides
pnpm exec slidev slides.md

Layouts

cover · default · section (color: prop) · two-cols · image-right (image: prop) · quote · statement · end

Components

  • <Callout title="..." color="yellow|pink|lavender|cyan|orange|lime|red">

Development (working on the theme itself)

pnpm install
pnpm dev        # serves the workspace demo at http://localhost:3083
pnpm build      # builds the demo against the local theme package

This repository is a pnpm workspace:

  • / is the publishable slidev-theme-raft package.
  • /demo is a private Slidev deck that depends on the theme through workspace:* and uses the same theme: raft entry point as npm consumers.

The demo, its slides, and its image assets are deliberately excluded from the published package by the root files whitelist.

Using a local checkout instead of npm

Point an existing deck at this checkout with a relative or absolute path:

---
theme: /path/to/slidev-theme-raft
---

# Your slides

Or add the checkout as a local dependency from your deck directory:

pnpm add -D ../slidev-theme-raft
---
theme: raft
---

License

MIT