docs

command
v0.7.44-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 19, 2026 License: MIT Imports: 10 Imported by: 0

README

{{define "main"}}Licence: MIT
Version: {{.version}}
Build time: {{.buildtime}}

Build Status

FOSSA Status

HyperBricks

HyperBricks is a fullstack Web App Build System for HTMX-powered hypermedia applications. It enables you to build dynamic, modular web applications by describing your app’s state, structure, and behavior in declarative configuration files — called hyperbricks.

HyperBricks is designed to provide full control over both the front-end and back-end of an application — without the complexity of traditional fullstack frameworks or CMSs.

With HyperBricks, you can:

  • Design your application’s structure and interactive behavior using readable, reusable configs
  • Dynamically update parts of your site without a full page reload (thanks to HTMX)
  • Maintain full control over templates, routing, and rendering — with no boilerplate or JavaScript lock-in
  • Manage state and logic for your app in a modular, versionable, and scalable way

No JavaScript lock-in — but if you want, you can still compose NPM packages using the **esbuild plugin and serve them however you like.

** esbuild is a third-party go library, An extremely fast bundler for the web



{{include "template_disclaimer_note.md"}}

{{end}}

Documentation

Overview

cmd/docgen/main.go Generate component/composite reference in your requested format.

Usage:

go run ./cmd/docgen -examples ./hyperbricks-test-files -out ./REFERENCE.generated.md

Notes: - <TYPE> tokens (e.g. <HTML>, <FRAGMENT>) render as inline code so Markdown won't treat them as HTML. - If a general example isn't found, you get a TODO code block. - If a property example isn't found, you get "leaf = test" as a one-liner.

Requires your repo packages on GOPATH/MODULE: github.com/hyperbricks/hyperbricks/...

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL