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

create-narro

v0.5.0

Published

Scaffold a new Narro presentation

Downloads

597

Readme

create-narro

Scaffold a new Narro presentation

npm version npm downloads license CI

getnarro.com · Documentation · Ecosystem

npm create narro@latest

Or with a template chosen up front:

npm create narro@latest my-deck -- --template minimal

pnpm create narro, yarn create narro, and bun create narro work too.

Templates

Markdown

| Template | What it is | Notes | | --- | --- | --- | | markdown-minimal | One deck.md and a pinned CLI. Nothing to build. | start here | | markdown-app | The same deck inside a Vite project, for React components and custom CSS. | — | | markdown-docs | Documentation-shaped deck: long code samples, wide tables. | ships an example deck |

React

| Template | What it is | Notes | | --- | --- | --- | | minimal | Three slides and nothing else. Start here to write your own. | start here | | corporate | Restrained business deck, dark theme. | ships an example deck | | developer | Code-heavy technical talk with terminal chrome. | ships an example deck | | creative | Bold colour and large type. | ships an example deck | | bold-statement | One idea per slide, very large type. | ships an example deck | | visual-story | Full-bleed imagery with overlay text. | ships an example deck | | data-narrative | Charts and figures, light theme. | ships an example deck | | startup-pitch | Ten-slide investor pitch, filled in. | ships an example deck | | tech-conference | Conference talk with a title card and code slides. | ships an example deck | | template0 | Reference deck exercising every component. Read it, do not start from it. | ships an example deck |

Pass --mode markdown to be prompted with only the markdown templates.

Options

| Option | Description | | ------------------------- | ----------------------------------------------- | | -t, --template <name> | Template to use; skips the template prompt | | -m, --mode <mode> | react (default) or markdown | | --skip-install | Skip installing dependencies |

Why this is a separate package

npm create narro resolves the create-narro package, so scaffolding cannot live inside @getnarro/cli — the whole point is to run it before anything is installed. Keeping it standalone also keeps the download small: the scaffolder needs four small dependencies, while @getnarro/cli pulls in Vite, React, Playwright, sharp, and the Google APIs client.

@getnarro/cli depends on this package so that narro create and create-narro share one implementation and one copy of the templates.

The Narro ecosystem

| Package | What it is | | --- | --- | | @getnarro/cli | CLI tools for creating and managing Narro presentations | | @getnarro/core | The React runtime for Narro presentations — Presentation, Slide, navigation, transitions, and speaker notes | | @getnarro/docs | Narro's documentation as data — markdown pages, a generated component API reference, and llms.txt | | @getnarro/markdown | Markdown & MDX authoring for Narro presentations | | @getnarro/marketplace | Themes, colour schemes, and templates for Narro presentations | | @getnarro/mcp-server | MCP (Model Context Protocol) server for AI-assisted Narro presentation creation | | @getnarro/shared-ui | Slide components for Narro presentations — headings, text, lists, code, media, charts, and layouts | | create-narro | Scaffold a new Narro presentation ← you are here |

All eight ship from one repository and release together.

The npm package named narro is unrelated to this project. Narro's packages are all under the @getnarro/ scope; the CLI binary narro comes from @getnarro/cli.


Website · Documentation · llms.txt · GitHub · Issues · Changelog

Released under the MIT License.