v1.4.4 Production Ready

Synthax UI

Production-ready components for healthcare applications.
Built with Svelte 5, TypeScript, and WCAG 2.1 AA accessibility.

24
Components
894
Test Cases
100%
TypeScript
AA
WCAG Level

Why Synthax UI?

Healthcare Ready

Built for critical healthcare applications with HIPAA-aware patterns and confirmation dialogs for destructive actions.

Fully Accessible

WCAG 2.1 AA compliant with keyboard navigation, screen reader support, focus management, and reduced motion respect.

Modern Stack

Svelte 5 with runes, TypeScript for type safety, CSS custom properties for theming, and dark mode support.

Quick Start

pnpm add @synthaxai/ui
Then import and use:
<script>
  import { Button, Card, Alert } from '@synthaxai/ui';
</script>

<Card padding="lg">
  <Alert type="success" title="Welcome!">
    You're ready to build healthcare apps.
  </Alert>
  <Button variant="primary">Get Started</Button>
</Card>

Component Categories

Live Example

A patient card showcasing multiple components working together.

Sarah Johnson

Active

DOB: March 15, 1985 • MRN: 2024-001234

Blue Cross Blue Shield

Insurance Verified

Coverage is active through December 31, 2026. No prior authorization required for office visits.

Design Philosophy

"Calm, Clear, Confident."

Healthcare professionals work in high-stress environments. Our UI should feel like a trusted colleague—professional, reliable, and never demanding attention.