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

thymian

v0.1.9

Published

AI-ready API governance engine - lint, test & analyze HTTP conformance across your entire API lifecycle

Readme

Thymian

Add resilience and HTTP conformance to your API development workflow

License: AGPL-3.0 CI Documentation Discord Reddit Twitter

Thymian is a language-agnostic, open-source HTTP conformance and API governance tool. It validates your APIs against RFC standards and your OpenAPI specification out of the box, statically, against live endpoints, and in recorded production traffic. Fully extensible with plugins and shareable custom rules that you write once and run everywhere.

Key Capabilities

  • Standards-First — Validates against RFC 9110 and related HTTP specifications
  • Write Once, Validate Everywhere — A single rule definition works across thymian lint, thymian test, and thymian analyze
  • Multi-Layer Governance — Validates HTTP infrastructure, protocol compliance, technical implementation, and organizational guidelines
  • Educational Reporting — Violations explain the RFC semantics and real-world consequences, not just pass/fail
  • Production-Aware — Monitors how proxies, CDNs, and load balancers affect HTTP semantics in real deployments
  • Language-Agnostic & Extensible — Works with any tech stack; custom rules distributable as npm packages, remote plugins via WebSocket

🚀 Quick Installation

Installation

You won't need to install Thymian locally, we will just use npx for this.

Check if you can run Thymian by running the following command:

npx thymian --version

First Run Without a Config

Now navigate to your project's root directory and run Thymian directly against your API description:

npx thymian lint --spec openapi:openapi.yaml

This is the fastest way to reach a first conformance result without any prior setup.

Generate a Reusable Config

If you want to save that setup for future runs, generate a config file:

npx thymian generate config

This command detects your OpenAPI specification file and creates a thymian.config.yaml you can reuse with npx thymian lint.

📚 Documentation

🏢 Enterprise Support

Get professional consulting and dedicated support from the creators of Thymian. We offer:

  • API design and governance strategies
  • HTTP standards compliance auditing
  • Custom plugin development
  • Custom rule development
  • Team training and workshops

Learn more about Enterprise Support | Email: [email protected]


Shipped with 🌱 by qupaya