# QOR

QOR is a set of libraries written in Go that abstracts common features needed for business applications, CMSs, and E-commerce systems.

Repository: https://github.com/qor/qor
Canonical: https://ross.abutalabs.com/products/qor
Homepage: http://getqor.com/
Language: Go
License: MIT
License Family: permissive
Topics: go, golang, cms, admin, api
Last push: 2026-07-27T08:01:45+00:00
Link (homepage): http://getqor.com/
Link (site_page): https://docs.qor5.com/index.html

## Health v2 (maintenance only)
Score: 65/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 94, release rhythm 8, longevity 100
- inputs: {"age_days": 4471, "days_push": 37, "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 5344, forks 687 (observed 2026-08-28T04:09:15.876642+00:00)

## What it is
QOR is a set of modular Go libraries that abstract common features needed for building business applications, CMSs, and e-commerce systems, including admin interface generation, publishing workflows, media management, and i18n. It is not a turnkey solution but a developer SDK for composing custom enterprise web applications.

## Use cases
- build a CMS in Go
- generate an admin interface and RESTful API for my data
- build an e-commerce backend in Go
- manage content with staging and publish workflows
- add role-based access control to a Go web app
- manage multilingual content with i18n and l10n
- import and export business data via CSV or Excel
- schedule background batch jobs in a Go application

## When to choose
- you are a Go developer building a custom CMS, admin panel, or e-commerce system
- you need modular libraries you can compose rather than a boxed solution
- you want an auto-generated admin interface and RESTful API over your database models
- you need enterprise features like publishing workflows, state machines, and localization

## When to avoid
- you want a turnkey, out-of-the-box CMS with no coding
- your project is not written in Go
- you need a simple blog or small site where a lighter tool suffices
- you prefer frontend JavaScript frameworks over server-rendered Go code

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, api-framework, orm, auth, authorization, internationalization, file-upload, workflow-automation, scheduling, templating
- domain: web-development, cms, e-commerce, backend, developer-tools
- platform: go, cross-platform
- tags: admin-interface, ecommerce, content-management, crud-generation, modular-libraries, media-library, state-machine, csv-exchange, web-server

## Member repositories
- qor/qor (main) score 65
- qor/qor-example (examples) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:15.876642+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-29T17:58:49.019883+00:00, confidence not recorded.
  - readme: https://github.com/qor/qor (fetched 2026-08-28T04:09:15.876642+00:00, sha eb4534b03ee9)
  - homepage: http://getqor.com/ (fetched 2026-08-29T08:53:14.166716+00:00, sha 18fe23b6689d)
  - site_page: https://docs.qor5.com/index.html (fetched 2026-08-29T08:53:14.176796+00:00, sha 3305a22fd39c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
