Built to support the work
Pages, posts, menus, comments, media, and reusable blocks live in a system that aims to feel steady and understandable instead of noisy and over-automated.
Welcome to Hudson
Hudson is a calm publishing system for writers, designers, and developers who want structure, readable templates, and a site that keeps its shape instead of dissolving into a page-builder canvas.
What Hudson Is
Hudson is designed for people who want a durable content system without surrendering the character of the site. It keeps content management practical while leaving design, markup, and structure in the hands of the people shaping the experience.
Pages, posts, menus, comments, media, and reusable blocks live in a system that aims to feel steady and understandable instead of noisy and over-automated.
Hudson respects the idea that a website should have intentional structure. Presentation is not something to be negotiated every time content changes.
The goal is not to invent a clever language. The goal is to make common publishing tasks feel natural to the people actually building the site.
What It Is Not
The intent here is not nostalgia for its own sake. It is a deliberate attempt to protect clarity, authorship, and design from tools that flatten everything into the same experience.
Hudson does not try to replace frontend development with drag-and-drop composition.
Themes, content, and structure are meant to remain legible to the people responsible for them.
Hudson treats strong visual systems as something worth preserving, not something to dissolve into endless controls.
Hudson is still growing, but the ambition is concrete: stronger workflows, better themes, thoughtful plugins, and durable publishing tools.
Templates With Intent
Hudson templates are meant to feel familiar if you already think in HTML. They focus on the publishing concerns a real site needs, without trying to bury the structure underneath abstraction.
<article>
<h1>{{post.title}}</h1>
<p>Published {{post.date}} by {{post.author}}</p>
{{post.content}}
</article>
<section>
<h2>Latest Notes</h2>
{{posts last="5"}}
</section>
<aside class="signup-note">
{{block sidebar-signup}}
</aside>
<nav aria-label="Primary">
{{menu primary-navigation}}
</nav>
Why This Direction Matters
Hudson is built around the belief that authors, structure, strong themes, sensible admin tools, and good markup still matter. It wants to be editorial without becoming precious, flexible without becoming shapeless, and modern without forgetting why people loved making websites in the first place.