I'm trying to put up a simple site with a few HTML and JS files, and I grabbed one of the first hosts I found, CloudFlare Pages. But even digging up the process to put up a tiny, static site like mine took some work -- there were absolutely no obvious options for it in the UI. The forum post I dug up linked to an official documentation page explaining that the only solution involved using git and pulling the files from a GH repo (link for the curious: https://developers.cloudflare.com/pages/framework-guides/deploy-anything/ )<p>This is obviously a much more complex and less straightforward user experience than the one I had some 20 years ago, when I used an FTP client to upload whatever I wanted by a process that was pretty obvious, took just a couple of steps, and was hard to screw up. That's exactly what I'd like to be able to do again, but I have no idea if there's a hosting service that can offer something like that today. Can anyone recommend one they've had good experiences with?
If you want to try out Cloudflare Pages again, you aren't required to have github integration. If you want to just upload and host some static assets you can use direct upload. You can basically just drag and drop/manually upload a zip file containing some HTML, JS, or other static assets and create a static site that way. (See: <a href="https://developers.cloudflare.com/pages/get-started/direct-upload/" rel="nofollow noreferrer">https://developers.cloudflare.com/pages/get-started/direct-u...</a>)<p>(Disclaimer: I'm an engineer on Cloudflare Pages)
No offence, there's a bit of stubbornness when someone says, "I used an FTP client to upload whatever I wanted by a process that was pretty obvious." Git + Pages/Netlify is a different setup than FTP for sure, but it isn't more complicated. Just connect your git repo with Cloudflare pages and push things to it. If you don't like CLI, there are plenty of git clients to do the job. Hell, you can edit files on Github repo itself.<p>The reason I say this is, because as I have grown senior, I started noticing similar stubbornness in myself ("This was so much easy back in our days") and attitude of refusing to learn that came with it. I don't deny that some of the complexity in the web world is unwarranted, but when I refuse to invest my time in even trying to understand new solutions, I fail to acknowledge the benefits as well.<p>In the FTP days, it was easy to crash the whole site because of bad code that creeped in and no easy to way to decipher what change caused it. Cloudflare pages allow my to restore my site to any point of time and makes it easier to keep track of changes.<p>I think it's important to keep an open mind when it comes to new solutions.
<i>“I have no idea if there's a hosting service that can offer something like that today”</i><p>There are lots of hosting providers that still offers this kind of functionality. I imagine that e.g. a lot of WordPress users still deploy in this manner.<p>As long as the provider offers SFTP you can use e.g. WinSCP or Cyberduck to drag and drop files.
I use Digital Ocean's App Platform which has free hosting for 3 static sites. CD is setup through integrations with GH/GL/BB, if I recall correctly. No particular reason why I chose this, other than I had a DO account open already for a few latent domains. It's proven to be simple enough & batteries included.
I did this a few months ago, and CF Pages is by far the most flexible and easy way once you have it setup. Spend some time just setting it up and understanding it and then making changes is just a commit and push away. Scales well and offers a lot of other features some of the other platforms don't, for free
> That's exactly what I'd like to be able to do again<p>Dreamhost.com (or one of the many others).<p>Pick 'webhosting' as the option. You may even get a free .com for a year, just like back in the day.<p>Github pages and CDNs and CMSs and one-click install and VPSs and all that jazz don't fix an unbroken problem: Hosting static files on a webserver that likely hosts hundreds or thousands of sites effortlessly.<p>None of that jazz is needed. FTP your files. With FileZilla. Like back in the day.
I find Netlify has a nicer interface for setting up a site through Git(Hub) (more hand-holding), but it also lets you upload a site by dragging and dropping a folder into their UI.
If you don’t want to go to the trouble of setting up a Git repository and connecting it to Netlify, you can always use Netlify Drop: <a href="https://app.netlify.com/drop" rel="nofollow noreferrer">https://app.netlify.com/drop</a><p>Just drag and drop the directory containing your website to the page, and it takes care of the rest. Very convenient for hosting simple fire and forget web pages online.
"Deploy anything in six keystrokes"<p><a href="https://surge.sh/" rel="nofollow noreferrer">https://surge.sh/</a>
- S3/R2/GS<p>- Github Pages / Cloudflare Pages<p>- Heroku / Cloudflare Workers<p>- ngrok<p>Take your pick. You can get a lot done with many of these and with a free quota.