Temporary hosting for static websites, usable programmatically.
tmpweb.net is a temporary hosting service for static websites, which you can use for free, even programmatically!
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 below curl command is a simple way to programmatically upload a site.
curl --data-binary @website.zip https://tmpweb.net
Or if you prefer, you can manually upload a site from this page.
tmpweb.net is intended to aid in sharing generated HTML reports and design prototypes. Its source code can be found on GitHub.
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 not written to permanent storage.
If you have any questions please contact admin@tmpweb.net.