# gourouting/singo

A simple Go web service starter for building RESTful APIs with Gin, GORM, Redis, sessions, i18n, and API tests.

Repository: https://github.com/gourouting/singo
Canonical: https://ross.abutalabs.com/products/singo
Language: Go
License: MIT
License Family: permissive
Last push: 2026-05-31T13:21:11+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 85, release rhythm 35, longevity 100
- inputs: {"age_days": 2828, "days_push": 94, "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 1943, forks 343 (observed 2026-08-28T04:05:57.543924+00:00)

## What it is
Singo is a Go starter framework that assembles Gin, GORM, Redis, sessions, CORS, i18n, and API testing into a simple single-service architecture for building RESTful APIs. It ships with a user model, registration/login/logout endpoints, and a pre-organized MVC-style folder layout to accelerate development.

## Use cases
- bootstrap a RESTful API service in Go
- build a web backend with Gin and GORM
- add user registration and login to a Go app
- set up Redis caching in a Go web service
- write API tests with httpexpect
- organize a Go project with MVC structure
- add i18n to a Go API

## When to choose
- starting a new Go web service from scratch
- you want batteries-included Gin + GORM + Redis setup
- building a small-to-medium REST API with user auth
- learning Go web development with a guided structure

## When to avoid
- you need microservices or a highly customized architecture
- your stack is not Gin/GORM/MySQL based
- you need a production framework with long-term vendor support
- building a frontend or non-HTTP application

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, api-framework, orm, caching, auth, internationalization, testing, middleware
- domain: web-development, backend, apis, developer-tools
- platform: go, windows
- tags: gin, gorm, redis, rest-api, boilerplate, starter-template, mvc, sessions, cors, linux, macos, docker

## Member repositories
- gourouting/singo (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:57.543924+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-30T03:08:01.758381+00:00, confidence not recorded.
  - readme: https://github.com/gourouting/singo (fetched 2026-08-28T04:05:57.543924+00:00, sha 938178d6cc7d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
