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 🙏

© 2025 – Pkg Stats / Ryan Hefner

statue-ssg

v0.2.15

Published

A simple static site generator for markdown content with SvelteKit

Downloads

691

Readme

Statue npm version License: MIT

Statue is a blazingly-fast static site generator based on Markdown, SvelteKit, and a component library.

One-line setup (npm):

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install npm && cd statue-site && npm install statue-ssg && npx statue init && npm install && npm run dev

bun:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install bun && cd statue-site && bun add statue-ssg && npx statue init && bun install && bun run dev

pnpm:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install pnpm && cd statue-site && pnpm add statue-ssg && npx statue init && pnpm install && pnpm run dev

yarn:

yes | npx sv create statue-site --template minimal --types ts --no-add-ons --install yarn && cd statue-site && yarn add statue-ssg && npx statue init && yarn install && yarn run dev

windows: Statue requires pathing changes before it can work on Windows. There are no regular Windows users in Statue's dev team, so we cannot guarantee or maintain consistent support for Windows: contact us if you're interested in interested in implementing support for Windows or maintaining that functionality!

Content like blogs and documentation can be added and modified directly through .md files, with pages and the site structure itself based on Svelte components. Statue sites are fully static, so management is simple, development can be non-technical, and hosting is cheap or free. Join us on Discord! 🗿

area3-github

Why Statue?

Statue is Fast, Simple, and Flexible from start to finish. It takes only one command to get started, builds and deployments are fast, hosting is simple, sites are extensible, and developing a Statue site is about building what you want rather than battling, learning, and conforming to the tool itself.

  • Markdown-first: Build out your site content by writing .md files: no coding required.
  • Powered by SvelteKit: Familiar Svelte features and ecosystem, based on an elegant declarative model ideal for static sites.
  • Tailwind + Components: Customize the UI easily with Tailwind CSS, and a library of included components.
  • Easy to Use and Extend: The Declarative Component Model is easy to use, and with LLMs, easy for even non-technical users to work with.
  • Ultra-cheap hosting: Deploy static output to Netlify, Vercel, Cloudflare Pages, GitHub Pages, etc.
  • Low Maintenance: Static sites are almost maintenance-free, and Statue itself is much less complex than other web tools.

area4-github

Getting Started

After running the setup command above, your site is live at http://localhost:5173.

Next steps:

  1. Complete the New Site Checklist - Customize your site step-by-step
  2. Read Getting Started - Learn key concepts
  3. Add content - Create .md files in content/ and they become pages automatically

Documentation

📚 For Users

🔧 For Developers

Deploy

Build and deploy your static site:

npm run build

Deploy the build/ directory to any static host. See deployment guide →

Community

License

MIT