Skip to content

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.

Visit https://wisp.place and sign in with your AT Protocol account to deploy sites through the browser.

Terminal window
# Download the CLI binary for your platform
curl -L https://sites.wisp.place/nekomimi.pet/wisp-cli-binaries/wisp-cli-x86_64-linux -o wisp-cli
chmod +x wisp-cli
# Deploy your site
./wisp-cli your-handle.bsky.social --path ./my-site --site my-site

Your site will be available at:

https://sites.wisp.place/{your-did}/{site-name}