From f43622ed31349bf8e39b365a8839e6eafea45670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20N=C3=A9meth?= Date: Wed, 18 Feb 2026 22:31:56 +0100 Subject: [PATCH] ## [1.3.0] - 2026-02-18 - AI features demo section on homepage, visible only to selected supervisor users --- CHANGELOG.md | 1 + resources/views/welcome.blade.php | 84 +++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec7ba85..972a9da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ### Added - AI Card Suggestion module for supervisors: generate card data from game context, re-roll card abilities with tone selection, deck synergy analytics report, and one-click card swap suggestions +- AI features demo section on homepage, visible only to selected supervisor users ## [1.2.0] - 2026-02-18 diff --git a/resources/views/welcome.blade.php b/resources/views/welcome.blade.php index de6c6a1..a1054b4 100644 --- a/resources/views/welcome.blade.php +++ b/resources/views/welcome.blade.php @@ -617,6 +617,90 @@ class="group-hover:scale-105 transition-transform duration-200 bg-slate-900"> + +@auth +
+
+
+ + + Demo · Selected Users Only + +
+
+

+ AI-Powered Features +

+

+ Supercharge your card creation workflow with integrated AI assistance — from generating card data to deep deck analytics. +

+
+ +
+ +
+
+ + + +
+

AI Card Suggestions

+

Automatically generate card names, descriptions, and ability scores based on your game's style and existing cards.

+ Try in Card Editor → +
+ + +
+
+ + + +
+

Ability Re-roll

+

Refine card abilities with tone control — Aggressive, Defensive, or Support — for perfectly balanced gameplay text.

+ Open Card Editor → +
+ + +
+
+ + + +
+

Deck Analytics

+

Deep synergy analysis, mana curve evaluation, and win-rate prediction for your decks with detailed AI reports.

+ Analyze Your Decks → +
+ + +
+
+ + + +
+

Smart Card Swap

+

AI-recommended card substitutions to improve deck balance, with one-click execution directly in the deck editor.

+ Open Deck Editor → +
+ + +
+
+ + + +
+

More Coming Soon

+

AI-powered image generation, automated card balancing, and meta analysis features are in development.

+ In Development +
+
+
+
+@endauth +