Skip to content

paperclipinc/paperclip

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,509 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paperclip — runs your business

Paperclip Inc. — Opinionated Fork

This is the internal fork maintained by Paperclip Inc.
For the upstream open-source project, visit paperclipai/paperclip.

Upstream MIT License


About this repository

This fork powers the managed hosting platform at paperclip.inc. It tracks the upstream paperclipai/paperclip project and layers on opinionated adaptations specific to our infrastructure, workflows, and customer requirements.

Changes made here are not intended for general use. If you're looking to self-host or contribute to Paperclip, head to the upstream repository.


Relationship to upstream

Upstream github.com/paperclipai/paperclip
This fork github.com/paperclipinc/paperclip
Sync strategy Regularly rebased onto upstream/main
Direction of contributions Bug fixes and improvements are contributed back upstream via pull requests

What this fork adds

This repository contains modifications tailored to the Paperclip Inc. managed platform, including but not limited to:

  • Infrastructure and deployment configuration for our hosting environment
  • Platform-specific integrations and service adapters
  • Internal tooling and operational enhancements
  • Security hardening for multi-tenant production workloads

Contributing

Upstream contributions — If you'd like to contribute to Paperclip itself, please open issues and pull requests against the upstream repository at paperclipai/paperclip.

Fork-specific changes — Internal team members should follow the standard branch-and-PR workflow against this repository.


Development

pnpm install
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             # Cheap default test run (Vitest only)
pnpm test:watch       # Vitest watch mode
pnpm test:e2e         # Playwright browser suite
pnpm db:generate      # Generate DB migration
pnpm db:migrate       # Apply migrations

pnpm test does not run Playwright. Browser suites stay separate and are typically run only when working on those flows or in CI.

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


Roadmap

  • ✅ Plugin system (e.g. add a knowledge base, custom tracing, queues, etc)
  • ✅ Get OpenClaw / claw-style agent employees
  • ✅ companies.sh - import and export entire organizations
  • ✅ Easy AGENTS.md configurations
  • ✅ Skills Manager
  • ✅ Scheduled Routines
  • ✅ Better Budgeting
  • ✅ Agent Reviews and Approvals
  • ⚪ Multiple Human Users
  • ⚪ Cloud / Sandbox agents (e.g. Cursor / e2b agents)
  • ⚪ Artifacts & Work Products
  • ⚪ Memory / Knowledge
  • ⚪ Enforced Outcomes
  • ⚪ MAXIMIZER MODE
  • ⚪ Deep Planning
  • ⚪ Work Queues
  • ⚪ Self-Organization
  • ⚪ Automatic Organizational Learning
  • ⚪ CEO Chat
  • ⚪ Cloud deployments
  • ⚪ Desktop App

This is the short roadmap preview. See the full roadmap in ROADMAP.md.


Community & Plugins

Find Plugins and more at awesome-paperclip

Telemetry

Paperclip collects anonymous usage telemetry to help us understand how the product is used and improve it. No personal information, issue content, prompts, file paths, or secrets are ever collected. Private repository references are hashed with a per-install salt before being sent.

Telemetry is enabled by default and can be disabled with any of the following:

Method How
Environment variable PAPERCLIP_TELEMETRY_DISABLED=1
Standard convention DO_NOT_TRACK=1
CI environments Automatically disabled when CI=true
Config file Set telemetry.enabled: false in your Paperclip config

Contributing

We welcome contributions. See the contributing guide for details.


Community


License

MIT — see LICENSE. Original work by Paperclip.



paperclip.inc · Managed Paperclip hosting

About

Open-source orchestration for zero-human companies

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • TypeScript 97.5%
  • Shell 1.2%
  • JavaScript 0.9%
  • CSS 0.2%
  • HTML 0.1%
  • Dockerfile 0.1%