PinMe is a zero-config deployment CLI for full-stack frontend with integrated Worker backend and database, enabling one-command project creation and deployment.
Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).
What it is
PinMe is a zero-config deployment CLI focused on one-command creation and deployment for full-stack projects. It lets you quickly set up and launch a complete project with an integrated frontend, Worker backend, and database, without tedious configuration.
How it works
PinMe provides commands to create, build, and deploy a full-stack project:
- pinme create <name> creates platform resources, downloads the official Worker template, writes pinme.toml, installs dependencies, builds Worker, uploads Worker and SQL, builds frontend, and uploads frontend dist.
- pinme save deploys the full project: Worker, SQL, and frontend, with optional domain binding.
- update-worker, update-db, update-web update individual layers.
- A separate Static Upload path handles uploading existing artifacts to IPFS and optional domain binding.
The CLI supports a project workflow and a static-upload fallback, with commands for login, authentication, domain management, and IPFS operations.
Getting started
Prerequisites include Node.js >= 16.13.0. Installation:
npm install -g pinme
Verify installation:
pinme --version
Quick Start (from README):
npm install -g pinme
pinme login
pinme create my-app
cd my-app
pinme save
Common build directories include dist, build, out, and public.
Recent releases
- v2.0.12 PinMe v2.0.12 (2026-07-25): Faster Creates and Stronger Releases
- v2.0.4 PinMe v2.0.4 (2026-05-12): Refined Worker Deployment Experience
- v2.0.0 PinMe v2.0.0 (2026-05-12): Major milestone, Worker-centered full-stack workflow
- v1.2.3 (2026-02-10): IPFS Export & Import Support
- v1.1.5 (2025-10-29): Optimized File Compression Logic
Traction
Stars: 3731 Forks: 272 Open issues: 7
License and age
License: MIT Created: 2025-04-13 Last push: 2026-07-25
Behind the repo
GitHub: https://github.com/glitternetwork/pinme
Caveats
License MIT noted; repository age indicates started 2025-04-13; last push 2026-07-25. The README specifies authentication requirements, domain handling, and limits: default single-file upload limit 100MB; default directory upload limit 500MB; update-db payload limit 10MB per run; authentication required for upload/import/project commands; domain binding requires wallet balance.






