diff --git a/ui/src/app/overview/page.tsx b/ui/src/app/overview/page.tsx
index a78c77f..73ce435 100644
--- a/ui/src/app/overview/page.tsx
+++ b/ui/src/app/overview/page.tsx
@@ -1,8 +1,8 @@
"use client";
-import { Star } from 'lucide-react';
import Link from 'next/link';
+import { GitHubStarBadge } from '@/components/layout/GitHubStarBadge';
import { Button } from '@/components/ui/button';
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from '@/components/ui/card';
import { useAuth } from '@/lib/auth';
@@ -36,17 +36,9 @@ export default function OverviewPage() {
{isOSSMode && (
-
+
+
+
)}
diff --git a/ui/src/app/workflow/[workflowId]/components/WorkflowEditorHeader.tsx b/ui/src/app/workflow/[workflowId]/components/WorkflowEditorHeader.tsx
index b923b31..9066d57 100644
--- a/ui/src/app/workflow/[workflowId]/components/WorkflowEditorHeader.tsx
+++ b/ui/src/app/workflow/[workflowId]/components/WorkflowEditorHeader.tsx
@@ -385,7 +385,7 @@ export const WorkflowEditorHeader = ({
{/* GitHub star badge - desktop only */}
-
+
diff --git a/ui/src/components/layout/AppLayout.tsx b/ui/src/components/layout/AppLayout.tsx
index 93bdec7..e573454 100644
--- a/ui/src/components/layout/AppLayout.tsx
+++ b/ui/src/components/layout/AppLayout.tsx
@@ -3,9 +3,11 @@
import { Menu } from "lucide-react";
import Link from "next/link";
import { usePathname } from "next/navigation";
+import posthog from "posthog-js";
import React, { ReactNode } from "react";
import { Button } from "@/components/ui/button";
+import { PostHogEvent } from "@/constants/posthog-events";
import { SidebarInset, SidebarProvider, useSidebar } from "@/components/ui/sidebar";
import { AppSidebar } from "./AppSidebar";
@@ -28,6 +30,7 @@ function AppHeader() {
href="https://join.slack.com/t/dograh-community/shared_invite/zt-2z2i1p37n-CkHFbPWDCQ~hNqmKeFGJiQ"
target="_blank"
rel="noopener noreferrer"
+ onClick={() => posthog.capture(PostHogEvent.SLACK_COMMUNITY_CLICKED, { source: "app_header" })}
className="flex items-center gap-2"
>