# ipkn/crow

Crow is very fast and easy to use C++ micro web framework (inspired by Python Flask)

Repository: https://github.com/ipkn/crow
Canonical: https://ross.abutalabs.com/products/crow
Language: C++
License: BSD-3-Clause
License Family: permissive
Topics: crow, c-plus-plus, webserver, header-only
Last push: 2024-06-06T14:58:07+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4540, "days_push": 818, "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 7627, forks 878 (observed 2026-08-28T04:10:02.092819+00:00)

## What it is
Crow is a fast, header-only C++ micro web framework inspired by Python Flask, offering Flask-like routing, built-in JSON handling, Mustache templating, middleware, and WebSocket support. This original repository is no longer maintained; development continues on the CrowCpp/Crow fork.

## Use cases
- build a REST API in C++
- serve JSON endpoints with a lightweight C++ web server
- create a small web backend without a heavy framework
- handle websockets in a C++ application
- render HTML pages with mustache templates in C++

## When to choose
- you want a Flask-like micro framework in C++
- you need a header-only web server with minimal setup
- you need fast routing and built-in JSON support in C++

## When to avoid
- you need an actively maintained project - use the CrowCpp/Crow fork instead
- you need a full-featured framework with built-in ORM
- your project requires long-term support and security updates

## Facets
- artifact type: framework
- maturity: abandoned
- function: web-framework, http-server, routing, templating, websocket, middleware, serialization
- domain: web-development, backend, apis
- platform: cpp, cross-platform, windows
- tags: header-only, flask-inspired, micro-framework, mustache, linux, macos

## Member repositories
- ipkn/crow (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:02.092819+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:36:48.219873+00:00, confidence not recorded.
  - readme: https://github.com/ipkn/crow (fetched 2026-08-28T04:10:02.092819+00:00, sha fad3797b84fe)
- Data as of 2026-08-30T08:39:29.467469+00:00.
