staticwebsitehosting.org, a leaderboard of top static website hosting providers for Jamstack sites.
Missing a static website hosting provider here? Just fork the repo and add the provider with an index.md
file in the content/sites/<name>/
folder.
Make sure to follow the following rules:
- Static Website Hosting: No server-side website hosting options. This means it needs to serve static content directly without involving PHP, Ruby, Node.js, Java, etc. The hosting provider must have the option to enable a CDN for optimized global static asset distribution which is one of the benefits of the Jamstack approach.
- Stick to the format: Fill out all the same fields as the other static website hosting providers in
content/sites
. - Short description: Keep all the details for the body text, keep the description for the overview page short and sweet.
Be sure that you have the latest node and npm installed, then clone this repository and run:
npm install
npm start
Then visit http://localhost:8000/ - Gatsby will automatically reload when changes occur.
To test a production build locally, do:
npm run build
npm run serve
To run a production build for deployment:
npm run build
staticwebsitehosting.org is built and maintained by Cosmic, a headless CMS to manage content for static websites and apps.
staticwebsitehosting.org is released under the MIT License. Please make sure you understand its implications and guarantees.