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',