About Unify

Peaceful rebellion through simplicity.

Our Purpose

Unify is a minimalist CLI tool that empowers developers to build static HTML pages using includes and head injection—no JavaScript frameworks or complex build systems required.

🌱 Our Manifesto

Reclaim the DOM. Pile your includes, not your dependencies.

In a world of endless frameworks and build complexity, we choose simplicity. We choose intention over automation, clarity over cleverness.

Core Principles

🎯 Simplicity First

Just HTML includes and head injection-no runtime complexity, no build step dependencies.

🕊️ Peaceful Assembly

Your right to assemble pages bit-by-bit, calmly and predictably, without framework churn.

⚡ Modern Standards

Native ESM support; works on Node, Bun, Deno; supports build & serve, dry-run, verbose modes.

🌿 Eco‑Tech Aesthetic

Solarpunk-inspired design philosophy powered by sustainable, purposeful technology choices.

How It Works

$ unify build
Processing: index.html → dist/index.html
Build complete in 112 ms
  

Run unify build to generate your site. Includes are resolved recursively, head injections applied, and output written to dist/. Use unify serve for live preview and incremental rebuild.

← Back to Home