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

aztomiq

v1.1.1

Published

AZtomiq - A comprehensive A-Z multi-tool framework with atomic architecture

Downloads

196

Readme

⚛️ AZtomiq

License: MIT Node.js Version Style

A high-performance, privacy-first, and ultra-modular multi-tool website framework. Built with a passion for simplicity and speed.

Live DemoReport BugRequest Feature

In production

AZtomiq powers:

  • https://ztools.site — a full-scale utility tools platform

🌟 Why AZtomiq?

AZtomiq isn't just another static site generator. It's an Ecosystem designed for building professional utility toolkits.

  • ⚛️ Atomic Architecture: Every feature is a self-contained "Atom". Zero global dependencies, maximum portability.
  • 🛡️ Privacy by Design: 100% Client-side processing. No data ever leaves the user's browser.
  • 🌍 Production Ready i18n: Built-in multi-lingual support with atomic translation merging.
  • ⚡ Blazing Fast: No heavy JS frameworks. Powered by Vanilla JS and optimized EJS templates.
  • 📱 Modern PWA: Fully offline-capable with automated Service Worker generation.

🏗️ Core Architecture

.
├── bin/              # 🛠️ Main CLI entry point
├── docs/             # 📚 Documentation & Guides
├── scripts/          # ⚙️ Modular build logic (Pages, Assets, Cache)
├── src/
│   ├── assets/       # 🎨 Global Design System (CSS/JS)
│   ├── data/         # 📊 Global site & category metadata
│   ├── features/     # ⚛️ Atomic Tools (The heart of AZtomiq)
│   ├── includes/     # 🧩 Reusable EJS components
│   ├── locales/      # 🌍 System-wide translations
│   ├── pages/        # 📄 Static landing & system pages
│   └── templates/    # 🧬 SEO & PWA generators
└── package.json

🚀 Quick Start

0. Prerequisites

  • Node.js: v18.0.0 or higher
  • NPM: v8.0.0 or higher
  • Git: For deployment

1. Installation

Option A: Scaffolding a new project (Recommended)

npx aztomiq init my-awesome-app
cd my-awesome-app
npm install

Option B: Manual Installation

git clone https://github.com/ph4n4n/aztomiq.git
cd aztomiq
npm install

2. Development

Start the watcher and local server:

npm run dev

3. Creating Your First Tool

Use our CLI to scaffold a new feature instantly:

npm run aztomiq tool:create my-awesome-tool

4. Build for Production

Generate the static site in the dist/ folder:

npm run build

5. Deployment

Ship it to GitHub Pages (configured in global.yaml):

npm run deploy

📚 Documentation

Dive deeper into how AZtomiq works:


🤝 Contribution

We love contributors! If you have a cool tool idea:

  1. Fork the Project.
  2. Create your Feature Branch (git checkout -b feature/AmazingTool).
  3. Create your tool using npm run aztomiq tool:create.
  4. Commit your Changes.
  5. Push to the Branch.
  6. Open a Pull Request.

📜 License

Distributed under the MIT License. See LICENSE for more information.