Claude Skill
glitternetwork/pinme
Deploy frontend applications with a single command using Pinme. Features Claude Skill support, zero-configuration setup, and static site hosting for TypeScript projects.
Overview
Repository
Install this Skill
npm install -g pinmeRegistry
Summary
Pinme is a TypeScript-based deployment tool that enables one-command frontend deployment with Claude Skill support, offering zero-configuration static site hosting.
一键部署您的前端应用。Claude Skill 技术支持。
Key features
- One-command frontend deployment
- Claude Skill support
- Zero-configuration setup
- Static site hosting
- Serverless deployment
Use cases
- Quick frontend project deployment
- Static website hosting
- AI-assisted development workflows
- Zero-config hosting solutions
- Rapid prototyping deployment
README excerpt
<p align="center"> <a href="https://pinme.eth.limo/"> <img src="https://2egc5b44.pinit.eth.limo/" height="92" alt="PinMe logo"> <h3 align="center">PinMe</h3> </a> </p> <p align="center"> Create and deploy your web in one command. </p> # PinMe [PinMe](https://pinme.eth.limo/) 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. PinMe is built to make full-stack delivery much simpler and significantly improve development efficiency. Website: [https://pinme.eth.limo/](https://pinme.eth.limo/) > **PinMe Skill** > > Install the PinMe skill before using PinMe in agent workflows: > > ```bash > npx skills add glitternetwork/pinme > ``` ## Table of Contents - [Quick Start](#quick-start) - [For AI Agents](#for-ai-agents) - [Installation](#installation) - [PinMe Project Workflow](#pinme-project-workflow) - [Authentication and Account Commands](#authentication-and-account-commands) - [Static Uploads and IPFS Utilities](#static-uploads-and-ipfs-utilities) - [Command Reference](#command-reference) - [Limits and Operational Notes](#limits-and-operational-notes) - [Examples](#examples) - [Support](#support) ## Quick Start ### Prerequisites - Node.js `>= 16.13.0` ### Create a new Worker project ```bash npm install -g pinme pinme login pinme create my-app cd my-app pinme save ``` What this workflow gives you: - a generated PinMe project from the official template - platform-side Worker and database provisioning - local project config in `pinme.toml` - frontend and Worker deployment from one CLI ### Update only the part you changed ```bash pinme update-worker pinm