Skip to main content
0
P

Pinme

Deploy Your Frontend in a Single Command. Claude Code Skills supported.

Rating

0.0

Votes

0

score

Downloads

0

total

Price

Free

No login needed

Works With

Claude CodeCursorWindsurfVS CodeDeveloper tool

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

Prerequisites

  • Node.js 16.13.0 or higher required
bash
# Check your Node.js version
node --version

Three Steps to Deploy

  1. 1.Install PinMe
bash
npm install -g pinme
  1. 1.Build your project (if not already built)
bash
# For Vite/React/Vue projects
npm run build

# For Next.js (static export)
npm run build
  1. 1.Upload to PinMe
bash
# Upload the dist directory (most common)
pinme upload dist

# Or upload build directory
pinme upload build

That'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. 1.Check Environment Requirements

```bash

# Check Node.js version (requires 16.13.0+)

node --version

```

  1. 1.Install PinMe CLI (if not installed)

```bash

npm install -g pinme

```

  1. 1.Identify the Static File Directory

Priority order to check:

  • dist/ - Default output directory for Vue/React/Vite projects
  • build/ - Output directory for Create React App
  • out/ - Output directory for Next.js static export
  • public/ - Pure static file projects

Validation Rules:

  • Folder must exist
  • Must contain index.html file (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 HashRouter instead of BrowserRouter
  • For Vue: use createHashHistory() instead of createWebHistory()

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

1

Tap "Get" above, pick your AI app, and follow the steps. Most installs take under 30 seconds.

What's New

Version 1.0.06 days ago

Imported from GitHub

Ratings & Reviews

0.0

out of 5

0 ratings

No reviews yet. Be the first to share your experience.