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.
Due to continued malicious activity, uploading websites is no longer publicly offered. You are welcome to run your own instance following the instructions on GitHub.
The following instructions only apply to those manually given access.
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.
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.
TMPWEB_TOKEN="tmpweb_a1b2c3d4..."
curl --user "token:${TMPWEB_TOKEN}" --data-binary @website.zip https://tmpweb.net
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.