Hosting & Domaining Forum

Hosting Discussion => Free Hosting Discussion => Topic started by: GavinOwlsen on Nov 09, 2022, 03:25 AM

Title: Free hosting for static websites
Post by: GavinOwlsen on Nov 09, 2022, 03:25 AM
I really enjoyed using GitHub Pages. By simply using git push, I was able to create a static website on the internet within minutes with ip 6 and ssl.

Do you know of any other comparable options that allow for quick domain attachment and creation of static websites?
Title: Re: Free hosting for static sites
Post by: anhyeuviolet on Nov 09, 2022, 04:02 AM
I have been maintaining a static blog on WordPress at Baguette's free plan for several years and it has been quite satisfactory. The only drawback is that SSL certificates were not available when I made the site. However, I was able to connect a free Cloudflare service to the domain, which provides indefinite security certificates and other benefits.

In addition, there is also the option of using https://lite.host/hosting/educational which offers SSH access with support for git and task scheduling. Automatic unloading can be implemented via the scheduler (git pull), or through Github hooks. The platform provides a free third-level domain or the option of connecting your own domain, and ipv6 and ssl are available out of the box.
Title: Re: Free hosting for static sites
Post by: dark404 on Dec 30, 2022, 05:27 AM
Render is a platform that allows for easy deployment of static websites by connecting a GitLab or GitHub repository and serving the site on a global CDN. The platform offers hosting for static sites up to 100 GB per month for free and charges $0.10 per month for each additional gigabyte.

Render also has features like automatic and continuous deployment, proactive cache cancellation, and an option to add employees to manage the site. Additionally, the platform provides bandwidth schedules, built-in HTTP/2 support, rewriting and redirection capabilities, and automatic Brotli compression to improve performance.

Vercel, on the other hand, is an all-in-one platform that supports the deployment of JAMstack and static websites without requiring any configuration. It works with any type of web infrastructure and supports popular frontend frameworks like Next.js, Vue.js, React, Angular, Gatsby, Hugo, Nuxt, Ember, and Svelte.

The platform facilitates integration with Git providers such as GitHub, Bitbucket, and GitLab. Vercel also offers dynamic site recovery using deployable hooks and projects can be deployed one page at a time without needing to rebuild the entire site. The platform has ultra-fast global CDNs located in 70 cities and guarantees 99.99% availability.
Title: Re: Free hosting for static websites
Post by: soffice on Aug 11, 2023, 11:18 AM
Yes, there are several options available for quickly creating static websites and attaching custom domains. Some popular alternatives to GitHub Pages include:

1. Netlify: Netlify offers a similar experience to GitHub Pages with easy deployment using git push. It provides automatic SSL certificates and domain management, making it simple to attach custom domains.

2. Vercel: Vercel (formerly known as Zeit) is another popular option for deploying static websites. It provides seamless integration with popular frameworks like Next.js and Gatsby, and offers quick deployments with built-in SSL and domain management.

3. Firebase Hosting: Firebase Hosting is part of the Google Cloud Platform and allows you to deploy static websites quickly and easily. It also provides features like CDN (Content Delivery Network), SSL certificates, and supports custom domains.

4. AWS Amplify: Amplify is a service by Amazon Web Services that allows you to deploy static websites with just a few commands. It integrates well with other AWS services and provides features like SSL certificates, custom domains, and CDN support.

5. Surge: Surge is a straightforward and lightweight option for static site deployment. It supports custom domains and SSL certificates, and you can deploy your site with a single command.

6. GitLab Pages: Similar to GitHub Pages, GitLab Pages allows you to host static websites directly from your GitLab repository. It offers SSL support, custom domain attachment, and automated deployment workflows.

7. Heroku: Although primarily known for hosting dynamic applications, Heroku also supports static website deployments. You can use Heroku's easy deployment process to push your static site to a dyno, attach a custom domain, and enable SSL.

8. Cloudflare Pages: Cloudflare Pages is a relatively new offering that leverages Cloudflare's global edge network for fast and secure static site hosting. It integrates with popular Git providers, allows custom domain attachment, and includes SSL certificates at no additional cost.

9. Render: Render is a modern cloud provider that offers managed static site hosting. It provides an intuitive UI, supports automatic deployments from Git repositories, custom domains, SSL certificates, and even serverless functions if needed.

10. Zeit Now: Zeit Now is a serverless deployment platform that allows you to deploy static websites easily. It offers seamless integration with popular frameworks like Next.js and Gatsby, supports custom domains, and provides automatic SSL certificates.

11. Cloudinary: While primarily known as an image and video management platform, Cloudinary also provides static website hosting capabilities. You can upload your HTML, CSS, and JavaScript files directly to Cloudinary and attach a custom domain for your website.

12. GitBook: GitBook is a dоcumentation platform that also allows you to create static websites from your markdown files. With GitBook, you can quickly turn your dоcumentation into an easily accessible static website with custom domain support.

13. Fast.io: Fast.io is a platform specifically designed for hosting static websites and files. It offers easy deployment from popular cloud storage services like Google Drive, Dropbox, and GitHub. With custom domain support and SSL certificates, you can quickly get your static website up and running.

14. Bitbucket Pages: Similar to GitHub Pages and GitLab Pages, Bitbucket Pages enables you to host static websites directly from your Bitbucket repositories. It includes features like custom domain attachment, SSL support, and automated deployments.
Title: Re: Free hosting for static websites
Post by: tanuja19 on Dec 18, 2024, 05:58 AM
I'd recommend using Netlify, which offers a seamless integration with GitHub and other version control systems, allowing you to deploy static websites with SSL encryption and custom domains in minutes. Its robust features, such as automatic code optimization and caching, make it an ideal choice for developers.

Vercel is another popular option that enables fast and secure deployment of static websites, with features like automatic SSL encryption, HTTP/2 support, and customizable domains. Its tight integration with popular frameworks like Next.js and Gatsby makes it a favorite among web developers.