# anthdm/superkit

Repository: https://github.com/anthdm/superkit
Canonical: https://ross.abutalabs.com/products/superkit
Language: Go
License: MIT
License Family: permissive
Last push: 2024-07-21T08:40:19+00:00

## Health v2 (maintenance only)
Score: 14/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 58
- inputs: {"age_days": 820, "days_push": 773, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1101, forks 89 (observed 2026-08-28T04:03:35.728587+00:00)

## What it is
SUPERKIT is a full-stack web framework for Go that bundles project scaffolding, Templ-based views, Tailwind CSS, database migrations, validation, middleware, and an optional auth plugin. It aims to let small teams build production web applications quickly with a conventional project structure and CLI tooling.

## Use cases
- scaffold a new full-stack Go web application
- build server-rendered web apps with Templ templates
- manage database migrations and seeds in a Go project
- add authentication to a Go web app quickly
- hot-reload the browser during Go web development
- bundle CSS and JavaScript with Tailwind and esbuild in a Go app
- create production releases of a Go web application

## When to choose
- you want a batteries-included, Rails-like experience in Go
- you prefer server-rendered HTML over SPA frontends
- you want a conventional project structure with migrations, validation, and auth out of the box
- you are starting a new project and can tolerate an experimental framework

## When to avoid
- you need a battle-tested, stable framework for critical production systems
- you want to build a single-page application with a JavaScript frontend framework
- you need fine-grained control over your project structure and tooling
- you require long-term support or a large ecosystem of plugins

## Facets
- artifact type: framework
- maturity: experimental
- function: web-framework, templating, middleware, auth, orm, cli, form-handling, css-framework, build-tool
- domain: web-development, backend, frontend, developer-tools
- platform: go, cross-platform, cli
- tags: full-stack, golang, templ, tailwindcss, hot-reload, database-migrations, batteries-included, web-server

## Member repositories
- anthdm/superkit (main) score 14

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:35.728587+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:45:41.998946+00:00, confidence not recorded.
  - readme: https://github.com/anthdm/superkit (fetched 2026-08-28T04:03:35.728587+00:00, sha 20a2ec227fa8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
