Free Static Website Hosting

Host one standalone HTML page free, or deploy a multi-file ZIP from any static site generator on Pro.Free SSL, global CDN, no ads, no CLI.

Upload Your Website Files (HTML/ZIP)

Standalone HTML is free; multi-file website ZIPs require Pro (Free: 10MB, Pro: 100MB)

Free vs Pro website hosting

Start free. Upgrade only when you need more sites, larger uploads, or your own branding.

FeatureFreePro
Website uploads1Unlimited
Maximum upload size10 MB100 MB
Monthly views200 across the accountUnlimited
View analyticsIncludedIncluded
Custom domainsNot includedIncluded
Linkyhost brandingShownCan be hidden

Host any static site generator on Pro

Build locally, then upload the output folder. No CLI, no Git push, no build configuration — just ZIP your static files. A standalone HTML page stays on the Free plan.

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

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. Choose the package

Upload one standalone HTML file on Free. For a multi-file or JavaScript site, ZIP the build output for Pro.

3. Upload & publish

Drop the HTML or ZIP into the tool above. Your site is published 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 on Pro

Next.js, React, Vue, Hugo, Jekyll, Astro, Gatsby — if it exports static files, upload the ZIP on Pro.

Free SSL

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

Global Delivery

Static assets are delivered globally for fast loading without a server to manage.

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 straightforward to host.

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 one standalone HTML page free; multi-file sites and JavaScript builds require Pro.

How do I host a static website for free?

Upload one standalone HTML file to Linkyhost. A free account includes one site up to 10MB. Multi-file ZIP sites and JavaScript require Pro; your selected ZIP is preserved through sign-in and checkout.

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 on Pro. As long as it's static files with an index.html, 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 on Pro. 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: one standalone HTML site up to 10MB; scripts are removed for safety. Pro ($12/mo or $60/yr): multi-file and JavaScript ZIP sites, unlimited uploads, 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 can export to HTML/CSS/JavaScript files, it can be deployed here. Multi-file and JavaScript sites require Pro.