PinMe: Deploy Your Static Front-End to IPFS + ENS in One Command

Frontend engineers have long relied on centralized tools to host their sites—services like GitHub Pages, Vercel, or Netlify. But if you're building for permanence, privacy, or permissionless access, those come with risks: DNS hijacks, takedowns, and opaque trust assumptions. PinMe is a minimal CLI tool that lets you upload static files directly to IPFS and bind them to an ENS name. One command, zero config, no accounts. To get started, install PinMe and deploy in seconds: # Install globally npm install -g pinme # Deploy your site pinme upload /path/to/your/dist Why Use PinMe?

May 26, 2025 - 00:30
 0
PinMe: Deploy Your Static Front-End to IPFS + ENS in One Command

Frontend engineers have long relied on centralized tools to host their sites—services like GitHub Pages, Vercel, or Netlify. But if you're building for permanence, privacy, or permissionless access, those come with risks: DNS hijacks, takedowns, and opaque trust assumptions.

PinMe is a minimal CLI tool that lets you upload static files directly to IPFS and bind them to an ENS name. One command, zero config, no accounts.

To get started, install PinMe and deploy in seconds:

# Install globally
npm install -g pinme

# Deploy your site
pinme upload /path/to/your/dist

Why Use PinMe?