# cordiverse/cordis

Meta-Framework of Spatiotemporal Composability

Repository: https://github.com/cordiverse/cordis
Canonical: https://ross.abutalabs.com/products/cordis
Homepage: https://deepseek-harness.github.io/deepseek-harness/reference/cordis-primer
Language: TypeScript
License: MIT
License Family: permissive
Topics: framework, nodejs, effect, plugin
Last push: 2026-08-21T07:31:48+00:00

## Health v2 (maintenance only)
Score: 76/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 98, release rhythm 35, longevity 100
- inputs: {"age_days": 1569, "days_push": 12, "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 7646, forks 453 (observed 2026-08-28T04:10:02.110648+00:00)

## What it is
Cordis is a TypeScript meta-framework for building composable plugin-based applications, centered on a service container (context) with dependency injection, typed events, and reversible side-effect registration. It provides lifecycle management with automatic teardown, multiple event dispatch modes (emit, waterfall, parallel, serial), and is used as the underlying plugin framework for AI agent harnesses.

## Use cases
- build a plugin-based application with dependency injection
- structure services with typed events and lifecycle hooks
- compose AI agent tools and pipelines as plugins
- implement middleware-style request wrapping with waterfall events
- manage reversible registrations with automatic teardown on reload

## When to choose
- you want a service container with declarative dependency injection in TypeScript
- you need plugin hot-reloading with guaranteed resource disposal
- you are building an extensible system where plugins communicate via typed events

## When to avoid
- you need a simple script or one-off tool without plugin architecture
- your team is not comfortable with TypeScript and advanced type-system patterns
- you want a batteries-included web framework with routing and HTTP built in

## Facets
- artifact type: framework
- maturity: active
- function: plugin-system, middleware, state-management, web-framework, developer-tools
- domain: developer-tools, backend, web-development
- platform: cross-platform
- tags: dependency-injection, service-container, typed-events, composability, plugin-architecture, lifecycle-management, ai-agents, nodejs, typescript

## Member repositories
- cordiverse/cordis (main) score 76

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:02.110648+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:46.037770+00:00, confidence not recorded.
  - readme: https://github.com/cordiverse/cordis (fetched 2026-08-28T04:10:02.110648+00:00, sha 51a639c5e1eb)
  - homepage: https://deepseek-harness.github.io/deepseek-harness/reference/cordis-primer (fetched 2026-08-29T08:32:12.412086+00:00, sha df1495ffea87)
- Data as of 2026-08-30T08:39:29.467469+00:00.
