A Basic starting page template based on go + templ + datastar + tailwind. compiles to a single binary
  • templ 51.5%
  • Go 41.1%
  • Dockerfile 6.6%
  • CSS 0.8%
Find a file
2026-03-04 11:14:20 -06:00
.task/checksum fix hotlreload 2026-03-04 10:12:49 -06:00
static/css initial working landing page 2026-03-04 00:14:08 -06:00
views fix hotlreload 2026-03-04 10:12:49 -06:00
.env initial working landing page 2026-03-04 00:14:08 -06:00
.gitignore fix hotlreload 2026-03-04 10:12:49 -06:00
db.go initial working landing page 2026-03-04 00:14:08 -06:00
docker-compose.yml initial working landing page 2026-03-04 00:14:08 -06:00
Dockerfile initial working landing page 2026-03-04 00:14:08 -06:00
email.go initial working landing page 2026-03-04 00:14:08 -06:00
go.mod fix hotlreload 2026-03-04 10:12:49 -06:00
go.sum fix hotlreload 2026-03-04 10:12:49 -06:00
main.go fix hotlreload 2026-03-04 10:12:49 -06:00
README.md fix hotlreload 2026-03-04 10:12:49 -06:00
Taskfile.yml cleanup hotreload 2026-03-04 11:14:20 -06:00

Clone this starter repo.

go mody tidy
go tool task build

# for local dev + livereload
go tool task dev

Edit views/home.templ.

Refresh browser (or use the proxy auto-refresh).