go-web
v1.9.0Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind
By Gopher GuidesLicense: MIT21 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 1, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install go-web for Codex and Claude Code
codex plugin marketplace add gopherguides/gopher-ai
codex plugin marketplace upgrade gopher-ai
codex plugin add go-web@gopher-aiPaste and run these commands in a terminal with Codex. They add and refresh the gopher-ai catalog, then install this plugin.
Compatibility: the page URL and API slug “go-web” remain stable.
- Codex:
go-web@agent-plugin-marketplace→go-web@gopher-ai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/gopherguides/gopher-aiClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/go-web/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/convert-to-go-project/SKILL.md├── skills/htmx/SKILL.md└── skills/templui/SKILL.md
Included Skills3
Converts existing Express/Fastify, Django/Flask/FastAPI, Laravel/PHP, Next.js/React, and Go projects to Go + Templ + HTMX + Tailwind. Applies to whole-project migrations and existing Go projects that need this stack. Skips greenfield creation and isolated HTMX or templUI help.
htmx for Go/templ apps: hx-* attributes, swap strategies, triggers, OOB updates, SSE, WebSockets, forms, redirects, debounce, server integration. Trigger when user writes or pastes templates containing hx-* attributes, asks about HTMX swaps/triggers/OOB updates, or wires HTMX to a Go handler. SKIP generic web, fetch/AJAX, or templUI questions with no htmx context.
templUI component library for Go templ apps. templUI is vanilla JavaScript only - zero JS frameworks (per templui.io). Covers Script() setup, Go variable interpolation into inline JavaScript, HTML-to-templ conversion, HTMX integration, and optional Alpine.js as a separate app-level state layer. Use when user pastes templUI/templ code, builds templUI components, asks 'how do I add an icon/button/dialog/dropdown' in templ, or interpolates Go state into client-side scripts. SKIP generic htmx issues with no templUI/component context.
Plugin manifests2
{
"name": "go-web",
"version": "1.9.0",
"description": "Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"go",
"web",
"templ",
"htmx",
"alpine",
"templui",
"tailwind"
],
"skills": "./skills/",
"interface": {
"displayName": "Go Web",
"shortDescription": "Go web app scaffolding with Templ, HTMX, Alpine.js, and Tailwind",
"developerName": "Gopher Guides",
"category": "Development"
}
}{
"name": "go-web",
"description": "Opinionated Go web app scaffolding with Templ + HTMX + Alpine.js + Tailwind",
"version": "1.9.0",
"author": {
"name": "Gopher Guides",
"email": "[email protected]"
},
"homepage": "https://gopherguides.com",
"repository": "https://github.com/gopherguides/gopher-ai",
"license": "MIT",
"keywords": [
"go",
"web",
"templ",
"htmx",
"alpine",
"templui",
"tailwind",
"scaffold",
"echo"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[go-web on Agent Plugins Marketplace](https://pluginsmp.com/plugins/go-web)