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

atomai-cli

v0.1.2

Published

Like a second CEO for your company

Downloads

442

Readme

AtomAI CLI

Like a second CEO for your company.

AtomAI helps you brainstorm product ideas, research markets, profile competitors, draft go-to-market strategies, target investors, and model unit economics directly from your terminal.


Installation

Install the CLI globally using npm:

npm install -g atomai-cli

Note: The installer automatically detects your OS (macOS, Linux, or Windows) and CPU architecture (x64 or ARM64) to download the optimized native release binary. No Rust or Node.js runtime is needed after installation.


Quick Start

1. Initialize a Workspace

Create a folder for your company or startup, navigate into it, and initialize the startup.md orientation profile:

mkdir my-startup
cd my-startup
atomai init

2. Start the Interactive CLI

Launch the persistent founder conversation composer:

atomai

Specialist Workflows (Slash Commands)

Type / in the interactive prompt to trigger custom guided workflows:

  • /brainstorm -- Explore, evaluate, and rank 5 product ideas ending with a 7-day experiment.
  • /research -- Build evidence-backed decision briefs with verified public-web citations.
  • /competitor -- Map competitors, generate comparison matrices, and find market gaps.
  • /gtm -- Develop positioning, target ICP profiles, acquisition channels, and cold outreach drafts.
  • /fundraising -- Devise raise timelines, fundraising strategy, and source target VCs.
  • /financial -- Model runway scenarios, monthly burn rates, payback periods, and Gross Margin.

Data Safety Guidelines

  • Local Ingestion Only: AtomAI only scans your workspace locally and never bulk-uploads your files.
  • Secret Redaction: Automatically detects and redacts passwords, private keys, and API tokens (such as sk- keys) in your files before planning.
  • Respects Ignores: Automatically skips hidden files, build folders (target/, node_modules/), and files exceeding 2MB.