From 62aba4b3b4110f08f0d7f8a8fbdef42ed15b868c Mon Sep 17 00:00:00 2001 From: Logan Dupont Date: Thu, 12 Feb 2026 02:14:50 +0100 Subject: [PATCH] feat: add analog to framework list --- app/utils/frameworks.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/utils/frameworks.ts b/app/utils/frameworks.ts index 35cacca99..16729f60c 100644 --- a/app/utils/frameworks.ts +++ b/app/utils/frameworks.ts @@ -51,6 +51,11 @@ export const SHOWCASED_FRAMEWORKS = [ package: '@angular/core', color: 'oklch(0.626 0.2663 310.4)', }, + { + name: 'analog', + package: '@analogjs/platform', + color: 'oklch(0.5205 0.2035 21.88)', + }, { name: 'solid', package: 'solid-js',