TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Where would you host 100 small, customizable, static sites?

7 pointsby olleracover 7 years ago
I want to offer dead simple website hosting for customers of my startup. Only small customizations for each page. Only one template. I'm thinking the AWS API with S3, Cloudfront, Route53, along with a custom front end, but I wanted to check here first to make sure I'm not getting in over my head.

5 comments

lowhangingnutsover 7 years ago
I&#x27;ve used <a href="https:&#x2F;&#x2F;www.netlify.com" rel="nofollow">https:&#x2F;&#x2F;www.netlify.com</a> to host 100s of static sites for my clients.<p>It integrates nicely with GitHub and is blazing fast (distributed, geo-cached CDNs).<p>Best of all, the team at Netlify knows what it&#x27;s doing, and founder Matt is very smart and their support responds instantly to any questions, no matter how deeply techie it is or how complex.<p>[ Disclaimer: I&#x27;m not affliated with Netlify. Just happen to love their service as I was looking for this and did an extensive evaluation of various such service providers]
评论 #15370720 未加载
评论 #15373275 未加载
tmnvixover 7 years ago
I&#x27;m currently building something very similar.<p>The stack is very similar to what you&#x27;re proposing:<p>S3, Route53, Cloudfront, with a Django backend running on Lambda (using the great Zappa! framework for this), and a very basic CMS built with React. Django and React apps rely on a Graphql implementation (Graphene + Apollo) for data transfer.<p>For a short while I considered using Google&#x27;s cloud offering due to S3 having a 50 bucket limit but they have since dropped that limitation.<p>I&#x27;ve been jumping back and forth between the infrastructure and apps solving each problem only when necessary but would be happy to share what little experience I have with you.<p>You can PM me if you like: mail[at]woven.website
jlgaddisover 7 years ago
This doesn&#x27;t sound like anything a small, $5-10&#x2F;month VPS couldn&#x27;t handle.
评论 #15370988 未加载
jstewartmobileover 7 years ago
I&#x27;d do it caveman style and self host. Keep a tiny VM of your setup on the cloud somewhere as a failover (only have to power it on long enough to rsync).<p>As long as things stay small, managing hardware is usually easier than addressing 3rd-party curve-balls.
cdvonstinkpotover 7 years ago
FastMail accounts come with ftp&#x2F;webdav storage &amp; an interface for turning a directory into a static site. Fast backend, reseller accounts, DNS, etc. No complaints.