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

fastpod

v0.0.3

Published

Fast Solid Pod - The fastest way to run a Solid pod

Readme

fastpod

The fastest way to run a Solid pod. Zero configuration, just works.

npm version License

fastpod is the quickest way to get your own Solid pod server running.

🚀 Quick Start

# Run instantly with npx (no installation required!)
npx fastpod

# That's it! Your Solid pod is running at http://localhost:5444

⚡ Performance

fastpod lives up to its name. Here are real benchmark results:

🏁 Benchmark Results
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  Startup Time:        ~3 seconds
  First Response:      3ms

  Average Response Times:
    GET:     0.63ms
    PUT:     0.84ms
    POST:    0.64ms
    DELETE:  0.44ms

  Throughput:          1,569 requests/sec
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

What this means:

  • 🚀 Server starts in ~3 seconds from npx fastpod
  • ⚡ Sub-millisecond response times for all operations
  • 💪 Handles 1,500+ requests per second
  • 🎯 Production-ready performance out of the box

✨ Features

  • Zero configuration - Just works
  • Lightning fast - Server starts in seconds
  • Solid Protocol - Full spec compliance
  • WebID Authentication - Decentralized identity
  • Passkey Support - Modern passwordless auth
  • WebSocket Notifications - Real-time updates
  • JSON-LD Native - First-class linked data support

📦 Installation

No Installation (Recommended)

npx fastpod

Global Installation

npm install -g fastpod
fastpod

🎮 Usage

# Start with defaults
fastpod

# Custom port
fastpod --port 8080

# Custom data directory
fastpod --root /var/pods

# Multi-user mode
fastpod --multiuser

# Disable authentication
fastpod --no-auth

# Show help
fastpod --help

📖 How It Works

fastpod is a lightweight wrapper around jspod, which provides a beautiful CLI for JavaScriptSolidServer.

Stack:

fastpod → jspod → JavaScriptSolidServer

Each layer adds value:

  • JavaScriptSolidServer: Full-featured Solid server implementation
  • jspod: Beautiful CLI with sensible defaults
  • fastpod: Fastest, easiest way to get started

🌟 First Run

Step 1: Run the command

npx fastpod

Step 2: Open http://localhost:5444 in your browser

Step 3: Register with your device's passkey (fingerprint, Face ID, etc.)

Step 4: Start using your pod!

🎯 Why fastpod?

  • Fast to type: Just 7 characters (fastpod)
  • Fast to start: Server ready in 3 seconds
  • Fast to respond: Sub-millisecond response times (0.44-0.84ms)
  • Fast to scale: 1,500+ requests/second throughput
  • Fast to learn: Zero configuration needed
  • Fast to deploy: One command and you're live

📚 Learn More

  • Solid Project: https://solidproject.org
  • Solid Protocol: https://solidproject.org/TR/protocol
  • WebID: https://www.w3.org/2005/Incubator/webid/spec
  • jspod: https://github.com/JavaScriptSolidServer/jspod

🤝 Contributing

Contributions welcome! This package is intentionally minimal - just a friendly wrapper.

📄 License

MIT - see LICENSE

🙏 Credits

Built on jspod and JavaScriptSolidServer.


Made with ❤️ for the Solid community

"Your pod, fast"