Skip to content

WC-2026

Enterprise Healthcare Web Components

Production-ready Lit 3.x components with a three-tier design token system, WCAG 2.1 AAA accessibility, and seamless Drupal CMS integration. Built for healthcare organizations that refuse to compromise.

Ship Components in Minutes

Drop-in web components that work everywhere. No framework lock-in, no complex setup, no compromises.

Install and Use

One package install. One import. Your components are ready for any page, any CMS, any framework. Standard HTML custom elements that integrate with existing Drupal themes or standalone applications.

terminal
# Install the component library
npm install @wc-2026/components

# Or use the CDN for quick prototyping
npx create-wc-2026-app my-project

Why Web Components?

Framework-agnostic by design. Use with React, Vue, Angular, Svelte, or vanilla HTML. Once registered, they work like native HTML elements with full TypeScript intellisense.

  • Future-proof with native browser standards
  • Zero runtime overhead - just HTML and JavaScript
  • Built-in accessibility with ARIA support
  • Themeable via CSS custom properties and design tokens
content-dashboard.html
 1<!-- Import once, use everywhere -->
 2<script type="module">
 3  import '@wc-2026/components';
 4</script>
 5
 6<!-- Accessible alert component -->
 7<wc-alert
 8  variant="success"
 9  dismissible
10  role="alert"
11>
12  Article published successfully.
13</wc-alert>
14
15<!-- Data table with sorting -->
16<wc-data-table
17  sortable
18  paginated
19  page-size="25"
20></wc-data-table>
21
22<!-- Themed with design tokens -->
23<wc-card elevation="2">
24  <wc-avatar
25    src="/img/author-profile.jpg"
26    alt="Content Author"
27  ></wc-avatar>
28</wc-card>

Built With the Best

Every tool chosen for 2026 production readiness, developer experience, and long-term enterprise support.

3.x

Lit

Simple, fast, and modern web component library built on web standards.

  • Lightweight reactive properties and templating
  • Standards-based Custom Elements API
  • Reactive Controllers for shared behaviors
  • Scoped styles with Shadow DOM encapsulation
  • TypeScript decorators for clean component code
9.x

Storybook

UI development environment for building, testing, and documenting components in isolation.

  • Component playground with hot module reloading
  • Visual testing and accessibility checks
  • Integrated Vitest unit tests in same UI
  • Auto-generated documentation from JSDoc
  • Interaction testing with play functions
4.x

Vitest

Blazing fast unit testing framework powered by Vite with native ESM and TypeScript support.

  • Lightning-fast execution with Vite integration
  • Native ESM and TypeScript support
  • Jest-compatible API for easy migration
  • Built-in code coverage with c8
  • Watch mode with smart re-run algorithms
5.x

Astro

All-in-one web framework for building fast, content-focused websites with zero JavaScript by default.

  • Zero-JS by default with island architecture
  • Starlight documentation theme built-in
  • MDX support for interactive content
  • Automatic image optimization
  • Framework-agnostic component integration
2.x

Turborepo

High-performance build system for JavaScript and TypeScript monorepos with intelligent caching.

  • Parallel task execution across packages
  • Smart incremental builds with task hashing
  • Remote caching for CI/CD speedups
  • Task pipelines with dependency management
  • Zero-config workspace detection
5.7

TypeScript

Strongly typed programming language that builds on JavaScript with compile-time type safety.

  • 100% type coverage with strict mode
  • Advanced type inference and generics
  • JSDoc integration for documentation
  • Decorator support for clean metadata
  • Enterprise-grade tooling and IDE support
10/11

Drupal

Enterprise content management system with powerful APIs, field architecture, and theming engine.

  • Zero-coupling web component integration
  • TWIG template system for rendering
  • Drupal Behaviors for progressive enhancement
  • Field-based content architecture
  • Enterprise security and compliance
10+

npm

Package manager for JavaScript with registry hosting and workspace support for monorepos.

  • Scoped @wc-2026 organization packages
  • Workspace monorepo support
  • Lockfile for reproducible installs
  • Peer dependency resolution
  • Public and private package hosting

Traditional vs. WC-2026

See how a purpose-built healthcare component library compares to traditional approaches.

Feature
Traditional
WC-2026
Accessibility Standard
WCAG AA (often partial)
WCAG AAA target
TypeScript Coverage
Varies (often mixed JS/TS)
100% strict TypeScript
Framework Lock-in
React / Angular / Vue only
Framework agnostic
Design Token Standard
Custom or none
W3C DTCG compliant
CMS Integration
Requires adapters
Native Drupal support
Component Documentation
Manual, often outdated
Auto-generated from CEM
Theme System
CSS overrides
3-tier token architecture
Healthcare Compliance
Not purpose-built
HHS 2026 ready
Developer Experience

From First Clone to Production Confidence

Developer onboarding in under 5 minutes. Four automated quality gates on every commit. Turborepo-powered builds that finish before you reach for your coffee. This is what operational engineering excellence looks like.

< 5 min First Component
4-Level Quality Pipeline
~8s Cached Builds
Explore the Pipeline

The Path Forward

Six phases from architecture to launch. Transparent progress, clear milestones.

Phase 0: Rapid Prototype

Feb 2026
In Progress

Rapid prototyping and proof-of-concept development to validate architecture decisions and design patterns.

proof of conceptarchitecture validationdesign patternstooling evaluation

Phase 1: Planning & Discovery

Apr 23 - May 4, 2026 (4-6 weeks)
Upcoming

Complete technical specifications, architecture decisions, component inventory, and 10,000+ lines of documentation.

architecturecomponent specsdesign tokensdrupal strategydocumentation

Phase 2: Foundation

May - Jun 2026
Upcoming

Monorepo setup, build pipeline, design token generation, Storybook configuration, and CI/CD infrastructure.

turborepoterrazzo tokensstorybook 9vitest setupci/cd

Phase 3: Core Components

Jun - Jul 2026
Upcoming

Build the foundational component set: buttons, inputs, cards, alerts, modals, and typography components.

buttoninputcardalertmodaltypography

Phase 4: Data Components

Jul - Aug 2026
Upcoming

Complex data display components: tables, charts, grids, and healthcare-specific data visualizations.

data tablechartspaginationfilterssearch

Phase 5: Client Integration & Handoff

Jul - Aug 2026 (Client-led)
Upcoming

Client-led Drupal integration with our technical support. TWIG templates, Drupal module, Behaviors integration, and comprehensive CMS testing. Handoff occurs ~2 months after development starts.

twig templatesdrupal modulebehaviorsfield mappingtechnical support

Phase 6: Polish & Launch

Aug 2026
Upcoming

Performance optimization, accessibility audits, documentation finalization, and npm publication.

a11y auditperformancenpm publishlaunch docs

Ready to Build Better Healthcare UIs?

Start with our comprehensive pre-planning documentation, explore the architecture, or jump straight into building components.