
AI Builders
Aria
$149one-time
- 43 production-ready pages
- GSAP + Three.js + Lenis + Motion
- Dark & light mode
- Lifetime updates
- Commercial licence
*Audited stock-build averages. Matrix covers desktop/mobile and light/dark runs across included pages. See methodology.
Animation Stack
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.
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
v1.13.11
Maintenance31 May 2026Fixed release packaging to ensure the Documentation route is correctly included in distribution archives. This resolves an issue where the /docs endpoint was missing from shipped builds.
v1.13.10
Maintenance27 May 2026Internal: refreshed Quality-Gate Report PDF with backfilled audit data. No changes to template functionality or dependencies.
v1.13.9
Maintenance26 May 2026Packaging hygiene: excluded documentation artifacts (AGENTS.md, docs folder, Word files) from the shipped bundle to reduce package size. Quick-start PDF now included in distribution. No functional changes — update at your convenience.
v1.13.8
Minor26 May 2026**Fixed:** useCountUp hook now renders correct initial values during server-side rendering. Previously, SSR and client hydration could produce mismatched DOM, causing layout shift or visual inconsistency on first paint. This fix ensures the counter displays the expected starting value before animation begins.
v1.13.7
Maintenance26 May 2026Dependency hygiene: resolved pnpm.overrides cross-major version mismatches to ensure consistent dependency resolution across the project. No user-facing changes.
v1.13.6
Minor26 May 2026Applied P1 visual and documentation polish to the premium audit module: - **Wordmarks**: refined logo rendering and spacing across audit UI - **Blog glyphs**: improved icon consistency and sizing in content preview areas - **activeTeams docs**: clarified team management documentation and examples These updates enhance clarity and visual coherence in the premium audit workflow without requiring any action on your part.
v1.13.5
Maintenance26 May 2026Documentation and internal structure updates: - Migrated Framer Motion imports to Motion (motion/react) for improved tree-shaking and bundle efficiency - Reorganized dashboard pages into reusable component structure for better maintainability No breaking changes or new features in this release.
v1.13.4
Maintenance26 May 2026Dependency maintenance release. Updated project dependencies to latest stable versions for improved security and compatibility.
v1.13.3
Maintenance25 May 2026Minor maintenance release. - **fix(dashboard)**: corrected full-width wrapper layout - **lint(label)**: removed unused eslint-disable directive No breaking changes or new features.
v1.13.2
Maintenance25 May 2026Dependency updates: propagated UI00-BASE #116. Added pnpm.override for qs to mitigate known DoS vector (#174). No breaking changes or new features in this release.
v1.13.1
Maintenance25 May 2026Internal maintenance: synchronized RevealOnScroll `as` prop and useIsMobile singleton hook from UI00-BASE to maintain consistency across the template suite. No breaking changes or new features.
v1.13.0
Update25 May 2026Introduced `LiveActivityRail`, a new component for real-time activity feeds integrated with the Aria event pool. This enables you to display live updates, notifications, and user actions in a performant, accessible sidebar pattern. **Key capabilities:** - Event-driven updates via Aria pool integration - Built-in ARIA compliance for activity announcements - Responsive rail layout with customizable activity items - Backported for compatibility across template versions Use LiveActivityRail to surface real-time metrics, user activity, or system notifications without polling. See the component AP…
Show full notes →Show less ↑Introduced `LiveActivityRail`, a new component for real-time activity feeds integrated with the Aria event pool. This enables you to display live updates, notifications, and user actions in a performant, accessible sidebar pattern. **Key capabilities:** - Event-driven updates via Aria pool integration - Built-in ARIA compliance for activity announcements - Responsive rail layout with customizable activity items - Backported for compatibility across template versions Use LiveActivityRail to surface real-time metrics, user activity, or system notifications without polling. See the component API in the template docs for integration examples.
v1.12.3
Maintenance25 May 2026Dependency maintenance: updated non-major dependencies to their latest patch and minor versions. No breaking changes or new features in this release.
v1.12.2
Maintenance25 May 2026Dependency hygiene: updated @types/react to v19.2.15. This patch release includes minor type refinements and maintains compatibility with React 19.2.x.
v1.12.1
Maintenance25 May 2026Dependency management: added pnpm.overrides configuration for ws and brace-expansion@5.x to ensure consistent dependency resolution across the project. No functional changes.
v1.12.0
Update25 May 2026Backported essential form components from UI00-BASE: - **Input**: Fully accessible text input with native autofill support, focus management, and error state integration - **Label**: Semantic label component with proper `for` binding and accessibility attributes - **FieldError & Helper**: Companion components for validation feedback and hint text, with ARIA live regions for screen readers Autofill now works seamlessly across all input types—browsers correctly recognize and populate password, email, and other standard fields. All components follow ARIA patterns and integrate with existing for…
Show full notes →Show less ↑Backported essential form components from UI00-BASE: - **Input**: Fully accessible text input with native autofill support, focus management, and error state integration - **Label**: Semantic label component with proper `for` binding and accessibility attributes - **FieldError & Helper**: Companion components for validation feedback and hint text, with ARIA live regions for screen readers Autofill now works seamlessly across all input types—browsers correctly recognize and populate password, email, and other standard fields. All components follow ARIA patterns and integrate with existing form validation workflows. No breaking changes. Drop-in replacement for custom form wrappers.
v1.11.0
Minor25 May 2026Backported the Skeleton component primitive with integrated dashboard loading.tsx template (#163). This gives you a ready-to-use loading skeleton for dashboard layouts, reducing boilerplate when building perceived-performance patterns. The Skeleton primitive follows ARIA best practices and pairs with Next.js Suspense boundaries for seamless async UI transitions. Use it to scaffold content placeholders while data loads—particularly useful for dashboard cards, tables, and list views. No breaking changes. Drop-in addition to your component library.
v1.10.0
Minor25 May 2026Added dynamic OpenGraph image generation using Next.js native `next/og` module. The root `opengraph-image.tsx` now composes brand-aware social preview images automatically, eliminating the need for static fallbacks. This ensures consistent, on-brand preview cards across social platforms and messaging apps when your SaaS links are shared. Image generation respects your template's design tokens and typography. **Update:** No breaking changes. Existing OG meta tags continue to work; the new image endpoint is automatically served by Next.js.
v1.9.2
Minor25 May 2026**Navbar & Theme Toggle Improvements** Fixed landmark structure in navbar component with proper `aria-controls` bindings and corrected `aria-pressed` state on theme toggle button. These changes improve screen reader announcements and ensure toggle state is properly exposed to assistive technologies. No breaking changes. Update at your convenience.
v1.9.1
Maintenance25 May 2026Documentation: Updated WCAG accessibility standard references from 2.1 to 2.2 in code comments to reflect current compliance guidelines.
v1.9.0
Update21 May 2026Added `<RevealOnScroll>` component for triggering animations and content reveals when elements enter the viewport. Ideal for below-fold conversion patterns on SaaS landing pages. **What's new:** - `<RevealOnScroll>` wrapper component with configurable trigger thresholds - Pairs with existing animation utilities for staggered reveals - Reduces layout shift and improves perceived performance - Works with Next.js SSR out of the box **Use case:** Animate hero sections, feature cards, and CTAs as users scroll—proven to lift engagement metrics on SaaS homepages.
v1.8.0
Maintenance21 May 2026Documentation: Added Copilot and Codex bot instructions to enforce Renovate dependency management canon (#158). This improves consistency in automated dependency updates across the template but does not affect template functionality or buyer workflows.
v1.7.7
Maintenance21 May 2026Backport: synced family component fixes from UI04 (#115). Internal consistency update with no breaking changes or new features.
v1.7.6
Minor21 May 2026Refactored entry animations to CSS-first approach (Phase 1+2 backport from UI04). This reduces JavaScript animation overhead and improves perceived performance on lower-end devices. Animations remain visually identical; the change is purely under the hood for better efficiency and maintainability. No migration needed — update and deploy.
v1.7.5
Maintenance21 May 2026Documentation: removed stale per-kit generate-report.js script (#155). Internal cleanup with no impact on template functionality or buyer workflows.
v1.7.4
Maintenance20 May 2026Documentation: refreshed QG report for v1.7.3 with improved route framing across 34 unique routes. This update clarifies architectural patterns and guidance for the Next.js SaaS template structure.
v1.7.3
Minor20 May 2026Resolved three P1 data leaks identified in Phase 7 review (#153). These fixes address sensitive content exposure in demo materials that could have been visible in production builds or shared environments. If you deployed v1.7.1 or v1.7.2 to staging or production, review the affected demo content sections and redeploy with v1.7.3. No code changes required on your end—update and rebuild. **Affected areas:** Demo content modules only. No impact to core template functionality or user-facing components.
v1.7.2
Maintenance20 May 2026Dependency security update: pinned brace-expansion to 1.1.14 to address a known vulnerability in earlier versions. This is a patch-level update with no impact on template functionality or APIs.
v1.7.1
Maintenance20 May 2026Dependency hygiene: removed 3 dead cross-major pnpm.overrides entries (#151). This cleanup reduces lock file noise and improves maintainability without affecting runtime behaviour or the template's feature set.
v1.7.0
Minor20 May 2026Added a new dashboard route to the SaaS template, giving you a dedicated entry point for user metrics and account management. This release also resolves critical P1 and P2 issues from Phase 7 (#149), improving overall reliability. **What's new:** - Dashboard route with brand-voice integration - P1 fixes: core functionality stability - P2 fixes: edge-case handling and error recovery No breaking changes. Update at your convenience.
v1.6.21
Maintenance18 May 2026CI: pinned renovatebot/github-action to v46.1.14 for build stability. No template changes.
v1.6.20
Maintenance18 May 2026CI maintenance: upgraded renovatebot/github-action from v40 to v46. This resolves 404 errors in scheduled Renovate runs caused by deprecated v40-tier tag resolution. No changes to template code or dependencies.
v1.6.19
Maintenance18 May 2026Dependency hygiene: updated path-to-regexp to v8. This is a maintenance release with no breaking changes to the template or its public APIs.
v1.6.18
Maintenance18 May 2026Dependency hygiene: updated @types/node to v24.12.4 for improved Node.js type definitions.
v1.6.17
Minor14 May 2026Fixed WCAG SC 2.4.7 Focus Visible compliance on three `bg-transparent` input components (#140). Keyboard users will now see clear focus indicators on these inputs, improving navigation clarity and accessibility audit scores. No migration needed — update and deploy.
v1.6.16
Maintenance11 May 2026Dependency hygiene: updated brace-expansion to v5. No breaking changes or feature updates in this release.
v1.6.15
Maintenance12 May 2026Dependency maintenance: pinned basic-ftp security override to v6 and updated non-major dependencies to latest patch versions. No breaking changes or new features in this release.
v1.6.14
Maintenance12 May 2026Dependency hygiene: updated type definitions to latest versions. No breaking changes or new features in this release.
v1.6.13
Maintenance12 May 2026Documentation: finalized quality-gate evidence and compliance records for v1.6.12. No functional changes or dependency updates in this release.
v1.6.12
Maintenance12 May 2026Documentation maintenance: backfilled changelog entries for v1.3.8 through v1.6.10 and corrected structural drift in release documentation. No functional changes to the template or components.
v1.6.11
Minor9 May 2026- chore(hero): swap product-demo video assets (#128)
v1.6.10
Minor9 May 2026- fix(audit): close cluster of issues from external Claude+ChatGPT v1.6.9 audits (#127)
v1.6.9
Minor9 May 2026- fix(hero,premium-audit): land stranded post-#122 work — Pass 2 audit + hero video updates (#126)
v1.6.8
Minor9 May 2026- fix(error,404): WebGL ambient glow + clickable collapsed sidebar logo (post-#122 follow-up) (#124) - fix(ambient-glow): guard ResizeObserver for environments without it (#123)
v1.6.7
Minor9 May 2026- fix(deps): override fast-uri to >=3.1.2 to close GHSA-q3j6-qgpj-74h6 (#125)
v1.6.6
Minor8 May 2026- fix(premium-audit): close all P0 + actionable P1 findings from PREMIUM_AUDIT.md (#122)
v1.6.5
Minor8 May 2026- fix(privacy): replace 'Stripe' vendor name with [CUSTOMISE] placeholder (#121)
v1.6.4
Minor8 May 2026- fix(a11y): wire ARIA menu pattern on DashboardHeader profile dropdown (#120)
v1.6.3
Minor8 May 2026- fix(a11y): jsx-a11y rules + violation fixes + consent backport (#119)
v1.6.2
Minor7 May 2026- fix(deps): canonical ^-bounded pnpm.overrides family block (#118)
v1.6.1
Minor7 May 2026- chore(ui01): backport ui00-base hardening — workflow canon + mech-review findings (#117)
v1.6.0
Update7 May 2026- feat(auth): client-side validation on register + forgot-password (#114)
v1.5.0
Update7 May 2026- feat(demo): propagate ui00-base demo-banner pattern + buyer-clean auth (#113)
v1.4.1
Minor6 May 2026- fix: remove residual audit copy leaks
v1.4.0
Update6 May 2026- feat: complete premium audit polish
v1.3.53
Minor6 May 2026- fix(styles): backport input focus rings - fix(chart): use responsive usage chart - fix(content): polish ui01 demo surfaces
v1.3.52
Minor5 May 2026- Maintenance release
v1.3.51
Minor5 May 2026- fix(deps): update non-major dependencies (#111)
v1.3.50
Minor2 May 2026- docs: add UI01 quality gate report docx
v1.3.49
Minor2 May 2026- docs: update UI01 Lighthouse summaries (#108)
v1.3.48
Minor2 May 2026- Fix sidebar reduced-motion coverage (#107)
v1.3.47
Minor2 May 2026- Fix UI01 v1.3.46 review findings (#106)
v1.3.46
Minor2 May 2026- Fix UI01 v1.3.45 review advisories (#105)
v1.3.45
Minor2 May 2026- Align global error fallback palette (#104)
v1.3.44
Minor2 May 2026- Fix UI01 v1.3.43 review findings (#103)
v1.3.43
Minor2 May 2026- Fix UI01 v1.3.42 review findings (#102)
v1.3.42
Minor2 May 2026- Fix UI01 v1.3.41 review findings
v1.3.41
Minor2 May 2026- Fix UI01 v1.3.40 review findings
v1.3.40
Minor2 May 2026- Fix UI01 phase 2 review findings
v1.3.39
Minor2 May 2026- Fix UI01 phase 2 cleanup findings
v1.3.38
Minor2 May 2026- Fix UI01 review cleanup findings
v1.3.37
Minor2 May 2026- fix: address ui01 phase 2 review findings
v1.3.36
Minor2 May 2026- fix: address ui01 external review cleanup
v1.3.35
Minor2 May 2026- fix: announce prompt copy failures (#94)
v1.3.34
Minor2 May 2026- fix: address ui01 phase 2 review findings (#93)
v1.3.33
Minor2 May 2026- fix: address ui01 external review cleanup (#92)
v1.3.32
Minor2 May 2026- fix: address ui01 v1.3.31 final review findings (#91)
v1.3.31
Minor2 May 2026- fix: address ui01 phase 2 review findings (#90)
v1.3.30
Minor2 May 2026- fix: address ui01 v1.3.29 review cleanup (#89)
v1.3.29
Minor1 May 2026- Maintenance release
v1.3.28
Minor1 May 2026- fix: address ui01 phase 2 external review findings (#88)
v1.3.27
Minor1 May 2026- fix: address ui01 phase 2 review findings (#87)
v1.3.26
Minor1 May 2026- fix: address UI01 phase 2 review findings
v1.3.25
Minor1 May 2026- Clear UI01 auth brand literal finding (#85)
v1.3.24
Minor1 May 2026- Clear UI01 v1.3.23 mechanical findings (#83)
v1.3.23
Minor1 May 2026- Fix UI01 review findings (#81)
v1.3.22
Minor1 May 2026- fix: clear ui01 v1.3.21 review findings (#80)
v1.3.21
Minor1 May 2026- fix: address ui01 external review findings (#79)
v1.3.20
Minor1 May 2026- fix: clear ui01 v1.3.19 review findings (#78)
v1.3.19
Minor1 May 2026- fix: clear ui01 v1.3.18 review findings
v1.3.18
Minor1 May 2026- fix: satisfy ui01 v1.3.17 mechanical review
v1.3.17
Minor1 May 2026- fix: clear ui01 v1.3.16 review blockers
v1.3.16
Minor1 May 2026- fix: address ui01 te-verify review findings (#73)
v1.3.15
Minor1 May 2026- Fix/qg cleanup 20260430 (#72)
v1.3.14
Minor1 May 2026- chore(qg): track lighthouse summaries (#70)
v1.3.13
Minor1 May 2026- fix(qg): clear dashboard timer warnings (#69)
v1.3.12
Minor30 April 2026- docs: document chat-scripts.ts trigger phrases in DEMO_CONTENT.md (#68)
v1.3.11
Minor30 April 2026- perf(home): defer below-fold sections behind scroll gate (#67)
v1.3.10
Minor29 April 2026- perf(lenis): lazy-load Lenis + GSAP to fix desktop Lighthouse performance (#66)
v1.3.9
Minor29 April 2026- fix(llm-review): P2 — motion guards, providers MotionConfig, token consistency, dashboard refactor (#65)
v1.3.7
Minor29 April 2026- fix(ui01): fix validate-licence URL and add reduced-motion guards to api-showcase + product-proof - chore(qg): address Copilot findings on PR #63 + add audit-applicability statement - chore(qg): publish v1.3.6 Quality Gate Audit Report (PDF at kit root)
v1.3.6
Minor27 April 2026- chore(qg): publish v1.3.6 Quality Gate Audit Report (PDF at kit root) (#63)
v1.3.5
Minor27 April 2026- fix(a11y): bump --model-violet/blue lightness to clear WCAG 4.5:1 vs --bg-deep (#62)
v1.3.4
Minor27 April 2026- fix(hero): change video container from aspect-video to aspect-square (#61)
v1.3.3
Minor27 April 2026- fix(mobile): hide hero trust bar; rebuild pricing compare as stacked cards (#59)
v1.3.2
Minor27 April 2026- fix(review): land external-review feedback (Claude Opus 4.7 + ChatGPT 5.5) (#60)
v1.3.1
Minor27 April 2026- fix(dashboard): add AI-generated disclosure on dashboard root page (#57)
v1.3.0
Update27 April 2026- feat(ui01): UK + EU + US compliance scaffolding (Quality Gate 17) (#55)
v1.2.25
Minor27 April 2026- fix(ui01): second external-review cleanup (demo + a11y) (#51)
v1.2.24
Minor27 April 2026- fix(deps): pin dependencies (#53)
v1.2.23
Minor27 April 2026- chore(deps): pin dependencies (#52)
v1.2.22
Minor26 April 2026- Fix/copilot pr46 followup (#50)
v1.2.21
Minor26 April 2026- fix(ui01): address Copilot PR #46 review comments (6 items) (#48)
v1.2.20
Minor26 April 2026- fix(ui01): external-review cleanup pass (legal safety + a11y + theme) (#46)
v1.2.19
Minor26 April 2026- Maintenance release
v1.2.18
Minor25 April 2026- fix(ui01): add poster frame to hero product demo video (#42)
v1.2.17
Minor25 April 2026- fix(ui01): full v1.2.16 te-verify-review cleanup (P1+P2+P3) (#40)
v1.2.16
Minor25 April 2026- fix(ui01): full v1.2.15 three-way review cleanup (P1+P2+P3) (#38)
v1.2.15
Minor25 April 2026- fix(ui01): address 6 blocking P1s from v1.2.14 mechanical + LLM review (#37)
v1.2.14
Minor24 April 2026- fix(ui01): address mechanical-review v1.2.13 P2 + P3 findings (#36)
v1.2.13
Minor24 April 2026- chore(deps): slim renovate.json to extend org preset (#35)
v1.2.12
Minor24 April 2026- chore(ci): remove unused codeql.yml (#34)
v1.2.11
Minor23 April 2026- fix(ui01): address external-review blockers on v1.2.10 (#33)
v1.2.10
Minor23 April 2026- fix(ui01): backport brand-sweep from ui03 v1.1.15 review
v1.2.9
Minor22 April 2026- chore: sync next-env.d.ts
v1.2.8
Minor22 April 2026- docs(ui01): sync CUSTOMIZATION.md with the token-level cascade fixes
v1.2.7
Minor22 April 2026- refactor(ui01): cascade --brand-glow* and orb tokens from the primitive hue
v1.2.6
Minor22 April 2026- refactor(ui01): close one-file-rebrand cascade gaps found during live test
v1.2.5
Minor22 April 2026- refactor(ui01): centralise theme in globals.css + document one-file rebrand
v1.2.4
Minor21 April 2026- chore: remove all Envato / marketplace references from kit packaging
v1.2.3
Minor20 April 2026- docs(ui01): add [1.2.2] CHANGELOG entry covering te-verify follow-up work
v1.2.2
Minor20 April 2026- fix(ui01): close propagation gaps from first verification pass (9 residual P1s)
v1.2.1
Minor20 April 2026- Maintenance release
v1.2.0
Update20 April 2026- feat(ui01): address 23 P1 blockers from full te-verify-review audit of v1.1.3
v1.1.3
Minor20 April 2026- chore(deps): update dependency typescript to v6 (#30)
v1.1.2
Minor20 April 2026- chore(ci): remove dead kit-level mechanical-review.yml
v1.1.1
Minor20 April 2026- chore(deps): update dependency @types/node to v24 (#27) - chore(deps): update dependency lighthouse to v13 (#29)
v1.1.0
Update20 April 2026- fix(perf,a11y): close lighthouse regressions + regenerate audit docs - feat: accessibility, tokens, demo-content hygiene (v1.0.16–v1.0.19) - fix: demo metrics realism, light-mode tokens, offline fonts (v1.0.15) - chore(renovate): block major GitHub Actions version bumps - fix(deps): update all non-major dependencies
v1.0.14
Minor20 April 2026- feat: brand centralisation + GA wiring (v1.0.14)
v1.0.13
Minor20 April 2026- docs: tranche A doc accuracy + policy sync (v1.0.13) - chore(renovate): tune config — security PRs any-time, routine bumps Monday mornings only
v1.0.12
Minor20 April 2026- chore(ui01): release v1.0.12 - fix(ui01): swap trademarked fictional-universe names for genuinely invented ones - fix(demo-content): replace real org names with fictional in about + blog
v1.0.11
Minor20 April 2026- chore(ui01): release v1.0.11 - fix(ui01): scrub remaining demo-content legal risks (te-verify R-001 to R-006)
v1.0.10
Minor20 April 2026- chore(ui01): release v1.0.10 - fix(ui01): align package.json version with release tag + guard against drift
v1.0.9
Minor18 April 2026- chore(ui01): release v1.0.9 - refactor(ui01): tokenise last hardcoded chart colour - fix(ui01): rephrase footer year comment to avoid mechanical-review FP
v1.0.8
Minor18 April 2026- chore(ui01): release v1.0.8 - fix(ui01): polish sweep — footer year, dup asset, cleaner code examples - refactor(ui01): promote hardcoded brand literals to semantic tokens
v1.0.7
Minor18 April 2026- chore(ui01): release v1.0.7 - fix(ui01): strip all real-company demo content — P0 legal risk - fix(ui01): chain Mechanical Review inside release.yml
v1.0.6
Minor18 April 2026- chore(ui01): release v1.0.6 - fix(ui01): rename demo API key prefix sk-aria → tmpl_aria_ - fix(ui01): a11y — label the three unlabeled inputs flagged by review #19 - fix(ui01): mechanical review findings — v1.0.5 P1s + CodeQL
v1.0.5
Minor18 April 2026- chore(ui01): release v1.0.5 - fix(ui01): plug .docs/ + scratch-file leaks in release ZIP; extend CHANGELOG
v1.0.4
Minor18 April 2026- chore(ui01): release v1.0.4 - fix(ui01): replace real investor names in demo content with fictional - feat(ui01): add deterministic Mechanical Review caller - fix(ui01): backport --warning/--warning-foreground tokens + DemoNotice component - feat(ui01): expose review_tag input on Jules Mechanical Review - fix(ui01): bump deps + mitigate eslint-config-next 16.2.4 new rules - feat(ui01): add Jules mechanical review workflow - fix(ui01): backport undefined-token + TextScramble pitfall fixes - chore(ui01): ignore .Jules/ scratch directory - fix(ui01): remove invalid prCreationHours key from Reno…
Show full notes →Show less ↑- chore(ui01): release v1.0.4 - fix(ui01): replace real investor names in demo content with fictional - feat(ui01): add deterministic Mechanical Review caller - fix(ui01): backport --warning/--warning-foreground tokens + DemoNotice component - feat(ui01): expose review_tag input on Jules Mechanical Review - fix(ui01): bump deps + mitigate eslint-config-next 16.2.4 new rules - feat(ui01): add Jules mechanical review workflow - fix(ui01): backport undefined-token + TextScramble pitfall fixes - chore(ui01): ignore .Jules/ scratch directory - fix(ui01): remove invalid prCreationHours key from Renovate config - fix(ui01): set outputFileTracingRoot + turbopack.root - fix: remove broken Turbopack resolveAlias for tailwindcss - fix(ui01): chat history panel closed by default on mobile dashboard - fix(ui01): repair gsap.ts syntax — remove stray closing brace - fix(ui01): backport UI04 review fixes — a11y, focus traps, legal, cleanup - fix(ui01): remove Features nav link and api-showcase entry glow - ⚡ optimize CommandPalette grouping performance - fix: 🔒 Use cryptographically secure RNG for API key generation - fix(ui01): backport token improvements from UI02 review cycle - chore(ui01): clean up dev artifacts and refresh Lighthouse results - feat(ui01): v1.2.0 — quality gate passed, ship-ready - fix(ui01): quality gate fixes — lint, deps, hydration - chore: upgrade Next.js to 16.2.3 - fix: viewport-responsive section spacing with clamp(vh) - feat(ui01): WebGL ambient glow, Recharts charts, docs update - fix(ui01): restore blur effect on theme reveal (6px→2px→0) - fix(ui01): revert to clip-path theme reveal, slow to 1.2s - feat(ui01): soft feathered edge on theme reveal using SVG blur mask - feat(ui01): glassmorphism theme toggle + blur on theme reveal arc - fix(ui01): disable page transitions on mobile, fix cross-boundary navigation - fix(ui01): resolve lint errors in transitions and navbar - feat(ui01): add premium animation layer — transitions, sidebar pill, chat polish
v1.0.3
Minor9 April 2026- feat(ui01): implement premium 3-pane context layout and fix hydration - feat(ui01): implement premium 3-pane context layout and fix hydration - chore: bump to v1.0.3 — clean release with fixed zip excludes - fix: expand zip_excludes to remove dev artifacts from release package
v1.0.2
Minor6 April 2026- chore: sync release manifest to v1.0.2, clear old tags - docs: final audit PDF + cleanup - docs: final audit report — v1.0.2, 10 review rounds, Lighthouse retest - fix: external review round 10 — final polish - fix: external review round 9 — final docs consistency - chore: remove _envato folder (not listing on Envato) - fix: centralise brand glow shadows into globals.css classes - fix: external review round 7 — final docs tightening - fix: external review round 6 — final polish - fix: external review round 5 — naming, docs honesty, source maps - fix: external review round 4 — docs honesty +…
Show full notes →Show less ↑- chore: sync release manifest to v1.0.2, clear old tags - docs: final audit PDF + cleanup - docs: final audit report — v1.0.2, 10 review rounds, Lighthouse retest - fix: external review round 10 — final polish - fix: external review round 9 — final docs consistency - chore: remove _envato folder (not listing on Envato) - fix: centralise brand glow shadows into globals.css classes - fix: external review round 7 — final docs tightening - fix: external review round 6 — final polish - fix: external review round 5 — naming, docs honesty, source maps - fix: external review round 4 — docs honesty + polish - fix: external review round 3 — docs accuracy + token adoption - fix: remove onClick from footer social links (server component) - fix: external review round 2 — 12 issues fixed - fix: external review — 6 P1 and 4 P2 issues fixed - fix: bento cards use Tailwind flex/grid classes (fixes Firefox specificity) - docs: update audit report with full issue log (36 found, 36 fixed) - fix: mobile static mode via useMotionPreference (matches store pattern) - fix: internal + multi-agent review — all P0-P3 issues resolved - fix: quality gate audit — 21 issues fixed, all 16 gates PASS
151 releases
Need the backend too?
Pair Aria with the Ai Assistant full-stack template. Working auth, Stripe billing, and database — same vertical, production-ready. $199.
View Ai AssistantYou might also like
Ready to build with Aria?
43 pages · GSAP + Three.js + Lenis + Motion· $149 one-time


