Rating
Votes
0
score
Downloads
0
total
Price
Free
No login needed
Works With
About
PinMe
Deploy your site in one command.
PinMe
PinMe is a zero-config frontend deployment tool. No servers. No accounts. No setup.
Build a static site, generate a page with AI, export your frontend, or import CAR files — then deploy instantly with a single command.
PinMe publishes your site as verifiable content, making silent tampering and accidental breakage far harder than traditional hosting.
You don’t manage servers, regions, or uptime. PinMe handles availability and persistence for you.
Website: https://pinme.eth.limo/
Table of Contents
- Quick Start
- For AI
- Installation
- Usage
- Bind Domain
- Command Details
- VIP Membership
- Common Static File Directories
- Error Handling
- Upload Limits
- GitHub Actions Integration
- Contact Us
Quick Start
Prerequisites
- Node.js 16.13.0 or higher required
# Check your Node.js version
node --versionThree Steps to Deploy
- 1.Install PinMe
npm install -g pinme- 1.Build your project (if not already built)
# For Vite/React/Vue projects
npm run build
# For Next.js (static export)
npm run build- 1.Upload to PinMe
# Upload the dist directory (most common)
pinme upload dist
# Or upload build directory
pinme upload buildThat's it! You'll get a preview URL like https://pinme.eth.limo/#/preview/*
For AI
This section provides AI-specific instructions for deploying websites using PinMe CLI.
AI Execution Protocol
Goal: Use PinMe CLI to upload static files to server.
#### Required Steps
- 1.Check Environment Requirements
```bash
# Check Node.js version (requires 16.13.0+)
node --version
```
- 1.Install PinMe CLI (if not installed)
```bash
npm install -g pinme
```
- 1.Identify the Static File Directory
Priority order to check:
dist/- Default output directory for Vue/React/Vite projectsbuild/- Output directory for Create React Appout/- Output directory for Next.js static exportpublic/- Pure static file projects
Validation Rules:
- Folder must exist
- Must contain
index.htmlfile (for website deployment) - Must contain actual static resource files (CSS, JS, images, etc.)
If no suitable folder is found, ask the user to specify the upload path.
Router Mode Check:
- Ensure the project uses hash mode router (e.g.,
/#/about) - History mode (e.g.,
/about) will cause 404 on sub-routes when deployed to IPFS - For React: use
HashRouterinstead ofBrowserRouter - For Vue: use
createHashHistory()instead ofcreateWebHistory()
Don't lose this
Three weeks from now, you'll want Pinme again. Will you remember where to find it?
Save it to your library and the next time you need Pinme, it’s one tap away — from any AI app you use. Group it into a bench with the rest of the team for that kind of task and you can pull the whole stack at once.
⚡ Pro tip for geeks: add a-gnt 🤵🏻♂️ as a custom connector in Claude or a custom GPT in ChatGPT — one click and your library is right there in the chat. Or, if you’re in an editor, install the a-gnt MCP server and say “use my [bench name]” in Claude Code, Cursor, VS Code, or Windsurf.
a-gnt's Take
Our honest review
This plugs directly into your AI and gives it new abilities it didn't have before. Deploy Your Frontend in a Single Command. Claude Code Skills supported. Once connected, just ask your AI to use it. It's completely free and works across most major AI apps. This one just landed in the catalog — worth trying while it's fresh.
Tips for getting started
Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.
What's New
Imported from GitHub
Ratings & Reviews
0.0
out of 5
0 ratings
No reviews yet. Be the first to share your experience.