site.site.yanpla.nl

ONE FILE. ONE LINK.

Put HTML
on the internet.

Drop an HTML file or a ZIP containing a site. Get an unlisted, permanent URL that works for humans and agents.

+
Drop your site hereHTML or ZIP · 10 MiB upload · 25 MiB expanded

FOR AGENTS

The API is the product.

POST the raw file body. The response gives you the UUID and public URL.

curl -X POST https://site.yanpla.nl/api/sites \
  -H 'Content-Type: text/html' \
  -H 'X-Filename: index.html' \
  --data-binary @index.html