pinme

Deploy static files or full-stack projects to IPFS and Cloudflare Workers.

3.7k|272|Updated Apr 13, 2025
One-click install
npx skills add https://github.com/glitternetwork/pinme --skill pinme
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pinme
Source: https://github.com/glitternetwork/pinme/tree/main/skills/pinme
Command: npx skills add https://github.com/glitternetwork/pinme --skill pinme

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PinMe eliminates the complexity of deploying static sites and full-stack projects by providing a zero-config workflow that builds, hosts, and publishes previews with verifiable content on IPFS.

Core Features & Use Cases

  • Zero-config deployment: upload static files or full-stack projects (frontend + backend + database) to IPFS and Cloudflare Workers.
  • Preview & domain binding: generate preview URLs and optional VIP-bound domains for branded deployments.
  • End-to-end workflow: supports building, exporting, deploying, and updating frontend assets, APIs, and databases through a single command.

Quick Start

Install PinMe globally, build your project if needed, then run pinme upload <path> to deploy and receive the preview URL.

Frequently Asked Questions about pinme

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static site to IPFS and Cloudflare Workers?

To deploy a static site to IPFS and Cloudflare Workers, you can use a zero-config CLI tool that uploads your project files and automatically generates a preview URL. PinMe handles this by enforcing a structured layout and publishing your assets immutably.

Can I deploy a full-stack project with a frontend, backend API, and database in one command?

Yes, you can deploy a full-stack project including frontend assets, backend APIs, and databases in a single command. PinMe integrates with Cloudflare D1 and Workers to build, export, and host your entire application stack end-to-end.

What is zero-config deployment for static sites and how does it work?

Zero-config deployment for static sites works by uploading your files to decentralized storage and edge networks without manual setup. PinMe automates this by mapping a structured project layout to IPFS for immutable hosting and Cloudflare Workers for API execution.

Does PinMe support custom domain binding for deployed preview URLs?

Yes, PinMe supports custom domain binding for deployed preview URLs. It allows you to generate standard preview links and optionally configure VIP-bound domains for branded deployments of your static sites and full-stack applications.

What is the best way to update an immutable IPFS deployment for a recurring workflow?

The best way to update an immutable IPFS deployment in a recurring workflow is using a CLI that supports single-shot or recurring update workflows. PinMe allows you to run a single upload command to push new project versions and receive updated preview URLs.

Do I need a specific project structure to deploy to Cloudflare Workers and IPFS?

Yes, you need a structured project layout to deploy to Cloudflare Workers and IPFS. PinMe enforces this structure to properly map your frontend assets, backend APIs, and databases during the zero-config build and upload process.