Skip to main content
Skip to content
ui06.njs.demo.templateempire.io
PulseCare preview

Health

PulseCare

$149one-time

  • 54 production-ready pages
  • GSAP + Lenis
  • Dark & light mode
  • Lifetime updates
  • Commercial licence

Built for Customisation

Every design decision is a token you can change. No vendor lock-in, no black boxes.

Colour System

OKLCH colour tokens. Change every colour from one file. Dark and light mode built into every page.

Typography

System font stack with semantic scale (--font-xs through --font-5xl). Swap one import.

Component Architecture

shadcn/ui base. Every component is a file you own and can modify. No black-box packages.

Accessibility

WCAG 2.2 AA. Every animation respects prefers-reduced-motion. Semantic HTML throughout.

Quality Gate Report

Every kit passes a 17-gate quality audit before release. The full report ships in your download.

17/17Quality gates passed
0TypeScript errors
0ESLint warnings
90+Lighthouse (all configs)
TypeScript strict mode — zero type errors
ESLint + Prettier — zero warnings
Zero OWASP findings — dependency audit clean
Accessibility: WCAG 2.2 AA compliant
prefers-reduced-motion respected on all animations
Tested 375px → 2560px across all breakpoints

What's Included

Complete source code

Full source code. No obfuscation, no hidden dependencies.

Docs & quality report

Setup guide, customisation guide, and full quality gate audit report.

Design tokens

OKLCH colours, font scale, spacing system in one file.

Lifetime updates + support

Free updates forever. Email support that doesn’t expire. Buy once, benefit always.

Dark & light mode

Both modes production-ready. Toggle with one prop.

Responsive

Mobile-first design tested across all device sizes.

Commercial licence

Use for client work, SaaS products, or internal tools.

Changelog

  1. v1.8.16

    Minor31 May 2026

    Respects `prefers-reduced-motion` media query across all animations and transitions, ensuring compliance with WCAG 2.3.3 standards. Users who have enabled reduced motion in their OS settings will now see static or simplified animations throughout the template. This change improves accessibility for users with vestibular disorders or motion sensitivity without requiring any configuration on your part.

  2. v1.8.15

    Maintenance31 May 2026

    Fixed documentation route inclusion in release artifacts. The `/docs` path is now correctly excluded from the zip bundle during packaging, ensuring the Documentation route ships as intended.

  3. v1.8.14

    Maintenance31 May 2026

    License file hygiene: removed conflicting MIT LICENSE file that duplicated the commercial LICENCE.md. This resolves potential ambiguity in licensing terms for the template. No functional changes.

  4. v1.8.13

    Maintenance27 May 2026

    Internal: refreshed Quality-Gate Report PDF with backfilled audit data. No changes to template functionality or dependencies.

  5. v1.8.12

    Maintenance26 May 2026

    Packaging hygiene: refined distribution contents to exclude documentation artifacts (AGENTS.md, docs folder, Word files) while including the Quick-Start Guide PDF. Reduces package size and clarifies what ships to production.

  6. v1.8.11

    Minor26 May 2026

    Applied comprehensive premium audit sweep covering P0, P1, and P2 severity issues (#90). This release resolves critical accessibility violations, performance bottlenecks, and code quality concerns identified in the audit. Key improvements: - Critical (P0) accessibility and security issues resolved - High-priority (P1) performance and UX fixes applied - Medium-priority (P2) code quality and maintainability enhancements No breaking changes. Update at your convenience to benefit from improved compliance and stability.

  7. v1.8.10

    Minor26 May 2026

    **Fixed:** useCountUp hook now renders correct initial values during server-side rendering, eliminating hydration mismatches when count animations are used in Next.js layouts or server components. This ensures smooth client-side takeover without visual flicker.

  8. v1.8.9

    Maintenance26 May 2026

    Documentation updates: clarified Motion library usage (motion/react) and reorganized dashboard documentation structure for improved clarity. No changes to component APIs or functionality.

  9. v1.8.8

    Maintenance26 May 2026

    Maintenance release. Routine dependency updates and internal improvements. No breaking changes or new features in this release.

  10. v1.8.7

    Maintenance26 May 2026

    Maintenance release. Internal updates and dependency hygiene to keep the template stable and secure.

  11. v1.8.6

    Maintenance26 May 2026

    Maintenance release. No breaking changes or new features in this update.

  12. v1.8.5

    Breaking26 May 2026

    **Critical security patch.** Fixed a P0 vulnerability in compliance gating that could allow unauthorized access to protected health information (PHI) and bypass SOC2 access controls. ### What changed - Corrected authentication logic in HIPAA/SOC2 gating layer (#85) - Fixed Stanford affiliations validation in access control checks ### Action required - Update to v1.8.5 immediately - Audit recent access logs for unauthorized PHI exposure - Verify compliance gating is enforcing correctly in your deployment If you have questions about the vulnerability scope or remediation steps, contact suppor…

    Show full notes →

    **Critical security patch.** Fixed a P0 vulnerability in compliance gating that could allow unauthorized access to protected health information (PHI) and bypass SOC2 access controls. ### What changed - Corrected authentication logic in HIPAA/SOC2 gating layer (#85) - Fixed Stanford affiliations validation in access control checks ### Action required - Update to v1.8.5 immediately - Audit recent access logs for unauthorized PHI exposure - Verify compliance gating is enforcing correctly in your deployment If you have questions about the vulnerability scope or remediation steps, contact support with your deployment details.

  13. v1.8.4

    Maintenance25 May 2026

    Security & dependency hygiene: propagated UI00-BASE #116 and added pnpm.override for qs to mitigate a known DoS vulnerability. No breaking changes or new features. Update recommended for security posture.

  14. v1.8.3

    Maintenance25 May 2026

    Minor maintenance release. - **fix(dashboard)**: corrected full-width wrapper layout - **lint(label)**: removed unused eslint-disable directive No breaking changes or new features. Safe to update.

  15. v1.8.2

    Maintenance25 May 2026

    Documentation: synced primitive JSDoc annotations from UI00-BASE to ensure consistency across the component library. No functional changes.

  16. v1.8.1

    Maintenance25 May 2026

    Internal maintenance: synced RevealOnScroll component `as` prop and useIsMobile singleton hook from UI00-BASE to maintain consistency across the template family. No breaking changes or new features.

  17. v1.8.0

    Update25 May 2026

    Backported LiveActivityRail component with integrated PulseCare event pool (#75). This new component provides real-time activity streaming for patient monitoring and provider dashboards, with built-in event pooling to handle high-frequency updates efficiently. LiveActivityRail supports: - Real-time event subscriptions via PulseCare pool - Configurable activity item rendering - Automatic scroll-to-latest behavior - Memory-efficient event batching Ideal for vitals dashboards, appointment streams, and notification feeds. See the component API in the docs for integration examples.

  18. v1.7.0

    Update25 May 2026

    Backported essential form primitives from UI00-BASE: - **Input component**: Accessible text input with variant support (default, error, disabled states) - **Label component**: Properly associated form labels with required field indicators - **FieldError & Helper text**: Validation feedback and hint text components - **Autofill support**: Native browser autofill styling and UX improvements These components are production-ready and follow WCAG 2.1 AA standards. Use them as building blocks for patient registration, appointment scheduling, and clinical data entry forms. Full API docs available i…

    Show full notes →

    Backported essential form primitives from UI00-BASE: - **Input component**: Accessible text input with variant support (default, error, disabled states) - **Label component**: Properly associated form labels with required field indicators - **FieldError & Helper text**: Validation feedback and hint text components - **Autofill support**: Native browser autofill styling and UX improvements These components are production-ready and follow WCAG 2.1 AA standards. Use them as building blocks for patient registration, appointment scheduling, and clinical data entry forms. Full API docs available in the component library.

  19. v1.6.2

    Maintenance25 May 2026

    CI/CD maintenance: updated GitHub Actions dependencies for improved workflow reliability. - Bumped action v40 → v46.1.14 - Bumped checkout v4 → v6 No changes to the template or its dependencies.

  20. v1.6.1

    Maintenance25 May 2026

    Dependency management: added pnpm.overrides configuration for ws and brace-expansion@5.x to ensure consistent transitive dependency resolution across the project. No functional changes.

  21. v1.6.0

    Minor25 May 2026

    Added a production-ready Skeleton component for building loading placeholders. Includes a complete dashboard loading.tsx example demonstrating Next.js 13+ streaming patterns with proper layout suspension. The Skeleton component supports customizable border-subtle styling and integrates seamlessly with the existing Pulse design system. Use it to scaffold content while data fetches, improving perceived performance and UX polish. Perfect for dashboards, data tables, and any content-heavy views where users benefit from visual feedback during load.

  22. v1.5.2

    Minor25 May 2026

    Replaced interaction-gated mount with Skeleton loading placeholders for below-fold content (#69). This change improves perceived performance by rendering placeholder UI immediately rather than waiting for user interaction, reducing layout shift and providing clearer visual feedback during content load. No breaking changes. Update at your convenience.

  23. v1.5.1

    Maintenance25 May 2026

    Internal maintenance: normalized trailing-slash handling in dashboard and portal navigation data structures (#68). No breaking changes or user-facing updates.

  24. v1.5.0

    Minor25 May 2026

    Added automatic OpenGraph image generation at the root level using Next.js's native `next/og` API. The implementation includes brand-aware composition, ensuring social preview cards align with your template's design system when shared across platforms. This feature generates dynamic OG images on-demand without additional build overhead. No configuration required—the system detects your brand assets and applies them automatically to all social shares.

  25. v1.4.1

    Maintenance25 May 2026

    Design tokens: added canonical CSS variable aliases `--border-strong` and `--bg-elevated` for improved consistency across component implementations. Internal refactor with no breaking changes.

  26. v1.4.0

    Minor25 May 2026

    Improved numeric rendering across the design system: - **Body text**: tabular numerics (tnum) enabled for consistent digit alignment in data tables and health metrics - **Monospace surfaces**: slashed-zero (zero) applied to distinguish the digit 0 from the letter O in code blocks and terminal-style displays These OpenType features enhance readability in health dashboards where precise numeric alignment and clarity are critical. No migration required—changes apply automatically on next build.

  27. v1.3.1

    Minor21 May 2026

    Fixed focus management and background interaction on mobile menu close (#64). When the mobile menu opens, the background is now properly marked inert to prevent accidental interaction. Focus correctly returns to the trigger element when the menu closes, improving keyboard navigation and screen reader experience. This release ensures compliance with WCAG 2.1 Level AA standards for modal-like menu behavior.

  28. v1.3.0

    Update21 May 2026

    Added `<RevealOnScroll>` component for viewport-triggered animations with built-in conversion event tracking. This component observes element visibility and fires animations when content enters the viewport, reducing initial paint overhead and improving perceived performance on health-tech dashboards. Key capabilities: - Intersection Observer–based reveal triggers - Configurable animation delays and easing - Below-fold conversion tracking integration - Reduced initial bundle impact via lazy animation initialization Use `<RevealOnScroll>` to wrap hero sections, feature cards, or CTAs that ben…

    Show full notes →

    Added `<RevealOnScroll>` component for viewport-triggered animations with built-in conversion event tracking. This component observes element visibility and fires animations when content enters the viewport, reducing initial paint overhead and improving perceived performance on health-tech dashboards. Key capabilities: - Intersection Observer–based reveal triggers - Configurable animation delays and easing - Below-fold conversion tracking integration - Reduced initial bundle impact via lazy animation initialization Use `<RevealOnScroll>` to wrap hero sections, feature cards, or CTAs that benefit from entrance animations without blocking page load. See the component docs for threshold and callback configuration.

  29. v1.2.2

    Maintenance21 May 2026

    Documentation: added DEMO_BANNER.md to document the te-banner.tsx component implementation and usage patterns.

  30. v1.2.1

    Maintenance21 May 2026

    Internal: ported DemoBanner pattern from UI00-BASE to standardize demo infrastructure across the template suite. No changes to production components or buyer-facing APIs.

  31. v1.2.0

    Maintenance21 May 2026

    Documentation: Added Copilot and Codex bot instructions to enforce Renovate dependency management canon (#61). This improves consistency in automated dependency updates across the codebase but does not affect template functionality or buyer-facing features.

  32. v1.1.28

    Maintenance21 May 2026

    Backported family component fixes from UI04 to ensure consistency across the template suite. Internal maintenance release with no breaking changes or new features.

  33. v1.1.27

    Minor21 May 2026

    Fixed hydration mismatches in motion wrappers and page transition components. This resolves console warnings and build inconsistencies when using the template with Next.js server-side rendering. **Changes:** - Motion wrapper hydration alignment (#59) - Page transition component SSR compatibility No breaking changes. Update via `npm install ui06-pulse-healthtech-nextjs@1.1.27`.

  34. v1.1.26

    Minor21 May 2026

    **Accessibility:** Footer column headings promoted from `<h3>` to `<h2>` to improve semantic hierarchy and screen reader navigation. This ensures proper heading structure across the template and strengthens WCAG compliance for healthcare contexts where accessibility audits are critical.

  35. v1.1.25

    Minor21 May 2026

    Refactored entry animations to CSS-first approach (Phase 1+2 backport from UI04). This improves animation performance by offloading transitions to the GPU and reduces JavaScript overhead during component mount. Animations remain visually identical; the change is purely under-the-hood for better efficiency and frame consistency, especially on lower-end devices.

  36. v1.1.24

    Maintenance20 May 2026

    Dependency & infrastructure: upgraded Node.js runtime from v20 to v22 in CI pipelines and resolved associated technical debt. No breaking changes to the template or its APIs.

  37. v1.1.23

    Maintenance12 May 2026

    Token maintenance: promoted inline rgba/oklch color literals in globals-effects.css for improved token consistency and build optimization. No breaking changes or feature additions.

  38. v1.1.22

    Maintenance12 May 2026

    Dependency management: configured Renovate org-extends and established weekly Dependabot schedule to streamline dependency updates and security patches. No changes to template functionality or dependencies themselves.

  39. v1.1.21

    Minor9 May 2026

    - fix(ambient-glow): guard ResizeObserver for environments without it (#47) - fix(error): WebGL ambient glow with viewport-centred orb (#45)

  40. v1.1.20

    Minor8 May 2026

    - fix(mech-review): close remaining P1 + P2 findings on v1.1.19 (issue #42) (#43)

  41. v1.1.19

    Minor8 May 2026

    - fix(mech-review): close P1 + P2 findings on v1.1.18 (#41)

  42. v1.1.18

    Minor8 May 2026

    - chore: remove 33 tracked Lighthouse artifacts to fix ZIP bloat (#39)

  43. v1.1.17

    Minor8 May 2026

    - fix(mock-data): strip UTF-8 BOM from mock-data-patients files (#37)

  44. v1.1.16

    Minor8 May 2026

    - fix(a11y): jsx-a11y rules + violation fixes + consent backport (#35)

  45. v1.1.15

    Minor7 May 2026

    - fix(deps): canonical ^-bounded pnpm.overrides family block (#33)

  46. v1.1.14

    Minor7 May 2026

    - fix: promote hardcoded Tailwind colours to severity tokens (limited scope) (#31)

  47. v1.1.13

    Minor1 May 2026

    - chore(qg): track lighthouse summaries (#29)

  48. v1.1.12

    Minor1 May 2026

    - fix(qg): ship readiness cleanup (#27)

  49. v1.1.11

    Minor30 April 2026

    - Fix mechanical review P2/P3 findings (#26)

  50. v1.1.10

    Minor30 April 2026

    - Fix mechanical review required findings (#24)

  51. v1.1.9

    Minor30 April 2026

    - chore: patch transitive vulnerabilities via pnpm overrides, update eslint-config-next (#22)

  52. v1.1.8

    Minor30 April 2026

    - fix(gate17): add legalEntity.contact.email; wire footer to it (#20)

  53. v1.1.7

    Minor30 April 2026

    - perf(lenis): lazy-load Lenis + GSAP to fix desktop Lighthouse performance (#18)

  54. v1.1.6

    Minor29 April 2026

    - fix(ui06): fix all P0 and P1 phase-2 review findings (#15)

  55. v1.1.5

    Minor29 April 2026

    - fix(phase1): strip BOM from README, fix 18 lint warnings, reduce ZIP size (#14)

  56. v1.1.4

    Minor28 April 2026

    - fix: cross-kit consent / privacy / footer backports (8 fixes from UI08-UI15 reviews) (#12)

  57. v1.1.3

    Minor28 April 2026

    - fix(a11y,demo): address remaining mech-review v1.1.2 P1/P2 findings (#10)

  58. v1.1.2

    Minor28 April 2026

    - fix(a11y,docs): address mech-review v1.1.1 P1 findings (#8)

  59. v1.1.1

    Minor28 April 2026

    - fix(release): add packageManager field — mech-review needs it (#6)

  60. v1.1.0

    Update28 April 2026

    - chore(workflows): wire deterministic mechanical-review into release pipeline (#5) - feat(compliance): propagate Gate 17 (UK/EU/US compliance scaffolding) from UI00-BASE (#4) - chore(ci): remove unused codeql.yml (#3) - fix(ui06): backport brand-sweep from ui03 v1.1.15 review - chore(ui06): propagate shared kit baseline from UI00-BASE - chore: remove all Envato / marketplace references from kit packaging - fix(ui06): viewport-responsive sections, light mode polish, cleanup - chore(ui06): remove unused features section and dead video assets - feat(ui06): premium upgrade — complete clinical por…

    Show full notes →

    - chore(workflows): wire deterministic mechanical-review into release pipeline (#5) - feat(compliance): propagate Gate 17 (UK/EU/US compliance scaffolding) from UI00-BASE (#4) - chore(ci): remove unused codeql.yml (#3) - fix(ui06): backport brand-sweep from ui03 v1.1.15 review - chore(ui06): propagate shared kit baseline from UI00-BASE - chore: remove all Envato / marketplace references from kit packaging - fix(ui06): viewport-responsive sections, light mode polish, cleanup - chore(ui06): remove unused features section and dead video assets - feat(ui06): premium upgrade — complete clinical portal with patient portal - fix: add non-null assertions for Three.js ShaderMaterial uniforms

  61. v1.0.0

    Breaking3 April 2026

    - feat: add licence validation system - feat: quality gate pass, CI/CD workflows, release pipeline - chore: clean up _envato files - feat(ui06): Pulse HealthTech — quality gate passed

61 releases

Need the backend too?

Pair PulseCare with the Booking full-stack template. Working auth, Stripe billing, and database — same vertical, production-ready. $199.

View Booking

Ready to build with PulseCare?

54 pages · GSAP + Lenis· $149 one-time

PulseCare·Empire UI·54 pages