Back to browse
GitHub Repository

A growing collection of beautifully designed UI components for Go and templ. Install via CLI. Customize everything. Own your code.

1,603 starstempl

TemplUI v1.7.0 – UI components for Go and templ, now with import mode

by axadrn·Mar 9, 2026·1 point·0 comments

AI Analysis

●●SolidSlickNiche Gem

1.4k stars makes this the de facto component library for Go templ users.

Strengths
  • Import mode beta eliminates copy-paste workflow while keeping customization
  • Interactive components handle their own script rendering without manual wiring
Weaknesses
  • Go templ ecosystem is tiny compared to React, Vue, or Svelte component libraries
  • Import workflow still marked beta means potential breaking changes ahead
Target Audience

Go developers using templ for server-side rendering

Similar To

shadcn/ui · DaisyUI · Radix UI

Post Description

I shipped templUI v1.7.0 today.

templUI is a component library for Go + templ + Tailwind.

The biggest change in this release is that you can now use it in two ways: - CLI workflow: copy components into your own codebase - Import workflow: use github.com/templui/templui directly as a dependency

Other changes: - dedicated quickstart repo is back - interactive components now handle their own script rendering automatically - docs were simplified around Quickstart, Import Workflow, and CLI Workflow

The import workflow is still marked beta, but it’s usable now and was one of the most requested things.

Repo: https://github.com/templui/templui

Quickstart: https://github.com/templui/templui-quickstart

Would love feedback from people building with Go and templ.

Similar Projects