Skip to content

Commit f8a0e4b

Browse files
carloshvpclaude
andcommitted
Update community stats to 2,000+ members and OpenClaw event to 400+ RSVPs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 0071ac0 commit f8a0e4b

6 files changed

Lines changed: 23 additions & 7 deletions

File tree

src/components/About.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<p class="mx-auto max-w-3xl text-center text-lg leading-relaxed text-brand-200">
6767
GenAI Gurus started in June 2023 as a small Meetup group for people who wanted to go deeper
68-
than surface-level AI hype. Since then, the community has grown to over 1,500 members and
68+
than surface-level AI hype. Since then, the community has grown to over 2,000 members and
6969
50+ events, attracting speakers from leading companies and research institutions.
7070
</p>
7171
</div>

src/components/UpcomingEvent.astro

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function formatDate(iso: string): string {
7474
{event.summary}
7575
</p>
7676

77-
<div class="mt-8">
77+
<div class="mt-8 flex flex-wrap items-center gap-4">
7878
<a
7979
href={event.meetup_url}
8080
target="_blank"
@@ -86,6 +86,16 @@ function formatDate(iso: string): string {
8686
<path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3" />
8787
</svg>
8888
</a>
89+
{
90+
event.rsvp_count && (
91+
<span class="inline-flex items-center gap-1.5 text-sm text-brand-300">
92+
<svg class="h-4 w-4 text-accent-500" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24">
93+
<path stroke-linecap="round" stroke-linejoin="round" d="M15 19.128a9.38 9.38 0 0 0 2.625.372 9.337 9.337 0 0 0 4.121-.952 4.125 4.125 0 0 0-7.533-2.493M15 19.128v-.003c0-1.113-.285-2.16-.786-3.07M15 19.128v.106A12.318 12.318 0 0 1 8.624 21c-2.331 0-4.512-.645-6.374-1.766l-.001-.109a6.375 6.375 0 0 1 11.964-3.07M12 6.375a3.375 3.375 0 1 1-6.75 0 3.375 3.375 0 0 1 6.75 0Zm8.25 2.25a2.625 2.625 0 1 1-5.25 0 2.625 2.625 0 0 1 5.25 0Z" />
94+
</svg>
95+
{event.rsvp_count}+ registered
96+
</span>
97+
)
98+
}
8999
</div>
90100
</div>
91101
</div>

src/content/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ We host expert sessions and community conversations focused on real-world GenAI
1212

1313
## Origin
1414

15-
GenAI Gurus started in June 2023 as a small Meetup group for people who wanted to go deeper than surface-level AI hype. Since then, the community has grown to over 1,500 members and 50+ events, attracting speakers from leading companies and research institutions.
15+
GenAI Gurus started in June 2023 as a small Meetup group for people who wanted to go deeper than surface-level AI hype. Since then, the community has grown to over 2,000 members and 50+ events, attracting speakers from leading companies and research institutions.
1616

1717
We believe the strongest AI communities are built on honest technical exchange, visible contribution, and a shared commitment to building AI that works responsibly.

src/data/community_stats.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"meetup_members": 1500,
2+
"meetup_members": 2000,
33
"total_events": 50,
44
"total_meetup_participants": 3200,
55
"total_youtube_views": 1800,

src/data/milestones.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,16 @@
2020
"description": "Reached 50 events with a combined participant and viewer reach of over 5,000.",
2121
"total_reach": 5000
2222
},
23+
{
24+
"date": "April 2026",
25+
"label": "Passed 2,000 Meetup members",
26+
"description": "The community crossed the 2,000-member milestone on Meetup."
27+
},
2328
{
2429
"date": "Today",
2530
"label": "Community keeps growing",
26-
"description": "Over 1,500 members and counting.",
27-
"member_count": 1500,
31+
"description": "Over 2,000 members and counting.",
32+
"member_count": 2000,
2833
"is_live": true
2934
}
3035
]

src/data/upcoming_event.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"summary": "In this talk we'll go over the main building blocks behind personal agents like OpenClaw and how they fit together in practice. From there, we'll look at best practices for safety and reliability.",
66
"speaker_name": "",
77
"speaker_role": "",
8-
"meetup_url": "https://www.meetup.com/genai-gurus/events/313946334/"
8+
"meetup_url": "https://www.meetup.com/genai-gurus/events/313946334/",
9+
"rsvp_count": 400
910
}

0 commit comments

Comments
 (0)