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

klaudius

v0.12.3

Published

Scaffold and maintain a Klaudius project — an autonomous web agency pipeline that runs on Claude Code (find, build, deploy, outreach end-to-end).

Downloads

4,371

Readme

Klaudius

An autonomous web agency, running on Claude Code. Find, build, deploy, outreach — end-to-end.

Klaudius is a Claude Code-driven pipeline for solo developers running a small web design business. Give it a region. It finds local businesses without websites, gathers their content from public sources, builds them bespoke sites, deploys them, and runs the outreach. You direct from inside Claude Code; Klaudius does the work.

One command installs the full pipeline into your project — a Next.js trade-site template, design-system generation skills, lead-sourcing scripts, deployment automation, a Supabase pipeline schema, and email/SMS outreach scaffolding.

Note: this npm package contains only the CLI binary. The actual project source — Claude Code skills, Python scripts, Next.js trade-site template, Supabase schema — is delivered to your project directory by the init command, after your licence key is validated against klaudius.dev. Running npm pack klaudius or npm install klaudius directly will not give you the project source.

Quick start

npx klaudius init my-agency
cd my-agency
claude

The init wizard prompts for credentials (Supabase, Vercel, your email and SMS provider, and a few API keys), scaffolds the full project, applies the database schema, and installs dependencies. After that you operate the pipeline from inside Claude Code.

Commands

npx klaudius init [target]   # Scaffold a fresh project
npx klaudius configure       # Re-run the setup wizard against an existing project
npx klaudius update          # Pull latest template; conflicts staged for resolution
npx klaudius doctor          # Diagnose a broken install (env, files, deps, credentials)

What gets scaffolded

  • Next.js trade-site template — a customisable React/Tailwind starting point each generated client site builds from
  • Claude Code skillsfind, gather, build, deploy, outreach, follow-up, qa-fix, plus a fresh-eyes qa-reviewer agent
  • Python scripts — Gmail and IMAP wrappers, iMessage and Twilio adapters, Supabase database helpers, public-data gathering scripts
  • Supabase schema — pre-built Postgres schema for tracking project candidates, active client work, and follow-up scheduling
  • CLAUDE.md operating manual — the playbook Claude Code reads when you ask it to run the pipeline

Prerequisites

  • Node 22+ (and Python 3.10+)
  • A Claude Code subscription (Pro or Max plan)
  • A Supabase project (free tier is fine to start)
  • A Vercel team (Hobby tier is fine to start)
  • An email and SMS provider — Gmail, Outlook, IONOS, Fastmail, or Zoho for email; iMessage on macOS or Twilio for SMS
  • API keys for any public-data sources you want to gather from

Full prerequisites and setup notes at klaudius.dev.

Licence

One-time licence per purchase, granted to a single individual or single entity, with no machine activation limit. You may use Klaudius for your own commercial work, but you may not resell or redistribute the source code. Full terms at klaudius.dev/terms.

Support

Email [email protected].

About

More at klaudius.dev.