# fex-team/fis3

FIS3

Repository: https://github.com/fex-team/fis3
Canonical: https://ross.abutalabs.com/products/fis3
Homepage: http://fis.baidu.com
Language: JavaScript
License: BSD-2-Clause
License Family: permissive
Last push: 2024-02-03T05:24:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4194, "days_push": 942, "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 2779, forks 680 (observed 2026-08-28T04:07:21.593359+00:00)

## What it is
FIS3 is a frontend engineering build system from Baidu's FEX team that handles compilation, performance optimization, resource loading, dependency analysis, and deployment of static assets. It uses a CSS-like configuration syntax (fis-conf.js) with a plugin ecosystem for parsing, optimizing, and packaging JS, CSS, and images.

## Use cases
- build and optimize a frontend project's js, css, and images
- manage static resource loading with dependency analysis
- bundle modular JavaScript with AMD/CMD/CommonJS support
- generate CSS sprites and inline assets automatically
- preview a frontend project locally with a dev server and live reload
- deploy the same codebase to different server directory layouts
- integrate static asset management with PHP, Java, or Node backends

## When to choose
- maintaining a legacy frontend codebase already built with FIS/FIS3
- you need whole-site static resource management tied to backend templates
- you prefer declarative glob-based build configuration over bundler code

## When to avoid
- starting a new modern project - webpack, Vite, or Rollup have larger ecosystems
- you need active community support or frequent updates
- your toolchain relies on modern ES modules and current Node versions

## Facets
- artifact type: cli-tool
- maturity: maintenance
- function: build-tool, developer-tools, cli, middleware
- domain: web-development, frontend, developer-tools
- platform: cli, cross-platform
- tags: static-asset-management, frontend-build, dependency-analysis, resource-optimization, module-bundling, baidu-fex, automation, nodejs

## Member repositories
- fex-team/fis3 (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:21.593359+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-30T08:16:08.481492+00:00, confidence not recorded.
  - readme: https://github.com/fex-team/fis3 (fetched 2026-08-28T04:07:21.593359+00:00, sha 7437af9d71f0)
  - homepage: http://fis.baidu.com (fetched 2026-08-29T09:55:42.467166+00:00, sha 7746abbe76a6)
  - registry_npm: https://registry.npmjs.org/fis3 (fetched 2026-08-29T09:55:42.528227+00:00, sha cc4aca60e43a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
