Wisp.place Documentation
Decentralized static site hosting on the AT Protocol.
Wisp.place enables you to host static websites directly in your AT Protocol repository. Your Personal Data Server (PDS) holds the cryptographically signed manifest and files as the authoritative source of truth, while hosting services index and serve them with CDN-like performance.
Quick Start
Section titled “Quick Start”Using the Web Interface
Section titled “Using the Web Interface”Visit https://wisp.place and sign in with your AT Protocol account to deploy sites through the browser.
Using the CLI
Section titled “Using the CLI”# Download the CLI binary for your platformcurl -L https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-clichmod +x wisp-cli
# Deploy your site./wisp-cli your-handle.bsky.social --path ./my-site --site my-siteYour site will be available at:
https://sites.wisp.place/{your-did}/{site-name}