pinme
Deploy full-stack websites to IPFS with one command
All Skills in This Repository (4)
Pure Emerald Level Indicatorspinme
Deploy static files or full-stack projects to IPFS and Cloudflare Workers.
pinme-api
Generate Worker TypeScript code for authenticated PinMe email and LLM API calls.
pinme-uniwebpay
Implements UniwebPay payment integration in PinMe Cloudflare Worker TypeScript projects.
pinme-r2
Implements secure R2 object storage routes in PinMe Cloudflare Workers.
Frequently Asked Questions
FAQPage SchemaHow to install PinMe?โผ
Run `npx skills add glitternetwork/pinme --all -g -y` in your terminal to install all PinMe skills globally for your AI agent.
How to deploy a website with PinMe?โผ
Authenticate with `pinme login`, then run `pinme upload dist` for a static build or `pinme create my-app` followed by `pinme save` for a full-stack project. The CLI prints a live URL when deployment finishes.
Can PinMe deploy a full-stack app with a database?โผ
Yes. `pinme create` scaffolds a React frontend, Cloudflare Worker backend, and D1 database, and `pinme save` deploys all three layers in one command.
Does PinMe work with AI agents like Claude Code?โผ
Yes. The included SKILL.md files teach agents how to deploy sites, add auth, send emails, call LLMs, accept payments, and manage file storage inside PinMe projects.
Can I use PinMe without DevOps experience?โผ
Yes. PinMe is zero-config: your AI agent runs the commands for you, and no server setup, DNS knowledge, or manual configuration is required.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core