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

laila-cli

v1.0.5

Published

Laila: An advanced, local-first AI developer assistant with MCP, Vision, and Multi-Agent Swarm capabilities.

Readme

Laila (Advanced AI Developer OS)

Laila is an elite, local-first AI developer assistant that runs entirely in your terminal. Originally architected for absolute privacy (via Ollama) and maximum speed, Laila has evolved into a complete Agentic Operating System.

🚀 Core Features

  • Hybrid Intelligence: Runs llama3 locally for free/private tasks, and gracefully scales to Anthropic/Gemini for heavy reasoning.
  • Multi-Agent Swarm (/swarm): Spawn concurrent background sub-agents to solve complex, multi-step tasks in parallel.
  • Universal MCP Connectors (/mcp): Natively plugs into your enterprise data (Postgres, GitHub, Slack, Jira, AWS, Google Drive) via the Model Context Protocol.
  • Visual QA & Computer Use (/browse): Natively hooks into Playwright to navigate to your localhost, take UI screenshots, and visually QA your frontend code changes.
  • Semantic Project RAG (/scan): Builds an instant, in-memory Knowledge Graph of your workspace using AST parsing—no heavy vector DBs required.
  • Self-Healing Build Loops: If your code fails to compile, Laila intercepts the raw compiler stderr and automatically re-writes the fix.
  • Episodic Memory (/remember): A global memory graph that remembers your precise architectural preferences across every project you touch.
  • Sandboxed Execution (/sandbox): Writes and executes code natively, with dangerous commands automatically routed through disposable Docker containers for absolute host security.

📦 Installation

npm install -g laila-cli

🎮 Quickstart

Just type laila inside any directory to launch the OS.

# Connect to your Postgres Database
laila> /mcp npx @modelcontextprotocol/server-postgres postgresql://localhost/mydb

# Trigger a Multi-Agent Swarm
laila> /swarm Build the frontend | Write the backend API | Setup Docker

# Visual UI Debugging
laila> /browse http://localhost:3000

🧠 The "Ponytail" Philosophy

Laila is built on the "Ponytail" architectural philosophy: zero bloat, maximum stdlib usage, and brutal efficiency. She doesn't rely on 500MB of heavy Python ML libraries; she is purely driven by modern TypeScript, raw CLI power, and extreme Agentic logic.


Developed by Anurag Kumar