DEV Community

Grayson Campbell
Grayson Campbell

Posted on

The ONLY way to host your website for free

Host a simple portfolio/website for free today at: queryscript.github.io

Hello. My name is Grayson, and I figured out a way to get your site out there for completely free. It cannot have it's own domain name (yet), but it can host a simple, under 4.8kb website for completely free.

For instance, go to:
https://querysite.github.io/show/?data=H4sIAAAAAAAAA_NIzcnJVyjPL8pJ4QIA1eA5twwAAAA

If you clicked on the link, you will see that it says "Hello world". How does it work? Well, QuerySite converts raw HTML data into zlib compression, then it converts that into base64 to make it browser friendly. It then puts the data into a query string, and decompresses it, showing you the data you wrote!

This means that technically, you can host websites for completely free without any cost! Thanks for reading this!

Top comments (0)