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

paperclipai

v0.3.0

Published

Paperclip CLI — orchestrate AI agent teams to run a business

Readme

What is Paperclip?

Open-source orchestration for zero-human companies

If OpenClaw is an employee, Paperclip is the company

Paperclip is a Node.js server and React UI that orchestrates a team of AI agents to run a business. Bring your own agents, assign goals, and track your agents' work and costs from one dashboard.

It looks like a task manager — but under the hood it has org charts, budgets, governance, goal alignment, and agent coordination.

Manage business goals, not pull requests.

| | Step | Example | | ------ | --------------- | ------------------------------------------------------------------ | | 01 | Define the goal | "Build the #1 AI note-taking app to $1M MRR." | | 02 | Hire the team | CEO, CTO, engineers, designers, marketers — any bot, any provider. | | 03 | Approve and run | Review strategy. Set budgets. Hit go. Monitor from the dashboard. |

COMING SOON: Clipmart — Download and run entire companies with one click. Browse pre-built company templates — full org structures, agent configs, and skills — and import them into your Paperclip instance in seconds.

If it can receive a heartbeat, it's hired.

Paperclip is right for you if

  • ✅ You want to build autonomous AI companies
  • ✅ You coordinate many different agents (OpenClaw, Codex, Claude, Cursor) toward a common goal
  • ✅ You have 20 simultaneous Claude Code terminals open and lose track of what everyone is doing
  • ✅ You want agents running autonomously 24/7, but still want to audit work and chime in when needed
  • ✅ You want to monitor costs and enforce budgets
  • ✅ You want a process for managing agents that feels like using a task manager
  • ✅ You want to manage your autonomous businesses from your phone

Features

Problems Paperclip solves

| Without Paperclip | With Paperclip | | ------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | | ❌ You have 20 Claude Code tabs open and can't track which one does what. On reboot you lose everything. | ✅ Tasks are ticket-based, conversations are threaded, sessions persist across reboots. | | ❌ You manually gather context from several places to remind your bot what you're actually doing. | ✅ Context flows from the task up through the project and company goals — your agent always knows what to do and why. | | ❌ Folders of agent configs are disorganized and you're re-inventing task management, communication, and coordination between agents. | ✅ Paperclip gives you org charts, ticketing, delegation, and governance out of the box — so you run a company, not a pile of scripts. | | ❌ Runaway loops waste hundreds of dollars of tokens and max your quota before you even know what happened. | ✅ Cost tracking surfaces token budgets and throttles agents when they're out. Management prioritizes with budgets. | | ❌ You have recurring jobs (customer support, social, reports) and have to remember to manually kick them off. | ✅ Heartbeats handle regular work on a schedule. Management supervises. | | ❌ You have an idea, you have to find your repo, fire up Claude Code, keep a tab open, and babysit it. | ✅ Add a task in Paperclip. Your coding agent works on it until it's done. Management reviews their work. |

Why Paperclip is special

Paperclip handles the hard orchestration details correctly.

| | | | --------------------------------- | ------------------------------------------------------------------------------------------------------------- | | Atomic execution. | Task checkout and budget enforcement are atomic, so no double-work and no runaway spend. | | Persistent agent state. | Agents resume the same task context across heartbeats instead of restarting from scratch. | | Runtime skill injection. | Agents can learn Paperclip workflows and project context at runtime, without retraining. | | Governance with rollback. | Approval gates are enforced, config changes are revisioned, and bad changes can be rolled back safely. | | Goal-aware execution. | Tasks carry full goal ancestry so agents consistently see the "why," not just a title. | | Portable company templates. | Export/import orgs, agents, and skills with secret scrubbing and collision handling. | | True multi-company isolation. | Every entity is company-scoped, so one deployment can run many companies with separate data and audit trails. |

What Paperclip is not

| | | | ---------------------------- | -------------------------------------------------------------------------------------------------------------------- | | Not a chatbot. | Agents have jobs, not chat windows. | | Not an agent framework. | We don't tell you how to build agents. We tell you how to run a company made of them. | | Not a workflow builder. | No drag-and-drop pipelines. Paperclip models companies — with org charts, goals, budgets, and governance. | | Not a prompt manager. | Agents bring their own prompts, models, and runtimes. Paperclip manages the organization they work in. | | Not a single-agent tool. | This is for teams. If you have one agent, you probably don't need Paperclip. If you have twenty — you definitely do. | | Not a code review tool. | Paperclip orchestrates work, not pull requests. Bring your own review process. |

Quickstart

Open source. Self-hosted. No Paperclip account required.

npx paperclipai onboard --yes

Or manually:

git clone https://github.com/paperclipai/paperclip.git
cd paperclip
pnpm install
pnpm dev

This starts the API server at http://localhost:3100. An embedded PostgreSQL database is created automatically — no setup required.

Requirements: Node.js 20+, pnpm 9.15+

FAQ

What does a typical setup look like? Locally, a single Node.js process manages an embedded Postgres and local file storage. For production, point it at your own Postgres and deploy however you like. Configure projects, agents, and goals — the agents take care of the rest.

If you're a solo-entreprenuer you can use Tailscale to access Paperclip on the go. Then later you can deploy to e.g. Vercel when you need it.

Can I run multiple companies? Yes. A single deployment can run an unlimited number of companies with complete data isolation.

How is Paperclip different from agents like OpenClaw or Claude Code? Paperclip uses those agents. It orchestrates them into a company — with org charts, budgets, goals, governance, and accountability.

Why should I use Paperclip instead of just pointing my OpenClaw to Asana or Trello? Agent orchestration has subtleties in how you coordinate who has work checked out, how to maintain sessions, monitoring costs, establishing governance - Paperclip does this for you.

(Bring-your-own-ticket-system is on the Roadmap)

Do agents run continuously? By default, agents run on scheduled heartbeats and event-based triggers (task assignment, @-mentions). You can also hook in continuous agents like OpenClaw. You bring your agent and Paperclip coordinates.

Development

pnpm dev              # Full dev (API + UI, watch mode)
pnpm dev:once         # Full dev without file watching
pnpm dev:server       # Server only
pnpm build            # Build all
pnpm typecheck        # Type checking
pnpm test:run         # Run tests
pnpm db:generate      # Generate DB migration
pnpm db:migrate       # Apply migrations

See doc/DEVELOPING.md for the full development guide.

Roadmap

  • ⚪ Get OpenClaw onboarding easier
  • ⚪ Get cloud agents working e.g. Cursor / e2b agents
  • ⚪ ClipMart - buy and sell entire agent companies
  • ⚪ Easy agent configurations / easier to understand
  • ⚪ Better support for harness engineering
  • ⚪ Plugin system (e.g. if you want to add a knowledgebase, custom tracing, queues, etc)
  • ⚪ Better docs

Contributing

We welcome contributions. See the contributing guide for details.

Community

License

MIT © 2026 Paperclip

Star History

Star History Chart