swc-project/swc
Rust-based platform for the Web observed · 2026-08-28
Health v2 · maintenance only
95/100
- Activity 99
- Release rhythm 86
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 0.0
- age_days: 3176
- days_rel: 14
- days_push: 7
- n_releases_24m: 269
Adoption not part of the score
34190 stars · 1551 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
SWC (Speedy Web Compiler) is a super-fast TypeScript/JavaScript compiler written in Rust, usable as both a Rust library and a JavaScript package. It handles compilation, transformation, and minification of modern JS/TS code, and is embedded in tools like Next.js, Parcel, and Deno.
Use cases
- transpile typescript to javascript fast
- babel replacement for faster builds
- parse javascript or typescript into an AST
- speed up jest test transforms
- minify javascript bundles
- compile modern js for older browsers
- build custom javascript transforms in rust
When to choose
- you need a much faster alternative to Babel or tsc for transpilation
- you're building JS/TS tooling in Rust and need a parser or transform pipeline
- you use Next.js, Rspack, or webpack and want faster transforms via swc-loader
When to avoid
- you rely on Babel plugins with no SWC equivalent
- you need full TypeScript type-checking, which SWC does not perform
- you need a mature all-in-one bundler for complex production builds
Facets
library · maturity stable
compiler parser build-tool developer-tools web-development compilers frontend developer-tools programming-languages rust cross-platform cli wasm windows typescript javascript ecmascript babel-alternative transpiler minifier bundler swc nodejs macos linux
5 sources
- readme: https://github.com/swc-project/swc · fetched 2026-08-28 · d8e961e5f39f
- homepage: https://swc.rs · fetched 2026-08-29 · db04133d2fcc
- site_page: https://swc.rs/docs/getting-started · fetched 2026-08-29 · 0cfd81a5552d
- site_page: https://swc.rs/docs/customers · fetched 2026-08-29 · e7e4998d0cce
- site_page: https://rustdoc.swc.rs/swc · fetched 2026-08-29 · 5d7223d4c833
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| swc-project/swc | main | 95 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem