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

@flancer32/teq-cms

v0.7.0

Published

Minimalistic file-based CMS for multilingual websites with AI-powered localization and Git-native content workflow.

Readme

@flancer32/teq-cms

npms.io

Human-governed. Agent-built. Agent-ready.

@flancer32/teq-cms builds multilingual websites from version-controlled files, with server-side templates and AI-assisted translation. It is built on the Tequila Framework (TeqFW): created and evolved by coding agents under the architectural direction and final responsibility of Alex Gusev, and shipped with a version-matched Agent Skill so other agents can understand, integrate, and use it correctly.

Why use it

TeqCMS keeps pages, templates, and translation state in the project filesystem and Git. It needs no database or admin panel, so content remains transparent, reviewable, and reproducible.

It is a good fit for multilingual websites, landing pages, documentation, and developer-facing resources.

Quick start

git clone https://github.com/flancer32/teq-cms.git
cd teq-cms
npm install
npm start

The package uses the standard @teqfw/cli host. The web server is available as web:start, and template translation as cms:translate.

Configure the CMS with the TEQ_CMS__* namespace. Translation uses an OpenAI-compatible HTTP API; set TEQ_CMS__AI_API_BASE_URL, TEQ_CMS__AI_API_KEY, and TEQ_CMS__AI_API_MODEL in the host environment. Template-engine settings belong to @flancer32/teq-tmpl, and web-server settings belong to @teqfw/web.

Learn more at cms.teqfw.com.

Agent-Driven Development

TeqFW is built through the same development model that it is designed to enable: one human defines the intent, architecture, constraints, and acceptance criteria; coding agents implement and maintain the products; other agents use those products in different combinations to create applications.

@flancer32/teq-cms is built on TeqFW and uses its packages as agent-readable application components. The package includes a version-matched Agent Skill in skills/teqfw-cms. The README provides a human-facing product overview; the skill provides agents with the package concepts, contracts, integration rules, examples, and boundaries.

Mount the skill into a host project:

mkdir -p .agents/skills
ln -s ../../node_modules/@flancer32/teq-cms/skills/teqfw-cms \
  .agents/skills/teqfw-cms

Each TeqFW package is both a practical software component and a working demonstration of human-governed, agent-driven development. This work follows the Agent-Driven Software Management (ADSM) approach: human intent, architectural authority, acceptance, and responsibility remain authoritative; agents act as implementation and reasoning partners.

License

Apache-2.0 © Alex Gusev — https://github.com/flancer64