# DanielXMoore/Civet

A TypeScript superset that favors more types and less typing

Repository: https://github.com/DanielXMoore/Civet
Canonical: https://ross.abutalabs.com/products/civet
Homepage: https://civet.dev
Language: C
License: MIT
License Family: permissive
Topics: coffeescript, javascript, typescript
Last push: 2026-08-25T20:16:21+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 35, longevity 100
- inputs: {"age_days": 1484, "days_push": 8, "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 1955, forks 54 (observed 2026-08-28T04:05:58.934678+00:00)

## What it is
Civet is a programming language that is a superset of TypeScript, compiling to TypeScript or JavaScript with concise syntax like indentation-based blocks, pattern matching, and pipelines. It ships as an npm package with a CLI compiler/REPL, Node ESM/CJS loaders, build-tool plugins (Vite, esbuild, Rollup, etc.), and editor integrations.

## Use cases
- write TypeScript with less typing
- transpile concise syntax to TypeScript
- run .civet scripts directly in Node
- add pattern matching and pipe operators to JavaScript
- gradually modernize a CoffeeScript codebase
- use indentation-based syntax with full TS type checking

## When to choose
- you want TypeScript's type system but prefer concise, indentation-based syntax
- you want TC39-proposal features like pattern matching and pipes today
- you want 99% JS/TS compatibility so existing tooling and code keep working

## When to avoid
- your team must write plain TypeScript/JavaScript with no build step
- you need a mature ecosystem with guaranteed long-term support
- you dislike nonstandard syntax or extra transpilation in your toolchain

## Facets
- artifact type: cli-tool
- maturity: active
- function: compiler, programming-language, cli, developer-tools
- domain: programming-languages, compilers, web-development, frontend, developer-tools
- platform: cli, cross-platform, editor-plugin
- tags: typescript-superset, transpiler, coffeescript-successor, esm-loader, vscode-extension, lsp, tree-sitter, vite-plugin, esbuild-plugin, command-line, nodejs, web

## Member repositories
- DanielXMoore/Civet (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:58.934678+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-30T03:06:25.551101+00:00, confidence not recorded.
  - readme: https://github.com/DanielXMoore/Civet (fetched 2026-08-28T04:05:58.934678+00:00, sha d38a7a3a28c4)
  - homepage: https://civet.dev (fetched 2026-08-29T10:45:59.982703+00:00, sha 557fb24cbea1)
  - site_page: https://civet.dev/getting-started (fetched 2026-08-29T10:45:59.985761+00:00, sha ae0bd32728a7)
  - site_page: https://civet.dev/integrations (fetched 2026-08-29T10:45:59.987753+00:00, sha 51779b88a117)
- Data as of 2026-08-30T08:39:29.467469+00:00.
