Get an instant, temporary preview of html files or websites. Like a temporary Netlify or Vercel.
Upload a single .html file, multiple files, a directory or a .zip file with html / css / javascript.
The files are private (under random url) and will be deleted after ~2 hrs.
Upload from command line using curl:
curl -F name-on-server.html=@local-file.html https://www.instantpreview.dev/upload
curl --upload-file local-file.html https://www.instantpreview.dev/name-on-server.html
zip -9 -r website.zip www
curl --upload-file website.zip https://www.instantpreview.dev/upload
Max size of a single file: 5 MB, max size of all files: 10 MB.