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

employeeos

v1.2.0

Published

The Open Source Company Brain — hire AI employees, get morning briefs, track business health

Readme

EmployeeOS

The Open Source Company Brain — hire AI employees, get morning briefs, run real tool actions, and track your entire business from the terminal.

npm install -g employeeos
employeeos init

Full documentation: github.com/prasad-bigdp/EmployeeOS


Quick start

npm install -g employeeos

employeeos init          # 5-minute setup wizard
employeeos start         # run the hourly brain loop + open web UI at :3001
employeeos brief         # today's morning brief
employeeos think "why are conversions down?"

AI providers

No API key required if you have a subscription:

| Provider | Auth | |---|---| | Anthropic Claude | API key | | Claude Code (Max/Pro/Teams) | Browser OAuth — no API key | | OpenAI Codex (ChatGPT Plus/Pro) | Browser OAuth — no API key | | OpenAI | API key | | OpenRouter | API key (400+ models) | | Ollama | None (local, free) |


Commands

employeeos init               Setup wizard
employeeos start              Run brain loop + web UI at http://localhost:3001
employeeos brief              Generate morning brief
employeeos think "question"   Ask the brain a strategic question
employeeos status             Health, goals, pending plans
employeeos plans              View all AI plans by status
employeeos employees          List AI employees

employeeos github             Connect GitHub (PAT)
employeeos connect [app]      Connect SaaS via Composio (Slack, Gmail, Notion, HubSpot...)
employeeos telegram           Connect Telegram alerts + plan approval
employeeos email              Configure email notifications + inbox reading
employeeos import <file.csv>  Import business metrics
employeeos browse <url>       Extract metrics from a live URL
employeeos mcp                Start MCP server for Claude Desktop

What happens

Every hour, AI employees (CEO Assistant, Marketing, Sales, Support, Finance, HR) run in parallel and create structured action plans. Approved plans dispatch to real tools — GitHub issues, Slack messages, Gmail, Notion pages, and 250+ apps via Composio. Every execution is logged with step-level detail.

Plan statuses: pendingapproveddone / failed / blocked

blocked means a step was stopped by the current autonomy level (not a crash) — raise autonomy to unlock.


Web dashboard

employeeos start opens a React dashboard at http://localhost:3001:

  • Dashboard — health score, goals, employees, recent activity
  • Morning Brief — AI report with refresh button
  • Ask Brain — strategic Q&A
  • AI Plans — all plans grouped by status
  • Live Terminal — real-time WebSocket brain log
  • Integrations — GitHub, Composio, Telegram status

Webhook receiver

POST http://localhost:3001/webhook/stripe
POST http://localhost:3001/webhook/hubspot
POST http://localhost:3001/webhook/github

Any JSON body. The brain processes the payload as an observation immediately. Critical events (payment failures, churn) trigger automatic high-priority plan generation.


Data

Everything lives in ~/.employeeos/ — SQLite database, config, documents, skills. No external database. The only outbound connections are to your AI provider and Telegram (if configured).


MIT License · github.com/prasad-bigdp/EmployeeOS