Add Trinity Core v2 teaser to dashboard
Features highlighted: - Trinity Codex AI (natural language queries) - Smart Notifications (Discord alerts) - Approval Workflows (Discord button approvals) - Plugin Architecture (self-registering modules) - Granular Permissions (RBAC for staff) - Distributed Mesh (Tailscale-connected servers) Styled with brand gradient border. Chronicler #69
This commit is contained in:
@@ -35,3 +35,57 @@
|
||||
<strong>Fire + Frost + Foundation = Where Love Builds Legacy</strong>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
<!-- v2 Teaser -->
|
||||
<div class="bg-gradient-to-r from-fire/10 via-universal/10 to-frost/10 rounded-lg border border-universal/30 p-6 mt-6">
|
||||
<h3 class="text-lg font-semibold mb-3 bg-gradient-to-r from-fire via-universal to-frost text-transparent bg-clip-text">
|
||||
🚀 Coming in v2.0 — Trinity Core
|
||||
</h3>
|
||||
<p class="text-gray-500 dark:text-gray-400 text-sm mb-4">
|
||||
A complete platform rebuild with plugin architecture and AI-powered operations.
|
||||
</p>
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-4 text-sm">
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">🤖</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Trinity Codex AI</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Ask questions about Firefrost in natural language</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">🔔</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Smart Notifications</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Real-time alerts via Discord</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">🔐</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Approval Workflows</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Discord button approvals for sensitive actions</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">🧩</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Plugin Architecture</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Drop-in modules that self-register</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">👥</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Granular Permissions</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Role-based access control for staff</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-start gap-2">
|
||||
<span class="text-universal">🌐</span>
|
||||
<div>
|
||||
<div class="font-medium text-gray-700 dark:text-gray-200">Distributed Mesh</div>
|
||||
<div class="text-gray-500 dark:text-gray-400 text-xs">Manage all servers from anywhere</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user