# Fylo.Host > Static site hosting with auto page-speed optimization built in. Upload or paste HTML > and Fylo.Host serves it from a global edge network with minification, JavaScript > delay, WebP image conversion, font subsetting, lazy loading and edge caching > already switched on — no build step, no configuration, no signup required to > publish your first site. Fylo.Host differs from Netlify, Vercel and GitHub Pages in that it does not only deploy your files, it optimizes them. Every performance setting a performance engineer would configure by hand is applied automatically at the edge. ## Product - [Homepage](https://fylo.host/) - [How it works](https://fylo.host/#how) - [Features](https://fylo.host/#features) - [Pricing](https://fylo.host/#pricing) - [Live sites built on Fylo.Host](https://fylo.host/#projects) - [FAQ](https://fylo.host/#faq) - [HTML Game Hosting](https://fylo.host/html-game-hosting) - [HTML Website Hosting](https://fylo.host/html-website-hosting) - [ZIP File Hosting](https://fylo.host/zip-file-hosting) - [Landing Page Hosting](https://fylo.host/landing-page-hosting) - [Free Web Hosting for Students](https://fylo.host/web-hosting-for-students) - [Free Temporary Website Hosting](https://fylo.host/temporary-website-hosting) - [Free Domain and Hosting Lifetime](https://fylo.host/free-domain-and-hosting-lifetime) - [Static Site Contact Form](https://fylo.host/static-site-contact-form) ## Plans - Free — $0/mo. 1 site, 10 MB, 1,000 visits/mo, speed optimization, global edge network. - Starter — $6.99/mo. 1 site, 500 MB, 1 custom domain, 25,000 visits/mo, edge cache. - Pro — $18.99/mo. 4 sites, 2 GB, 4 custom domains, 150,000 visits/mo, forms. - Business — $28.99/mo. 10 sites, 10 GB, 10 custom domains, 1,000,000 visits/mo, priority support. Annual billing is 33% below monthly. All paid plans carry a 7-day money-back guarantee. ## Publish from an AI agent (API) Get an API key at https://fylo.host/dashboard/api (keys look like fylo_live_...). Then: 1. POST https://fylo.host/api/v1/sites with header Authorization: Bearer and JSON body {"html": "", "subdomain": "optional-slug"}. Response 201: {"id", "subdomain", "url", "status", "created_at", "expires_at"}. 2. PUT https://fylo.host/api/v1/sites/ with the same body to update the same site; the URL does not change. Body is either {"html": "..."} for a single page (max 10 MB), or {"files": [{"path": "index.html", "content": "..."}, {"path": "css/app.css", "content": "..."}, {"path": "img/logo.png", "content": "", "encoding": "base64"}]} for a multi-file site (text as strings, binaries base64, at least one .html, up to 2000 files / 20 MB per request). 30 requests per minute per key. Errors are {"error": {"code", "message"}}: unauthenticated (401), missing_html / invalid_subdomain (400), subdomain_taken (409), plan_limit (402), too_large (413), rate_limited (429), multi_file_not_supported (501). - [API reference](https://fylo.host/docs/api) - [Agent skill for Claude Code, Codex, Cursor](https://github.com/raviblogger/fylo-host-skill) - install with: npx skills add raviblogger/fylo-host-skill --skill fylo -g ## Hosting for AI builders - [Claude Artifacts Hosting](https://fylo.host/ai-builder/claude-artifacts-hosting) - host a Claude artifact as a public website that needs no Claude account to view. ## Guides - [How to speed up a static website](https://fylo.host/guide/how-to-speed-up-static-website) ## Alternatives - [Tiiny Host Alternative](https://fylo.host/alternative/tiiny-host) — a free alternative to Tiiny Host for hosting static websites, HTML games, and landing pages. - [Netlify Alternative](https://fylo.host/alternative/netlify) — a free alternative to Netlify for hosting static websites, HTML games, and landing pages. - [Static Run Alternative](https://fylo.host/alternative/static-run) — a free alternative to Static Run for hosting static websites, HTML games, and landing pages. - [GitHub Pages Alternative](https://fylo.host/alternative/github-page) — a free alternative to GitHub Pages for hosting static websites, HTML games, and landing pages. - [Cloudflare Pages Alternative](https://fylo.host/alternative/cloudflare-pages) — a free alternative to Cloudflare Pages for hosting static websites, HTML games, and landing pages. ## Free tools - [HTML Formatter Online](https://fylo.host/tool/html-formatter-online) - [HTML Viewer Online](https://fylo.host/tool/html-viewer-online) - [HTML to Website Converter](https://fylo.host/tool/convert-html-to-website) - [Website Speed Checker](https://fylo.host/tool/website-speed-checker) - [XML Sitemap Generator](https://fylo.host/tool/sitemap-generator) - [Image Sitemap Generator](https://fylo.host/tool/image-sitemap-generator) - [HTML Sitemap Generator](https://fylo.host/tool/html-sitemap-generator) - [Hreflang Sitemap Generator](https://fylo.host/tool/hreflang-sitemap-generator) ## Policies - [Privacy Policy](https://fylo.host/privacy) - [Terms of Service](https://fylo.host/terms) - [Refund Policy](https://fylo.host/refund) - [Contact](https://fylo.host/contact)