Poof .
Make a page, share the link — then poof, it’s gone.
Poof is a tiny, self-hosted, agent-native way to publish a folder of static HTML. You push it up, you get back an unguessable link, and the share quietly deletes itself when its time is up.
Publish
poof ./my-site 1h # link that self-destructs in an hour
poof ./deck 2d --slug demo # a memorable URL you can update later
poof ./report 1w --password hunter2
How it works
- Every share has an expiry — minutes, hours, days.
- Random slugs are unguessable; the URL is the secret.
- Named slugs are owned by their creator — nobody else can overwrite them.
- Optional password gates viewing over HTTPS.