gomponents

Installation
SKILL.md

gomponents

Overview

gomponents is a pure Go HTML component library that treats HTML elements as composable Go values. Everything is built on the Node interface, making HTML construction type-safe and composable.

When to Use This Skill

Use this skill when:

  • Reading or writing gomponents code
  • Building server-side HTML views in Go applications
  • Creating reusable HTML components in Go

Core Interface

Everything in gomponents implements the Node interface:

type Node interface {
Related skills
Installs
33
Repository
maragudk/skills
GitHub Stars
43
First Seen
Jan 24, 2026