glitternetworkglitternetworkOfficialยท4 Agent Skills Included

pinme

Deploy full-stack websites to IPFS with one command

Deploys static sites and full-stack web apps to IPFS with a single command, including frontend, Cloudflare Worker backend, and D1 database. Eliminates manual server setup, complex hosting configuration, and repetitive deployment steps. Adds ready-made integrations for user auth, email sending, LLM calls, payments, and file storage so agents ship complete apps faster.
npx skills add glitternetwork/pinme --all -g -y
Available:

Gives the AI agent the project architecture, build commands, and coding patterns it needs to work on and deploy PinMe projects correctly.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’