pyn
The Open Source Decentralized Edge Network.
Building a transparent, open-source content delivery network using proven protocols like IPFS.
- Free Subdomains: Instantly deploy with a unique *.pyn.sh domain.
- IPFS Hosting & Pinning: Persistent storage on IPFS.
- Global CDN: Edge nodes cache content close to users.
- Transparency: You own your data; open infrastructure.
Installation
curl -s https://get.pyn.sh | bash
Usage
Deploy your static site instantly:
# Deploy current folder
pyn
# Deploy a build folder
pyn ./dist
Architecture
- CLI (pyn): Handles uploads and domain registration.
- Control Plane (apy): Manages domain mappings and network state.
- Edge Node (edge): Lightweight proxy serving content from IPFS via Geo/Anycast DNS.