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

mdgarden

v0.3.0

Published

Turn a folder of Markdown notes into a fast, framework-free static website.

Readme

mdgarden

A fast, framework-free static site generator for Markdown notes.

Current release: v0.3.0

Search, backlinks, tags, graph view, dark mode, math, and syntax highlighting. Zero config. No runtime framework.

npm version npm downloads CI License: MIT Node version

Why mdgarden · Features · Install · Quick Start · Docs


mdgarden turns an Obsidian vault, or any folder of Markdown files, into a clean digital garden. The generated site is static, responsive, and designed to stay lightweight without a frontend framework or server runtime.

Why mdgarden

  • It feels like a polished site, not a note dump.
  • It keeps the browser bundle small and the content pipeline simple.
  • It supports the workflows people already use in Markdown and Obsidian.
  • It ships with the pieces most note sites need out of the box.

Features

  • Obsidian-style wikilinks, embeds, callouts, tags, footnotes, and math
  • Search, backlinks, breadcrumbs, folder explorer, and interactive graphs
  • Responsive layouts, dark mode, syntax highlighting, Mermaid, and media embeds
  • Keyboard navigation, semantic landmarks, visible focus, and reduced-motion support
  • RSS, sitemap, social metadata, aliases, and sub-path hosting
  • Five built-in themes with interactive setup and scriptable configuration
  • Live reload, a plugin API, and CLI, library, and standalone-binary usage

Install

The npm package requires Node.js 20.12 or newer.

npm install -g mdgarden

On macOS, install with Homebrew:

brew tap THANSHEER/tap && brew install mdgarden

Standalone downloads for macOS, Linux, and Windows are available from GitHub Releases.

Quick Start

# Build a site from a notes folder
mdgarden build ./my-notes -o ./dist

# Create sample content and configuration
mdgarden init ./my-notes

# Preview locally with auto-rebuild
mdgarden serve ./my-notes -o ./preview

# Change the theme or configuration
mdgarden redesign ./my-notes --theme forest -y
mdgarden config set site.author "Your Name" -c ./my-notes/mdgarden.config.json

Keep the output directory outside the notes folder when using serve, so the watcher does not treat generated pages as source content.

Docs

  • mdgarden update upgrades the current install when a new release is available
  • mdgarden update --background runs the update detached and returns immediately
  • npm run vault:dev previews the bundled sample vault at http://localhost:3000
  • npm run vault:build builds the sample vault into .vault-site/
  • npm run site:dev -- /absolute/notes/path -o /tmp/mdgarden-site previews an external vault
  • CONTRIBUTING.md covers development commands and the visual-check workflow

Contributing

See CONTRIBUTING.md for development commands, automated tests, and the bundled test_vault/ visual-check workflow.

License

MIT © 2026 Mohammed Thanseer