andeya/faygo
Faygo is a fast and concise Go Web framework that can be used to develop high-performance web app(especially API) with fewer codes. Just define a struct handler, faygo will automatically bind/verify the request parameters and generate the online API doc. observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3883
- days_rel: n/a
- days_push: 1286
- n_releases_24m: 0
Adoption not part of the score
1591 stars · 247 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Faygo is a fast and concise Go web framework for building high-performance web applications, especially APIs, with minimal code. Defining a struct handler automatically binds and validates request parameters and generates Swagger 2.0 online API documentation.
Use cases
- build high-performance REST APIs in Go
- auto-generate Swagger API docs from handler structs
- bind and validate request parameters with struct definitions
- serve HTTP/2 with server push
- hot-reload Go web apps during development
- gracefully shut down and restart web servers
When to choose
- you want a batteries-included Go web framework with automatic parameter binding and API docs
- you need HTTP/2 and server push support out of the box
- you prefer struct-based handlers that unify middleware and handler logic
When to avoid
- you need a framework with a large active community and frequent updates
- you prefer minimal routers like chi or httprouter without built-in ORM/doc generation
- your project requires the latest Go features beyond the framework's maintenance pace
Facets
framework · maturity maintenance
web-framework http-server routing middleware api-framework templating orm api-documentation web-development backend apis developer-tools go windows cross-platform http2 server-push parameter-binding swagger hot-update graceful-shutdown struct-handlers golang linux macos
2 sources
- readme: https://github.com/andeya/faygo · fetched 2026-08-28 · f5c7f405cabe
- homepage: https://github.com/henrylee2cn/faydoc · fetched 2026-08-29 · 56a03e584d8f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| andeya/faygo | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem