Product Introduction
- Definition: PinMe is a decentralized static site deployment tool (technical category: Web3 hosting solution) enabling frictionless publishing via IPFS/blockchain infrastructure.
- Core Value Proposition: It eliminates deployment complexity by offering instant, account-free site publishing with cryptographic verification, targeting users needing zero-configuration hosting without vendor lock-in.
Main Features
- Browser-Based Drag-and-Drop Deployment: Upload files/folders directly from any browser. Files are processed client-side, hashed via SHA-256 for integrity, and pinned to IPFS nodes. No server-side processing required.
- CLI Terminal Deployment: Install via NPM (
npm install -g pinme), then deploy sites/assets usingpinme upload <path>. Uses libp2p for peer-to-peer file transfer and generates immutable IPFS Content Identifiers (CIDs) for each deployment. - Custom Domain Support: Map domains through DNSLink by creating TXT records pointing to IPFS CIDs. Supports ENS (.eth) domains natively via Ethereum integration.
- Tamper-Proof Verification: All deployments generate cryptographic hashes (stored on-chain) allowing users to publicly verify file integrity using CID checksums.
- Zero-Cost Entry: Free tier leverages decentralized storage networks (IPFS/Filecoin), with optional paid upgrades for extended pinning duration or accelerated gateway access.
Problems Solved
- Pain Point: Eliminates time-consuming cloud service configuration (AWS S3, Netlify), account signups, and payment barriers for simple site deployments.
- Target Audience:
- Frontend developers prototyping React/Vue.js apps
- Technical educators sharing workshop materials
- Open-source projects needing documentation hosting
- Marketing teams publishing landing pages
- Use Cases:
- Instantly deploy project demos during live coding sessions
- Share temporary design mockups without cloud setup
- Host verified documentation for crypto/Web3 projects
- Distribute press kits via timestamped, immutable URLs
Unique Advantages
- Differentiation: Unlike Vercel/Netlify, PinMe requires no accounts, emails, or OAuth. Unlike traditional IPFS tools (Fleek), it offers browser-native deployment without wallet logins.
- Key Innovation: Client-side file processing + blockchain anchoring enables true "deploy-and-forget" functionality. Cryptographic verification solves trust issues in decentralized hosting.
Frequently Asked Questions (FAQ)
- Is PinMe really free? Yes, basic deployments are free using public IPFS gateways. Optional premium features include dedicated gateways and extended file pinning durations.
- How does PinMe verify content integrity? Every file generates a unique CID (Content Identifier) derived from its cryptographic hash. Users can cross-verify CIDs via IPFS explorers to confirm untampered content.
- Can I use PinMe for commercial websites? Absolutely. Custom domain support and cryptographic verification make it suitable for business-critical sites like product launches or documentation portals.
- What happens if my files are unpinned? Free-tier files follow IPFS network retention rules. For permanent storage, upgrade to paid pinning services or self-host your own IPFS node.
- Does PinMe support dynamic content? No, it exclusively hosts static sites (HTML/CSS/JS). Use serverless backends (e.g., Cloudflare Workers) for dynamic functionality.
