From df4cca906917c7a4382edd86a779b06827466bf4 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Mon, 13 Oct 2025 22:49:09 +0000 Subject: [PATCH] Add devconnect tab content cgen-3e9dd0a4e244471dbe903358cc5a9980 --- client/pages/Community.tsx | 77 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) diff --git a/client/pages/Community.tsx b/client/pages/Community.tsx index 34c0da00..fc09cb82 100644 --- a/client/pages/Community.tsx +++ b/client/pages/Community.tsx @@ -2535,6 +2535,83 @@ export default function Community() { + + + {/* DevConnect Spotlight */} +
+
+
+
+
+ + New Platform + +

+ Introducing DevConnect +

+

+ DevConnect is our dedicated hub for platform teams building the next wave of AeThex experiences. Launch collabs, monitor live services, and activate the Studio network — all from one command center. +

+
+ + +
+
+ + +
+ {devConnectHighlights.map((highlight, index) => { + const Icon = highlight.icon; + return ( +
+
+ +
+
+

+ {highlight.title} +

+

+ {highlight.description} +

+
+
+ ); + })} +
+
+ DevConnect syncs directly with AeThex developer profiles, so your activity, streaks, and achievements follow you across every build. +
+
+
+
+
+
+
{/* Community Stats */}