Site download and static website hosting

A simpler and more straightforward way do download glitch sites: use the winhttrack app for windows. If you have more than one, you need to do one by one, though.

Does anyone know any free hosting site more straightforward where you can just ftp the files to than the hassly github, vercely and the like?

1 Like

i recommend looking into cloudflare pages but you will always have to deal with git. i actually really like it.

1 Like

you don’t always have to deal with git! static files and be dragged and dropped into the broswer on neocities.org

1 Like

just wanna throw in a big +1 to neocities instead of cloudflare

1 Like

for static sites I’m just downloading the backup from glitch, editing them to replace the assets, then doing a manual “drag & drop” deploy to Netlify.
no git needed.

git makes stuff seriously more easy to manage tbh
glitch also uses git but it’s a bit more hidden away

for static sites with maybe one or 2 pages I think git’s overkill. but for node apps, yes it’s essential