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-handle}/{site-name}

Or map it to your own domain with a DNS TXT record.

  1. You upload static files (HTML, CSS, JS, images — anything a browser can serve)
  2. Files are compressed and stored as blobs in your AT Protocol repo as a place.wisp.fs record
  3. Hosting services watch the AT Protocol firehose and cache your site
  4. Visitors get your site served fast from cache, with automatic invalidation on updates

Your PDS is the source of truth. Hosting services are read-only caches — they can always reconstruct your site from your repo.