# GeertJohan/go.rice

go.rice is a Go package that makes working with resources such as html,js,css,images,templates, etc very easy.

Repository: https://github.com/GeertJohan/go.rice
Canonical: https://ross.abutalabs.com/products/gorice
Language: Go
License: BSD-2-Clause
License Family: permissive
Last push: 2022-11-16T19:08:28+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4697, "days_push": 1386, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2438, forks 185 (observed 2026-08-28T04:06:51.540696+00:00)

## What it is
go.rice is a Go package for bundling static resources like HTML, JS, CSS, images, and templates into Go binaries. It loads files from disk during development and embeds or appends them into executables at build time via the accompanying 'rice' CLI tool.

## Use cases
- embed static assets into a single Go binary
- serve embedded static files over HTTP in Go
- bundle HTML templates into an executable
- ship a Go web app as one deployable binary without source files

## When to choose
- you need to distribute a Go web application as a single self-contained binary
- you want assets to load from disk during development but embed on release

## When to avoid
- you are starting a new project - Go's built-in embed package covers this natively
- the project appears to be in maintenance mode with limited recent activity

## Facets
- artifact type: library
- maturity: maintenance
- function: file-system, http-server, templating, build-tool
- domain: web-development, developer-tools
- platform: go, cross-platform
- tags: asset-embedding, static-assets, single-binary, go-embed

## Member repositories
- GeertJohan/go.rice (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:51.540696+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-30T02:30:46.393502+00:00, confidence not recorded.
  - readme: https://github.com/GeertJohan/go.rice (fetched 2026-08-28T04:06:51.540696+00:00, sha b43f30f46316)
- Data as of 2026-08-30T08:39:29.467469+00:00.
