Glitch Makes Static Sites Easier

Iโ€™m a big fan of Glitch for quickly and easily spinning up a website or little toy app. Right now I have a little API for generating image tags for assets in my Cloudinary account, and a number of Next.js apps for things like generating tonal color palettes or telling me how many days Iโ€™ve been in Covid โ€œquarantine.โ€

Today, the team rolled out some new starter projects with new and improved support for generated static sites. Up to now, you could host fully static, hand-crafted HTML sites for free, but any kind of code (including a build step for the HTML) would require running a server, which would either go to sleep periodically or cost money. With these changes, Glitch will let you run build tools like Eleventy (for blogs and websites) or Vite (for JS & CSS assets) to generate your site, but will still host it 24-7 for free.