# marcj/deepkit

modular high-performance TypeScript framework

Repository: https://github.com/marcj/deepkit
Canonical: https://ross.abutalabs.com/products/deepkit
Homepage: https://deepkit.io/
Language: TypeScript
License: MIT
License Family: permissive
Topics: typescript, mongodb, nodejs, framework, framework-javascript, serializer, validator, deepkit, orm, dependency-injection, enterprise, laravel, spring, symfony
Last push: 2026-02-11T09:58:10+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 67, release rhythm 8, longevity 100
- inputs: {"age_days": 2881, "days_push": 203, "days_rel": 549, "gap_med": null, "n_releases_24m": 1}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3545, forks 139 (observed 2026-08-28T04:08:09.372422+00:00)

## What it is
Deepkit is a modular, high-performance TypeScript framework that preserves TypeScript types at runtime via a compiler plugin, enabling validation, serialization, ORM, HTTP, RPC, and dependency injection from a single type definition. It ships as 40+ independent packages including an ORM, HTTP/RPC servers, broker, and filesystem abstractions.

## Use cases
- build a type-safe backend web application in TypeScript
- avoid duplicating types as Zod schemas and ORM entities
- validate and serialize data from TypeScript types at runtime
- define a type-first ORM schema for Postgres, MySQL, SQLite, or MongoDB
- set up type-safe binary RPC over WebSockets or TCP
- add pub/sub, queues, caching, and distributed locks via a broker abstraction
- build CLI tools with automatic argument validation and DI
- serve an Angular SSR application with a Deepkit backend

## When to choose
- you want one TypeScript type definition to drive validation, serialization, database, and API layers
- you need a full-stack enterprise backend framework comparable to Spring or Laravel but in TypeScript
- performance matters and you want JIT-compiled validation and serialization
- you prefer modular packages you can adopt incrementally

## When to avoid
- your project is plain JavaScript without a TypeScript build step
- you need a framework with a much larger ecosystem and community than Deepkit
- you cannot adopt a custom compiler transform in your build pipeline
- you only need a minimal HTTP router without runtime types

## Facets
- artifact type: framework
- maturity: active
- function: web-framework, orm, serialization, rpc, websocket, http-server, cli, message-queue, caching, form-handling
- domain: web-development, backend, developer-tools, databases, apis
- platform: cross-platform
- tags: runtime-types, type-safe, modular, enterprise, jit-compiled, mongodb, dependency-injection-container, binary-rpc, angular-ssr, dependency-injection, nodejs, typescript, web-server

## Member repositories
- marcj/deepkit (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:09.372422+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-29T18:34:25.258401+00:00, confidence not recorded.
  - readme: https://github.com/marcj/deepkit (fetched 2026-08-28T04:08:09.372422+00:00, sha 76a7660e5f8f)
  - homepage: https://deepkit.io/ (fetched 2026-08-29T09:28:58.440536+00:00, sha 4a8a92101bbb)
  - site_page: https://deepkit.io/en/documentation/framework (fetched 2026-08-29T09:28:58.446791+00:00, sha 3e314c46324c)
  - site_page: https://deepkit.io/en/documentation/http (fetched 2026-08-29T09:28:58.448508+00:00, sha 64a48516f16a)
  - site_page: https://deepkit.io/en/documentation/package/angular-ssr (fetched 2026-08-29T09:28:58.450116+00:00, sha 8e9a08e597f7)
  - site_page: https://deepkit.io/en/documentation/rpc (fetched 2026-08-29T09:28:58.451686+00:00, sha f2fc8bce1616)
  - site_page: https://deepkit.io/en/documentation (fetched 2026-08-29T09:28:58.443115+00:00, sha 3206605ed70e)
  - site_page: https://deepkit.io/en/documentation/app (fetched 2026-08-29T09:28:58.444888+00:00, sha 767ad9426e07)
  - site_page: https://deepkit.io/en/documentation/package/rpc-tcp (fetched 2026-08-29T09:28:58.453179+00:00, sha f684b5807f8c)
  - site_page: https://deepkit.io/en/documentation/broker (fetched 2026-08-29T09:28:58.462873+00:00, sha db83e1b587df)
- Data as of 2026-08-30T08:39:29.467469+00:00.
