A folder · a domain · online
Send the files. We put them online.
A website on hostingthing is a folder of finished pages. You send it, we serve it on your domain with HTTPS, and it stays up. No server to rent, no certificates to renew, nothing on your side to maintain.
Act I
Doing it yourself.
You have a folder of pages and a domain. Putting them online properly, once, looks like this.
01 · A server
First, rent a computer.
Pick a region, an operating system and a size you can't judge yet, and paste in an SSH key you'll need to keep safe from now on.
02 · A web server
Then configure a web server.
Install nginx, write a server block by hand, link it into place, test it, reload it. The syntax is its own small language.
03 · HTTPS
Then get a certificate.
certbot edits your nginx config for you and hands you a certificate that expires in ninety days. Renewal is a timer you hope is running.
04 · The files
Then upload. After every edit.
A fixed typo is another upload, from the one laptop that has the right key and remembers the right flags.
05 · Keeping it alive
And then nobody's watching.
Security updates, a disk slowly filling with logs, and the backups you meant to set up. When it goes down, you find out from a customer.
That was one site, set up once.
- commands
- 12
- config files by hand
- 1
- things that break quietly
- 3
- people watching it
- 0
Here's the same site, on hostingthing.
Act II
The hostingthing way.
Your side is three steps, and two of them happen once.
01 · Send the folder
You send the files.
The pages, the images, the stylesheet: whatever the site is made of. By email is fine. There's no account and nothing to install.
02 · Point the domain
You point the domain, once.
Two records at your registrar. The domain stays registered in your name, and you never touch this again.
03 · It's live
And it's online.
At your own address, with HTTPS that renews itself. An edit is an email with the new words, and the site stays up without you doing anything.
Act III
What's behind it.
Everything you never have to see, and none of it is magic. These are the real commands and the real answers from the host serving this page.
Our side · 01
A site is a folder and a line.
Your files go in a folder, your domain goes in the registry, and a check makes sure the two agree before anything ships.
Our side · 02
Deployed with the fleet.
The host runs on iacthing. A deploy pins the new sites into the release and switches the server to it; the proxy in front reads the same registry and gets a certificate for every name in it.
Our side · 03
Every request is one of five answers.
A page, a "you already have it", a redirect to a folder's page, the site's own not-found page, or a refusal to anything but reading. That's the whole host.
| Measure | Doing it yourself | hostingthing |
|---|---|---|
| HTTPS | certbot and a renewal timer | renewed in front of the site |
| Backups | the ones you meant to set up | every change kept, off the machine |
| Edits | an upload after every one | send the words |
| When it goes down | a customer tells you | I hear about it first |
| Your name on it | yes | yes, and you can leave with it |
Ask for a site.
One flat monthly price, agreed up front, and no invoice per change. It's invite only: tell me what the site is and I'll tell you the number. If it's a few pages that rarely change, a free host really is enough, and I'd rather say so.