https://github.com/cosmicjs/staticwebsitehosting
Static Website Hosting is a leaderboard of the top static website hosting providers for static websites.
https://github.com/cosmicjs/staticwebsitehosting
jamstack static-website web-development
Last synced: 5 months ago
JSON representation
Static Website Hosting is a leaderboard of the top static website hosting providers for static websites.
- Host: GitHub
- URL: https://github.com/cosmicjs/staticwebsitehosting
- Owner: cosmicjs
- License: mit
- Created: 2020-07-15T18:11:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T17:36:18.000Z (over 1 year ago)
- Last Synced: 2025-04-05T04:51:14.679Z (9 months ago)
- Topics: jamstack, static-website, web-development
- Language: JavaScript
- Homepage: https://www.staticwebsitehosting.org
- Size: 340 KB
- Stars: 17
- Watchers: 2
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Static Website Hosting
[staticwebsitehosting.org](http://staticwebsitehosting.org), a leaderboard of top static website hosting providers for static websites.
[](https://app.netlify.com/sites/staticwebsitehosting/deploys)
## Contributing
Missing a static website hosting provider here? Just fork the repo and add the provider with an `index.md` file in the `content/sites//` 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 static website 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.
## Usage
Be sure that you have the latest node and npm installed, then clone this repository and run:
```bash
npm install
npm start
```
Then visit http://localhost:8000/ - Gatsby will automatically reload when changes occur.
To test a production build locally, do:
```bash
npm run build
npm run serve
```
To run a production build for deployment:
```bash
npm run build
```
## Cosmic
staticwebsitehosting.org is built and maintained by [Cosmic](https://www.cosmicjs.com), a [headless CMS](https://www.cosmicjs.com/headless-cms) to manage content for static websites and apps.
## License
staticwebsitehosting.org is released under the [MIT License](LICENSE).
Please make sure you understand its [implications and guarantees](https://writing.kemitchell.com/2016/09/21/MIT-License-Line-by-Line.html).