Skip to main content
Skip to content
ui07.njs.demo.templateempire.io
Ember preview

Marketing

Ember

$149one-time

  • 47 production-ready pages
  • GSAP + Lenis + Motion
  • 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.10.21

    Maintenance1 June 2026

    Documentation refresh: regenerated buyer-facing docs for Ember integration. No functional changes to the template or components.

  2. v1.10.20

    Minor31 May 2026

    Fixed heading hierarchy in integrations card (h3 → h2) to eliminate skip-level violations. Removed redundant `aria-pressed` attributes from play/pause toggles on automations and campaigns sections—this combination violates APG patterns and causes screen readers to announce conflicting action labels. These changes improve semantic accuracy and reduce cognitive load for assistive technology users without requiring any buyer action.

  3. v1.10.19

    Minor31 May 2026

    Completed a comprehensive accessibility audit and remediation pass (te-verify v1.10.16). This release addresses WCAG compliance across the entire template, including focus management, semantic markup, color contrast, and ARIA attributes. No breaking changes. All existing functionality remains intact. If you maintain custom components, review the a11y patterns in this release to align with the updated standards.

  4. v1.10.18

    Minor31 May 2026

    Added California and US state privacy rights disclosures to the `/privacy` page template, ensuring alignment with evolving state-level privacy regulations (Gate 17). This update expands the baseline privacy policy language to cover consumer rights under California Consumer Privacy Act (CCPA) and similar state frameworks. Review the updated template to confirm it meets your jurisdiction's requirements and customize as needed for your specific data practices.

  5. v1.10.17

    Update31 May 2026

    UI07 Ember receives a comprehensive visual and structural update: **Hero Section Rebuild** — Redesigned hero component with improved layout, typography hierarchy, and responsive behavior across breakpoints. **Coral Color Palette Refresh** — Updated coral accent colors throughout the template for better contrast, accessibility, and modern aesthetic consistency. **Information Architecture Redesign** — Reorganized page structure and navigation flow for clearer user journeys and improved discoverability. **FAQ Component Enhancement** — Refined FAQ section with improved styling, interaction pat…

    Show full notes →

    UI07 Ember receives a comprehensive visual and structural update: **Hero Section Rebuild** — Redesigned hero component with improved layout, typography hierarchy, and responsive behavior across breakpoints. **Coral Color Palette Refresh** — Updated coral accent colors throughout the template for better contrast, accessibility, and modern aesthetic consistency. **Information Architecture Redesign** — Reorganized page structure and navigation flow for clearer user journeys and improved discoverability. **FAQ Component Enhancement** — Refined FAQ section with improved styling, interaction patterns, and accessibility features. All changes are backward-compatible. No migration required—update and deploy.

  6. v1.10.16

    Maintenance27 May 2026

    Packaging hygiene: removed tracked Lighthouse report artifacts (lh-*.html files) from the repository and added exclusion patterns to prevent future commits. This reduces repository bloat without affecting template functionality or build output.

  7. v1.10.15

    Maintenance27 May 2026

    fix(login): add IS_TE_DEMO-gated 'Explore workspace' demo shortcut (#132) Internal demo environment enhancement. No changes to production login flow or buyer-facing functionality.

  8. v1.10.14

    Maintenance27 May 2026

    Internal maintenance: refreshed QG-Report PDF with backfilled audit data. No changes to template functionality or buyer-facing features.

  9. v1.10.13

    Maintenance26 May 2026

    Packaging hygiene: excluded documentation artifacts (AGENTS.md, docs directory, Word documents) from distribution and added Quick-Start PDF to package contents. Reduces bundle size and clarifies what ships to buyers.

  10. v1.10.12

    Maintenance26 May 2026

    Documentation: added PREMIUM_AUDIT.md reference guide for external audit compliance documentation (#126).

  11. v1.10.11

    Maintenance26 May 2026

    Dependency maintenance: aligned pnpm.overrides to resolve cross-major version mismatches (#121). This ensures consistent dependency resolution across the project without affecting template functionality or APIs.

  12. v1.10.10

    Minor26 May 2026

    Applied a comprehensive P1 audit sweep addressing 9 high-priority issues across the template. This release includes fixes for accessibility compliance, performance bottlenecks, and security hardening identified in our premium audit process. No breaking changes. Update at your convenience to benefit from improved standards compliance and performance characteristics.

  13. v1.10.9

    Minor26 May 2026

    **Fixed:** useCountUp hook now renders correct initial value during server-side rendering, eliminating hydration mismatches when count animations appear in server-rendered pages. This resolves visual flicker and console warnings on first load.

  14. v1.10.8

    Maintenance26 May 2026

    Documentation: Updated references from Framer Motion to Motion (motion/react) to reflect the official library rebranding. Reorganized dashboard documentation pages into a components structure for improved clarity. No changes to component APIs or runtime behaviour.

  15. v1.10.7

    Minor26 May 2026

    Completed a comprehensive P0 audit sweep across 14 content files, addressing critical compliance and quality issues identified in the premium audit. These fixes improve content accuracy, metadata consistency, and standards adherence throughout the template. No breaking changes. Update at your convenience.

  16. v1.10.6

    Minor26 May 2026

    Added explicit DEMO_CONTENT markers throughout the Ember marketing template to help you quickly identify placeholder content during implementation. This reduces the risk of accidentally shipping demo copy to production. Refined deliverability-related claims in marketing copy to be more precise and defensible. These changes ensure your messaging aligns with best practices when promoting email or messaging features. No breaking changes. Update at your convenience.

  17. v1.10.5

    Maintenance26 May 2026

    Dependency hygiene: updated actions/github-script to v9. This is a CI/CD tooling update with no impact on template functionality or buyer workflows.

  18. v1.10.4

    Maintenance25 May 2026

    **Dashboard layout fix**: corrected full-width wrapper behaviour to ensure consistent layout rendering across viewport sizes. **Code quality**: removed unused eslint-disable directives in label components, reducing technical debt and improving maintainability.

  19. v1.10.3

    Maintenance25 May 2026

    Dependency updates: propagated UI00-BASE #116 changes and applied pnpm override for qs to address DoS vulnerability. No breaking changes or new features in this release.

  20. v1.10.2

    Maintenance25 May 2026

    Documentation: synced primitive component JSDoc from UI00-BASE (#107). Improves inline developer reference for component APIs with no functional changes.

  21. v1.10.1

    Maintenance25 May 2026

    Internal sync: aligned RevealOnScroll component `as` prop and useIsMobile singleton with UI00-BASE. No breaking changes or new features.

  22. v1.10.0

    Update25 May 2026

    Backported LiveActivityRail component with integrated Ember event pool (#103). This addition expands the marketing template's real-time activity display capabilities, enabling you to surface live user engagement or feed updates without manual event listener management. The event pool pattern reduces memory overhead in high-frequency event scenarios, making it suitable for dashboards and activity feeds that update frequently. Drop the component into your Ember routes and bind your activity data—event lifecycle is handled automatically. No breaking changes. Existing templates continue to work…

    Show full notes →

    Backported LiveActivityRail component with integrated Ember event pool (#103). This addition expands the marketing template's real-time activity display capabilities, enabling you to surface live user engagement or feed updates without manual event listener management. The event pool pattern reduces memory overhead in high-frequency event scenarios, making it suitable for dashboards and activity feeds that update frequently. Drop the component into your Ember routes and bind your activity data—event lifecycle is handled automatically. No breaking changes. Existing templates continue to work as-is.

  23. v1.9.4

    Maintenance25 May 2026

    Dependency maintenance: updated @types/node to v24. This is a routine types package update with no impact on template functionality or your projects built with this kit.

  24. v1.9.3

    Maintenance25 May 2026

    Dependency hygiene: updated @types/react to v19.2.15. This is a patch-level TypeScript definitions update with no breaking changes or new capabilities.

  25. v1.9.2

    Maintenance25 May 2026

    Dependency maintenance: pinned project dependencies to ensure consistent builds and reproducible installs across environments. No feature or API changes.

  26. v1.9.1

    Maintenance25 May 2026

    Dependency management: added pnpm.overrides for ws and brace-expansion@5.x to resolve Copilot comment conflicts. This is a maintenance release with no user-facing changes.

  27. v1.9.0

    Update25 May 2026

    Added UI00-BASE form primitives to ui07-ember-marketing-nextjs (#90). This backport brings battle-tested form components—inputs, selects, checkboxes, radio groups, and validation hooks—directly into the Ember/Next.js template. Form primitives include: - Accessible input and textarea components with built-in error states - Select and multi-select with keyboard navigation - Checkbox and radio group components with proper ARIA attributes - Composable validation utilities for client and server-side checks - TypeScript support throughout No breaking changes. Existing forms continue to work. New p…

    Show full notes →

    Added UI00-BASE form primitives to ui07-ember-marketing-nextjs (#90). This backport brings battle-tested form components—inputs, selects, checkboxes, radio groups, and validation hooks—directly into the Ember/Next.js template. Form primitives include: - Accessible input and textarea components with built-in error states - Select and multi-select with keyboard navigation - Checkbox and radio group components with proper ARIA attributes - Composable validation utilities for client and server-side checks - TypeScript support throughout No breaking changes. Existing forms continue to work. New projects can adopt these primitives incrementally.

  28. v1.8.0

    Minor25 May 2026

    Added a new accent-tinted skeleton loading component with built-in dashboard loading.tsx integration. This primitive provides a consistent, branded loading state across your application with minimal setup. The skeleton component respects your accent color configuration and includes ready-to-use patterns for dashboard layouts, reducing boilerplate for common loading scenarios. No breaking changes. Existing projects update without modification.

  29. v1.7.0

    Minor25 May 2026

    Added root `opengraph-image.tsx` powered by Next.js `next/og` with brand-aware composition (#86). The template now auto-generates dynamic OG images for social sharing, respecting your brand colors and typography. No configuration required—images are generated at build time and served automatically when your pages are shared on social platforms. This improves click-through rates on social links and ensures consistent brand presentation across LinkedIn, Twitter, and other platforms.

  30. v1.6.1

    Minor25 May 2026

    Fixed a11y issue where the background remained interactive while the mobile menu was open. The background is now properly marked inert, preventing screen reader users from navigating outside the menu overlay. This ensures focus is contained within the menu and improves overall keyboard navigation experience on mobile viewports.

  31. v1.6.0

    Minor25 May 2026

    Improved default typography rendering across the template: - **Body text**: Tabular numerals (tnum) enabled for consistent number alignment in data tables and lists - **Monospace surfaces**: Slashed-zero (zero-slash) applied to improve distinction between zero and the letter O in code blocks and terminal-style components These OpenType features enhance readability in numeric and code-heavy contexts without requiring configuration changes. The improvements apply automatically across all typography scales.

  32. v1.5.1

    Minor21 May 2026

    Converted all `--mech-color-*` design tokens from raw hex and rgba values to OKLCH color space (#81). OKLCH provides perceptually uniform color scaling, better accessibility for contrast ratios, and improved consistency across light and dark modes. This change is backward-compatible—existing color references work unchanged, but new work benefits from the improved color model.

  33. v1.5.0

    Update21 May 2026

    Introduced `<RevealOnScroll>`, a performant animation component that triggers content reveals as elements enter the viewport. Ideal for below-fold conversion optimization on marketing pages. **Key features:** - Intersection Observer–based triggering (no scroll event listeners) - Configurable delay and animation easing - SSR-safe with hydration support - Works with Next.js Image and standard DOM elements Use it to stagger hero sections, testimonials, CTAs, and feature blocks for improved engagement without layout shift. See the component docs in the template for integration examples.

  34. v1.4.3

    Maintenance21 May 2026

    Dependency maintenance: updated non-major dependencies to their latest patch and minor versions. No breaking changes or new features in this release.

  35. v1.4.2

    Maintenance21 May 2026

    Dependency maintenance: updated actions/checkout to v6 in CI/CD workflows. No changes to the template or components.

  36. v1.4.1

    Maintenance21 May 2026

    Demo infrastructure: ported DemoBanner pattern from UI00-BASE to align internal component patterns across the template suite. No changes to production code or buyer-facing functionality.

  37. v1.4.0

    Maintenance21 May 2026

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

  38. v1.3.22

    Maintenance21 May 2026

    Backported family fixes from UI04 to maintain consistency across the template suite. Internal updates with no impact on template functionality or buyer workflows.

  39. v1.3.21

    Maintenance20 May 2026

    CI tooling: bumped Node.js from 20 to 22 to unblock pnpm 11 compatibility. This ensures the build pipeline runs on current LTS tooling without breaking changes to the template itself.

  40. v1.3.20

    Maintenance19 May 2026

    Dependency security update: bumped brace-expansion to v5 to address upstream vulnerability. No changes to template functionality or API surface.

  41. v1.3.19

    Maintenance18 May 2026

    CI hygiene: pinned renovatebot/github-action to v46.1.14 for deterministic dependency updates. No changes to template functionality or dependencies.

  42. v1.3.18

    Maintenance18 May 2026

    CI/tooling: bumped renovatebot/github-action from v40 to v46. This resolves scheduled Renovate run failures caused by deprecated v40-tier tag resolution. No changes to the template or its dependencies.

  43. v1.3.17

    Maintenance18 May 2026

    Dependency maintenance: updated @types/node to v22.19.19 for improved type definitions and tooling compatibility.

  44. v1.3.16

    Maintenance18 May 2026

    Dependency hygiene: pinned brace-expansion to 2.1.0 for improved stability and security posture.

  45. v1.3.15

    Maintenance15 May 2026

    Dependency security update: upgraded brace-expansion to v2 to address a known vulnerability in the <1.1.13 range. This is a maintenance release with no changes to the template's functionality or API.

  46. v1.3.14

    Maintenance13 May 2026

    Dependency security update: Next.js bumped to v16.2.6 to address upstream security patches. No breaking changes or feature modifications. Update recommended as part of routine maintenance.

  47. v1.3.13

    Maintenance12 May 2026

    Dependency maintenance: updated type definitions to resolve TypeScript compatibility issues and improve development experience. No breaking changes or new features in this release.

  48. v1.3.12

    Maintenance12 May 2026

    Dependency maintenance: pinned dependencies to ensure consistent builds and reproducible installs across environments. No feature or API changes.

  49. v1.3.11

    Maintenance12 May 2026

    Dependency management: pinned dependencies to ensure consistent builds and reduce supply-chain risk. No changes to template features or APIs.

  50. v1.3.10

    Maintenance12 May 2026

    Dependency update: Next.js bumped to v16.2.3 (security patch). No breaking changes or new features. Update recommended for security hygiene.

  51. v1.3.9

    Minor12 May 2026

    Promoted inline colour literals across 5 marketing components to use design tokens instead. This ensures colour values are centrally managed and easier to maintain across your marketing UI. No breaking changes—your existing implementations continue to work as-is.

  52. v1.3.8

    Maintenance12 May 2026

    Dependency management: configured Renovate org-extends and established weekly Dependabot schedule for automated dependency updates. No changes to template functionality or buyer-facing features.

  53. v1.3.7

    Minor9 May 2026

    - fix(error): WebGL ambient glow with viewport-centred orb (#32)

  54. v1.3.6

    Minor9 May 2026

    - fix(ambient-glow): guard ResizeObserver for environments without it (#33)

  55. v1.3.5

    Minor8 May 2026

    - fix(mech-review): close P1+P2 findings + finish Forma→Ember rebrand (#30)

  56. v1.3.4

    Minor8 May 2026

    - fix(p0-content): replace fabricated case studies + trust badges + brand-rebrand to Ember (#28)

  57. v1.3.3

    Minor8 May 2026

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

  58. v1.3.2

    Minor7 May 2026

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

  59. v1.3.1

    Minor7 May 2026

    - fix(tokens): add severity tokens + sweep hardcoded colours across UI07 (#20)

  60. v1.3.0

    Update7 May 2026

    - feat(home): Campaign Builder + MarketingTransition + hero word-wrap fix (#19)

  61. v1.2.1

    Minor7 May 2026

    - fix(deps): backport canonical pnpm.overrides vuln cleanup (#18)

  62. v1.2.0

    Update7 May 2026

    - feat(home): apply UI07 deep-research synthesis — Launch Day showcase … (#16)

  63. v1.1.4

    Minor30 April 2026

    - Fix mechanical review P2 findings (#15)

  64. v1.1.3

    Minor30 April 2026

    - Fix mechanical review required findings (#13)

  65. v1.1.2

    Minor29 April 2026

    - fix(phase1): strip BOM from README, add CHANGELOG.md (#11)

  66. v1.1.1

    Minor28 April 2026

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

  67. v1.1.0

    Update28 April 2026

    - feat(compliance): propagate Gate 17 + canonical release pipeline (#7) - chore(ci): remove unused codeql.yml (#6) - fix(ui07): backport brand-sweep from ui03 v1.1.15 review - chore(ui07): propagate shared kit baseline from UI00-BASE - chore: remove all Envato / marketplace references from kit packaging - fix(ui07): suppress lint warning for route-change effect in user dropdown - fix(ui07): user dropdown, sidebar collapse, theme toggle, view transitions, FOUC fix - fix(ui07): resolve all lint errors — unused imports, Math.random purity, unescaped entities - feat(ui07): premium upgrade — domain…

    Show full notes →

    - feat(compliance): propagate Gate 17 + canonical release pipeline (#7) - chore(ci): remove unused codeql.yml (#6) - fix(ui07): backport brand-sweep from ui03 v1.1.15 review - chore(ui07): propagate shared kit baseline from UI00-BASE - chore: remove all Envato / marketplace references from kit packaging - fix(ui07): suppress lint warning for route-change effect in user dropdown - fix(ui07): user dropdown, sidebar collapse, theme toggle, view transitions, FOUC fix - fix(ui07): resolve all lint errors — unused imports, Math.random purity, unescaped entities - feat(ui07): premium upgrade — domain pages, WebGL glow, viewport spacing, docs - feat: complete dashboard layout engine and analytics heatmap

  68. v1.0.0

    Breaking3 April 2026

    - feat: add licence validation system - feat: quality gate pass, CI/CD workflows, release pipeline - feat(ui07): Ember Marketing — quality gate passed

68 releases

Need the backend too?

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

View Saas Starter

Ready to build with Ember?

47 pages · GSAP + Lenis + Motion· $149 one-time

Ember·Empire UI·47 pages