microsoft/fast

The adaptive interface system for modern web experiences.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 19 minutes ago
Added to GitGenius on September 6th, 2026
Created on March 2nd, 2018
Open Issues & Pull Requests: 82 (+0)
GitHub issues: Enabled
Number of forks: 635
Total Stargazers: 9,671 (+0)
Total Subscribers: 121 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 2.0 days
Mean response time: 117.4 days
90th percentile: 279.1 days
Tracked items: 156

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 29% of open issues come from outside the core team — the tracker reads mainly as internal planning. Work labelled "status:planned" is answered fastest, typically in about an hour, while "improvement" waits about 3 months. 78% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 66
New in 7 days: 1
Closed in 7 days: 0
Avg open age: 347 days
Stale 30+ days: 62
Stale 90+ days: 47

Recent activity

Opened in 7 days: 1
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • status:triage (59)
  • status:needs-investigation (33)
  • area:fast-element (25)
  • feature (21)
  • area:ssr (18)
  • improvement (18)
  • breaking-change (16)
  • status:planned (14)

Most active issues this week

Detailed Description

FAST is a web component library and design system framework that enables developers to build reusable UI components based on W3C Web Component standards.

FAST addresses the challenge of creating performant, standards-compliant components that work across frameworks and browsers. The core approach centers on @microsoft/fast-element, a lightweight library for building Web Components that are memory-efficient and compatible with any front-end framework or build system. This allows incremental adoption without requiring rewrites of existing code. The project also provides @fluentui/web-components, a ready-made component library built on the Fluent design language using the same foundation.

Developers should choose FAST if they need Web Components that integrate seamlessly with existing systems regardless of framework choice. It suits projects ranging from those wanting pre-built Fluent-designed components to teams building custom component libraries. The framework-agnostic nature means you can adopt FAST incrementally, mixing it with React, Vue, Angular, or vanilla JavaScript without architectural constraints.

The project maintains active community engagement through Discord and GitHub, with documented contribution pathways including good first issues for newcomers. Development is guided by a public roadmap tracking major features. The team provides comprehensive documentation covering quick starts, integration patterns, and component building, alongside a contributor guide for those wanting to participate in development.