Prerequisites
- Node.js 20+
- pnpm 9+
Start Dev Server
- API server at
http://localhost:3100 - UI served by the API server in dev middleware mode (same origin)
One-Command Bootstrap
For a first-time install:- Auto-onboards if config is missing
- Runs
paperclipai doctorwith repair enabled - Starts the server when checks pass
Tailscale/Private Auth Dev Mode
To run inauthenticated/private mode for network access:
0.0.0.0 for private-network access.
Allow additional private hostnames:
Health Checks
Reset Dev Data
To wipe local data and start fresh:Data Locations
| Data | Path |
|---|---|
| Config | ~/.paperclip/instances/default/config.json |
| Database | ~/.paperclip/instances/default/db |
| Storage | ~/.paperclip/instances/default/data/storage |
| Secrets key | ~/.paperclip/instances/default/secrets/master.key |
| Logs | ~/.paperclip/instances/default/logs |