Software Alternatives & Reviews

Ask HN: Cheapest/ easiest way to host a static site

Cloudflare Pages surge.sh NearlyFreeSpeech.NET Vercel Render Bunny.net Gift Wrap My Face lftp LayerCI tiiny.host
  1. Deploy blazing fast static sites and serverless functions.
    > Unlimited bandwidth<p>you can upgrade to the pro ($20/mo) or business ($200/mo) plans for more concurrent builds or builds per month. Still not priced per domain or site!<p>[1]: <a href="https://pages.cloudflare.com/#pricing" rel="nofollow">https://pages.cloudflare.com/#pricing</a>.

    #Developer Tools #Static Site Generators #Cloud Computing 130 social mentions

  2. Static website hosting for front-end developers.
    Pricing:
    • Open Source
    I continue to be a big fan of surge [1]. A number of toy projects/demos of mine have been developed using create-react-app, rendered to static files, then deployed via surge.<p>[1] = <a href="https://surge.sh/" rel="nofollow">https://surge.sh/</a>.

    #Static Site Generators #Website Builder #Cloud Computing 24 social mentions

  3. For as little as $0.25, you can set up web sites at NearlyFreeSpeech.
    I use <a href="https://nearlyfreespeech.net" rel="nofollow">https://nearlyfreespeech.net</a> for my static site.<p>It isn't free -- it is pretty cheap -- but it has a lot going for it. It requires no custom tooling -- I upload via rsync. This makes it trivial to migrate to a new provider if necessary.<p>I develop my site locally, then rsync it up. I have a custom domain pointed at the site, and also a custom .htaccess, so I have a good amount of control over the site. I do things like serve html without the .html filetype in the url; e.g. <a href="https://zck.org/emacsconf2020" rel="nofollow">https://zck.org/emacsconf2020</a> is stored on the server as emacsconf2020.html . (I do this so Emacs recognizes the files as html, but keeps the urls clean).<p>It's a nice tool if you want to get a little involved in your setup, without getting wrapped up in proprietary tooling. It does charge for what you use, so it's not a great site if you are going to host Blu-ray images that get downloaded from everyone on HN.

    #Web Hosting #Hosting #Shared Hosting 22 social mentions

  4. 4
    Vercel is the platform for frontend developers, providing the speed and reliability innovators need to create at the moment of inspiration.
    Check out Vercel! [1] You can deploy in a single command in a few minutes. No hoops.<p>Disclaimer: I work at Vercel, happy to answer any questions.<p>[1]: <a href="http://vercel.com/" rel="nofollow">http://vercel.com/</a>.

    #Developer Tools #Web Development Tools #App Deployment 527 social mentions

  5. 5
    Render is a unified platform to build and run all your apps and websites with free SSL, a global CDN, private networks and auto deploys from Git.
    I user <a href="https://render.com" rel="nofollow">https://render.com</a> for my dynamic ($7/month) and static (free) sites.<p>You specify a build command (ex. `npm run build`), and a directory `_site/` and it will build and host it for you. It can automatically deploy on git events, or via web hook, or manually (button push).<p>I stan render.

    #Cloud Infrastructure #Cloud Computing #Cloud Hosting 419 social mentions

  6. BunnyCDN is a simple and powerful CDN, offering lightning fast performance for a fraction of the cost with free SSL, Brotli, HTTP/2 and 100% Pay As You Go pricing.
    Seconding the <a href="https://nearlyfreespeech.net" rel="nofollow">https://nearlyfreespeech.net</a> suggestion. I used to be their customer and had absolutely no complaints.<p>I have switched to BunnyCDN [1] a while back, also very happy with it. Pricing is extremely cheap, and has the added benefit of being able to cache anything dynamic you might add in the future.<p>[1]: <a href="https://bunny.net/" rel="nofollow">https://bunny.net/</a>.

    #CDN #Cloud Computing #Content Distribution 63 social mentions

  7. NOTE: Gift Wrap My Face has been discontinued.
    Give the gift of selfie with custom wrapping paper!
    Check with your ISP, they often offer some 10 or sometimes 50! MB of free space to host your homepage and images under an account url, eg: <a href="http://example.com/~you" rel="nofollow">http://example.com/~you</a>. Uploading is easy, just FTP your files to their server and your done!<p>I miss the old days :(.

    #Social Networks #Social Network #Microblogging 83 social mentions

  8. 8
    lftp is a command-line file transfer program which besides FTP, also supports FTPS, HTTP, HTTPS...
    Pricing:
    • Open Source
    Seconding BunnyCDN. I use it with <a href="https://lftp.yar.ru/" rel="nofollow">https://lftp.yar.ru/</a> in reverse mirror mode to upload/update my generated public/ folder. Easy and cheap!

    #SSH #File Transfer #CLI 6 social mentions

  9. The fastest and easiest to use CI/CD platform for SaaS companies building websites and web applications.

    #Continuous Integration #Continuous Deployment #DevOps Tools 3 social mentions

  10. The simplest way to share your web project.
    Pricing:
    • Freemium
    • Free Trial
    • $9.0 / Monthly

    #Website Builder #Static Site Generators #Cloud Computing 19 social mentions

  11. Production-grade Hosting for Developers

    #Developer Tools #Website Builder #Static Site Generators 23 social mentions

  12. A static site generator by Vue.js 🛠️
    Pricing:
    • Open Source
    I have looked into this, I found that [vuepress] <a href="https://vuepress.vuejs.org/" rel="nofollow">https://vuepress.vuejs.org/</a> compiles into quite good looking static sites.

    #CMS #Blogging #Blogging Platform 31 social mentions

  13. A free, static web host for open-source projects on GitHub
    Pricing:
    • Open Source
    If you don’t mind the code being public, GitHub pages is free and a fantastic resource. I think you can also upgrade to a paid version to make the code private. Check it out here: <a href="https://pages.github.com/" rel="nofollow">https://pages.github.com/</a>.

    #Static Site Generators #Cloud Computing #Blogging 466 social mentions

  14. A magical documentation site generator.
    Pricing:
    • Open Source
    I use docsify with github pages. This allows you to edit in markdown.<p>Github basically gives you a free IDE.<p><a href="https://docsify.js.org/#/" rel="nofollow">https://docsify.js.org/#/</a>.

    #Documentation #Documentation As A Service & Tools #Knowledge Base 17 social mentions

Discuss: Ask HN: Cheapest/ easiest way to host a static site

Log in or Post with