This is the internal fork maintained by Paperclip Inc.
For the upstream open-source project, visit paperclipai/paperclip.
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.
| 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 |
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
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.
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 migrationspnpm 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.
- ✅ 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.
Find Plugins and more at awesome-paperclip
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 |
We welcome contributions. See the contributing guide for details.
- Discord — Join the community
- GitHub Issues — bugs and feature requests
- GitHub Discussions — ideas and RFC
MIT — see LICENSE. Original work by Paperclip.
paperclip.inc · Managed Paperclip hosting
