/tmp/web.net

Temporary hosting for static websites, usable programmatically.

tmpweb.net is a temporary hosting service for static websites which can be used programmatically. It is intended to aid in sharing generated HTML reports and design prototypes. Its source code can be found on GitHub.

With this service you can create a hosted website simply by uploading a HTML, zip, or tar file containing your site. The server will respond with the URL where your website will be hosted for the next seven days.

Due to malicious activity, uploading websites now requires authentication via an API token. To request an API token please email admin@tmpweb.net.

The file should be uploaded via HTTP POST and be less than 50 MiB in size. The API token should be included as the password in HTTP Basic authentication, with the user-id set to "token".

The below curl command is a simple way to programmatically upload a site.

curl --user token:tmpweb_a1b2c3d4 --data-binary @website.zip https://tmpweb.net

Or if you prefer, you can manually upload a site from this page.

Terms and Conditions

Last updated on the .

By uploading content to this service you are granting us permission to redistribute it until it is deleted. No other rights are granted, and you retain whatever rights you had to the content.

Uploaded content is deleted approximately 7 days after being uploaded, though there may be up to a 24 hour delay. At our discretion we may delete content sooner. This may be due to receiving a complaint, storage considerations, or any other reason.

The service temporary collects technical information such as your IP address to ensure the reliability of the service. This information is retained for less than 30 days.

When you request an API token your email address is recorded alongside the generated token so we can effectively control malicious uploads. We will never share your email address.

If you have any questions please contact admin@tmpweb.net.