Star on GitHub

Just HTML.
Nothing else.

The ultimate framework for minimalists. No build steps, no dependencies, no configuration. Just pure, unadulterated web.

$ npx create-html-only@latest

Designed for Performance.

Simplicity is the ultimate sophistication.

Zero Build Step

Forget Webpack, Vite, or Rollup. There is no compiling, no bundling, and no waiting. Save your file and refresh the browser.

Zero Dependencies

No node_modules black hole. Your project is lightweight, secure, and will work on any machine, forever.

100% Portable

Host it anywhere. GitHub Pages, Netlify, Vercel, or a floppy disk. If it runs a browser, it runs your app.

A Single HTML File.

You don't need hooks. You don't need SSR. Just HTML.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

Ready to start?

$ npx create-html-only@latest