mizu.js is a JavaScript library that provides a simple and efficient way to create dynamic web pages without the complexity of a fully-fledged framework or additional setup.
Ideal for rapid prototyping, generating static HTML pages, and developers seeking to wok in a hassle-free environment.
-
✓
No build steps
-
✓
No configuration needed
-
✓
Any-side rendering
-
✓ Great for static site generation
-
✓ Easily customizable
🌊 Fun Fact: This very page is generated using mizu.js!
To utilize mizu.js, just include the following line in your HTML document:
<script type="module" href="https://mizu.sh/mizu.js">
Or to use it as a JavaScript module:
import * as Mizu from "@lowlighter/mizu"
Assets are hosted on Vercel but mizu.js is also available on
,
, and CDN services that distributes npm packages such as JSdelivr.
All published versions are available in the /v/
directory. By default, the main
branch is served.
mizu.js provides preset builds for added convenience. If you need a specific set of features, you can also use the custom builder.
This section has not been documented yet.