Free Static Website Hosting

Deploy your static site in seconds — drop in a build folder or ZIP from any static site generator.Free SSL, global CDN, no ads, no CLI.

Upload Your Website Files (HTML/ZIP)

Supports HTML & ZIP files (Free: 10MB, Pro: 100MB)

Host any static site generator

Build locally, then upload the output folder. No CLI, no Git push, no build configuration — just your static files.

Next.js

Upload out/ (next build && next export)

React (Vite / CRA)

Upload dist/ or build/ (npm run build)

Vue / Nuxt (static)

Upload dist/ (npm run generate)

Astro

Upload dist/ (npm run build)

Hugo

Upload public/ (hugo)

Jekyll

Upload _site/ (jekyll build)

Eleventy (11ty)

Upload _site/ (npx @11ty/eleventy)

Gatsby

Upload public/ (gatsby build)

SvelteKit (static)

Upload build/ (adapter-static)

Plain HTML / CSS / JS

Upload your folder (no build step)

How to host a static website for free

1. Build your site

Run your generator's build command (or write plain HTML). You get a folder of static files with an index.html.

2. ZIP the output

Compress the build folder — out/, dist/, public/ or _site/ — into one ZIP with index.html at the root.

3. Upload & publish

Drop the ZIP into the tool above. Your site is live instantly with a shareable HTTPS URL.

Why host your static site on Linkyhost?

Instant Deploy

Upload your build and go live in seconds. No CLI, no Git, no build server.

Any Generator

Next.js, React, Vue, Hugo, Jekyll, Astro, Gatsby — if it builds to static files, it hosts here.

Free SSL

Every site gets automatic HTTPS. Secure and professional out of the box.

Global CDN

Served from the edge worldwide with 99.9% uptime for fast loads everywhere.

No Ads

Your static site is completely ad-free — clean, distraction-free hosting.

Easy Updates

Re-upload to push a new build. Your URL stays the same so links never break.

What counts as a static website?

A static website is built from pre-rendered files — HTML, CSS, JavaScript, images and fonts — with no server-side code or database behind it. The same files are sent to every visitor, which makes static sites fast, secure, and ideal for free hosting.

Portfolios, landing pages, documentation, marketing sites, and anything built with a static site generator are all static. If your project needs a server, logins, or a database (a dynamic app), you'll want a different host — but if it's just files, you're in the right place. Just need to host a single HTML file? That works here too.

Frequently asked questions

What is static website hosting?

A static website is made of pre-built files — HTML, CSS, JavaScript, and images — with no server-side code or database. Static hosting serves those files directly to visitors. Linkyhost hosts them free with automatic HTTPS and a global CDN.

How do I host a static website for free?

Build or export your site, ZIP the output folder (for example Next.js out/, Hugo public/, or a Vite dist/), and upload it to Linkyhost. You get an instant HTTPS URL. A free account gets you started — no credit card.

Can I host a Next.js, React, or Vue build?

Yes. Run your production build/export, then upload the static output folder (out/, dist/, or build/) as a ZIP. As long as it's static files with an index.html at the root, it works. Server-rendered (SSR) apps that need a Node backend are not supported — export to static first.

How do I deploy a Hugo or Jekyll site for free?

Run hugo (output goes to public/) or jekyll build (output goes to _site/), ZIP that folder, and upload it. Your site is live with HTTPS in seconds.

Do I need a CLI, Git, or a build pipeline?

No. Unlike Netlify, Vercel, or GitHub Pages, there's no CLI to install, no Git push, and no build configuration. You build locally (or write plain HTML) and drag the files in.

Is static website hosting really free?

Yes. Free tier: 1 site, 10MB. Pro ($12/mo or $60/yr): unlimited sites, 100MB each, custom domains, and no branding. No credit card required to start.

Can I use my own custom domain?

Every site gets a free linkyhost.com subdomain with HTTPS. Connect your own domain (e.g. yoursite.com) on the Pro plan.

What's the difference between static and dynamic hosting?

Static hosting serves pre-built files and is fast, secure, and cheap to run. Dynamic hosting runs server-side code and a database for things like logins or user-generated content. Linkyhost is built for static sites — if your project is just HTML/CSS/JS, it's a perfect fit.