-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide-07-events-conferences.html
More file actions
511 lines (456 loc) · 23 KB
/
Copy pathguide-07-events-conferences.html
File metadata and controls
511 lines (456 loc) · 23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Events & Conferences for Developer Tools | Developer Marketing Guides</title>
<meta name="description" content="A comprehensive guide to conference marketing. From booth design to zero-budget guerrilla tactics.">
<link rel="stylesheet" href="styles.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<nav class="nav">
<div class="nav-container">
<a href="index.html" class="nav-logo">
<span class="nav-logo-icon">📚</span>
<span class="nav-logo-text">Dev Marketing Guides</span>
</a>
<div class="nav-links">
<a href="index.html#guides" class="nav-link">All Guides</a>
<a href="https://newslepear.beehiiv.com/" target="_blank" rel="noopener" class="nav-link">Newsletter</a>
<a href="https://github.com/sderosiaux/developer-marketing-guides" target="_blank" rel="noopener" class="nav-link nav-link-github">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M12 0c-6.626 0-12 5.373-12 12 0 5.302 3.438 9.8 8.207 11.387.599.111.793-.261.793-.577v-2.234c-3.338.726-4.033-1.416-4.033-1.416-.546-1.387-1.333-1.756-1.333-1.756-1.089-.745.083-.729.083-.729 1.205.084 1.839 1.237 1.839 1.237 1.07 1.834 2.807 1.304 3.492.997.107-.775.418-1.305.762-1.604-2.665-.305-5.467-1.334-5.467-5.931 0-1.311.469-2.381 1.236-3.221-.124-.303-.535-1.524.117-3.176 0 0 1.008-.322 3.301 1.23.957-.266 1.983-.399 3.003-.404 1.02.005 2.047.138 3.006.404 2.291-1.552 3.297-1.23 3.297-1.23.653 1.653.242 2.874.118 3.176.77.84 1.235 1.911 1.235 3.221 0 4.609-2.807 5.624-5.479 5.921.43.372.823 1.102.823 2.222v3.293c0 .319.192.694.801.576 4.765-1.589 8.199-6.086 8.199-11.386 0-6.627-5.373-12-12-12z"/>
</svg>
</a>
</div>
</div>
</nav>
<header class="guide-header">
<div class="guide-header-container">
<nav class="guide-header-nav">
<a href="index.html">← Back to all guides</a>
</nav>
<div class="guide-header-number">Guide 07</div>
<h1 class="guide-header-title">Events & Conferences for Developer Tools</h1>
<p class="guide-header-description">A comprehensive guide to conference marketing. From booth design to zero-budget guerrilla tactics.</p>
</div>
</header>
<main class="guide-content">
<nav class="guide-toc">
<div class="guide-toc-title">In This Guide</div>
<ul class="guide-toc-list">
<li><a href="#why-events"><span class="toc-number">01</span> Why Events Matter</a></li>
<li><a href="#booth-strategy"><span class="toc-number">02</span> Conference Booth Strategy</a></li>
<li><a href="#zero-budget"><span class="toc-number">03</span> Zero-Budget Conference Marketing</a></li>
<li><a href="#swag-strategy"><span class="toc-number">04</span> Swag Strategy</a></li>
<li><a href="#conference-talks"><span class="toc-number">05</span> Conference Talks</a></li>
<li><a href="#hosting-events"><span class="toc-number">06</span> Hosting Your Own Events</a></li>
<li><a href="#virtual-events"><span class="toc-number">07</span> Virtual Events</a></li>
<li><a href="#pre-post"><span class="toc-number">08</span> Pre/Post Conference</a></li>
<li><a href="#measuring-roi"><span class="toc-number">09</span> Measuring Event ROI</a></li>
<li><a href="#without-booth"><span class="toc-number">10</span> Event Marketing Without a Booth</a></li>
</ul>
</nav>
<article class="guide-article">
<section id="why-events">
<h2>Part 1: Why Events Matter</h2>
<img src="guides/images/07-event-types-roi.png" alt="Event Types ROI" class="guide-image">
<h3>The Value of In-Person</h3>
<p>In developer marketing, events provide:</p>
<ul>
<li>Face-to-face trust building</li>
<li>Deep product conversations</li>
<li>Community relationship building</li>
<li>Content opportunities (talks, recordings)</li>
<li>Competitive intelligence</li>
</ul>
<h3>Event Types</h3>
<ol>
<li><strong>Industry conferences</strong> (KubeCon, AWS re:Invent)</li>
<li><strong>Community meetups</strong> (local tech meetups)</li>
<li><strong>Your own events</strong> (launch events, dinners)</li>
<li><strong>Partner events</strong> (co-hosted with complementary tools)</li>
<li><strong>Virtual events</strong> (webinars, online conferences)</li>
</ol>
</section>
<section id="booth-strategy">
<h2>Part 2: Conference Booth Strategy</h2>
<img src="guides/images/07-conference-timeline.png" alt="Conference Timeline" class="guide-image">
<h3>Booth That Works</h3>
<p><strong>Key elements:</strong></p>
<ul>
<li>Clear value prop visible from distance</li>
<li>Interactive demo stations</li>
<li>Swag with purpose (not junk)</li>
<li>Knowledgeable staff</li>
</ul>
<h3>Interactive Demos</h3>
<p><strong>Best practice:</strong> Let developers actually use your product at the booth.</p>
<p>Set up:</p>
<ul>
<li>Quick demo flow (5-10 minutes max)</li>
<li>Pre-configured environment</li>
<li>Success moment they can achieve</li>
<li>Follow-up capture</li>
</ul>
<h3>Booth Staff</h3>
<p><strong>Who should work the booth:</strong></p>
<ul>
<li>Engineers who can go deep</li>
<li>Marketers who can qualify</li>
<li>Mix of personalities</li>
</ul>
<p><strong>Tips:</strong></p>
<ul>
<li>Rotate to prevent burnout</li>
<li>Brief on key messages</li>
<li>Set lead capture goals</li>
</ul>
</section>
<section id="zero-budget">
<h2>Part 3: Zero-Budget Conference Marketing</h2>
<h3>The Walking Billboard</h3>
<p><strong>Case study:</strong> "How I marketed to 2,000 prospects for ~$0"</p>
<p><strong>Approach:</strong></p>
<ul>
<li>Simple t-shirt with value prop + QR code</li>
<li>Wear it, walk around</li>
<li>Start conversations</li>
</ul>
<p><strong>Why it works:</strong></p>
<ul>
<li>Being dramatically different > incrementally better</li>
<li>Zero cost, high visibility</li>
<li>Natural conversation starter</li>
</ul>
<h3>Custom Demos for Other Vendors</h3>
<p><strong>Tactic:</strong> Build awesome customized demos for other vendors' booths.</p>
<p><strong>Process:</strong></p>
<ol>
<li>Reach out to vendors before conference</li>
<li>Offer to build demo that uses your product</li>
<li>They get great demo content</li>
<li>You get exposure</li>
</ol>
<p><strong>Results:</strong> One founder got 8/25 replies, 4 ended up doing it.</p>
<h3>Custom Demos for Speakers</h3>
<p><strong>Same approach for speakers:</strong></p>
<ul>
<li>Offer to build demo for their talk</li>
<li>Their talk features your product naturally</li>
<li>Higher credibility than booth</li>
</ul>
</section>
<section id="swag-strategy">
<h2>Part 4: Swag Strategy</h2>
<h3>Swag That Works</h3>
<p><strong>Principles:</strong></p>
<ul>
<li>Useful > clever</li>
<li>Connected to product > generic</li>
<li>Quality > quantity</li>
<li>Memorable > forgettable</li>
</ul>
<h3>Swag Ideas That Hit</h3>
<p><strong>Mechanical keyboard with branded key (Parabola):</strong></p>
<ul>
<li>Replace Enter key with logo in brand colors</li>
<li>Metaphorical: automation → execution</li>
<li>Useful, memorable, shareable</li>
</ul>
<p><strong>Hand-iced cookies with product visuals:</strong></p>
<ul>
<li>Custom cookies with charts from product</li>
<li>Gives people excuse to share at work</li>
<li>Triggers Slack conversations</li>
</ul>
<p><strong>Coconut water (Datafold):</strong></p>
<ul>
<li>Unexpected</li>
<li>Practical at hot conferences</li>
<li>Memorable</li>
</ul>
<h3>The T-Shirt Formula</h3>
<p><strong>Developer t-shirts should be:</strong></p>
<ul>
<li>Something they'd actually wear</li>
<li>Not overly promotional</li>
<li>Clever or technical reference</li>
<li>Quality fabric</li>
</ul>
<h3>Swag Giveaway Campaigns</h3>
<p><strong>Big prize vs. many small prizes:</strong></p>
<p>One big prize can get better ROI than many small ones.</p>
<p><strong>NannyML example:</strong> Monitoring tool gave away monitoring setup.</p>
<ul>
<li>Went viral</li>
<li>Connected to product value</li>
<li>Worth talking about</li>
</ul>
</section>
<section id="conference-talks">
<h2>Part 5: Conference Talks</h2>
<h3>Getting Talks Accepted</h3>
<p><strong>Key elements of good proposal:</strong></p>
<ol>
<li>Clear, specific title</li>
<li>What attendees will learn</li>
<li>Why you're qualified</li>
<li>Why it's timely</li>
<li>Takeaways they can use</li>
</ol>
<h3>Talk Content</h3>
<p><strong>What works:</strong></p>
<ul>
<li>Teaching something practical</li>
<li>Sharing real experience (debugging story)</li>
<li>Novel technical approach</li>
<li>Behind-the-scenes of known systems</li>
</ul>
<p><strong>What doesn't work:</strong></p>
<ul>
<li>Thinly veiled product pitches</li>
<li>Too high-level/generic</li>
<li>Already been done many times</li>
</ul>
<h3>Promoting Your Talk</h3>
<p><strong>Before:</strong></p>
<ul>
<li>Share on social</li>
<li>Tell your community</li>
<li>Invite prospects personally</li>
</ul>
<p><strong>During:</strong></p>
<ul>
<li>Live tweet key points</li>
<li>Encourage attendee posts</li>
</ul>
<p><strong>After:</strong></p>
<ul>
<li>Share slides</li>
<li>Post recording when available</li>
<li>Write blog post version</li>
</ul>
</section>
<section id="hosting-events">
<h2>Part 6: Hosting Your Own Events</h2>
<h3>Small Exclusive Dinners</h3>
<p><strong>The case for small:</strong></p>
<ul>
<li>20-30 people</li>
<li>Not recorded</li>
<li>Super focused conversations</li>
<li>Quality over quantity</li>
</ul>
<p><strong>The CTA:</strong> After the dinner, invite to community Slack.</p>
<h3>Event Registration Promotion</h3>
<p><strong>Vercel approach:</strong> Put event registration CTA right in the header.</p>
<p>For super important events, the header is the most viewed part of the most visited page.</p>
<h3>Launch Events</h3>
<p><strong>Supabase launch weeks:</strong> Condense announcements to create momentum and mindshare.</p>
<p><strong>Elements:</strong></p>
<ul>
<li>Multiple announcements throughout week</li>
<li>Build to biggest reveal</li>
<li>Community engagement throughout</li>
</ul>
</section>
<section id="virtual-events">
<h2>Part 7: Virtual Events</h2>
<h3>Webinar Best Practices</h3>
<p><strong>Registration:</strong></p>
<ul>
<li>Don't gate everything</li>
<li>Simple form (name, email, company)</li>
<li>Clear value in title</li>
</ul>
<p><strong>Content:</strong></p>
<ul>
<li>Educational first</li>
<li>Product demo natural, not forced</li>
<li>Q&A time generous</li>
</ul>
<h3>Virtual Conference Presence</h3>
<p>When sponsoring virtual events:</p>
<ul>
<li>Pre-record high-quality content</li>
<li>Have team ready in chat</li>
<li>Clear CTAs in sponsor content</li>
<li>Follow up promptly</li>
</ul>
</section>
<section id="pre-post">
<h2>Part 8: Pre/Post Conference</h2>
<h3>Before the Conference</h3>
<p><strong>Outreach:</strong></p>
<ul>
<li>Email customers/prospects who might attend</li>
<li>Offer meetings at booth</li>
<li>Promote any talks you're giving</li>
</ul>
<p><strong>Preparation:</strong></p>
<ul>
<li>Demo environment tested</li>
<li>Lead capture system ready</li>
<li>Staff briefed</li>
<li>Swag shipped</li>
</ul>
<h3>At the Conference</h3>
<p><strong>Daily:</strong></p>
<ul>
<li>Team sync on what's working</li>
<li>Rotate booth staff</li>
<li>Capture learnings real-time</li>
<li>Social media active</li>
</ul>
<h3>After the Conference</h3>
<p><strong>Within 48 hours:</strong></p>
<ul>
<li>Send follow-up emails</li>
<li>Connect on LinkedIn</li>
<li>Qualify leads</li>
</ul>
<p><strong>Within 1 week:</strong></p>
<ul>
<li>Detailed follow-ups</li>
<li>Book meetings</li>
<li>Share content from event</li>
</ul>
<p><strong>Longer term:</strong></p>
<ul>
<li>Nurture sequence</li>
<li>Add to newsletter</li>
<li>Build relationship</li>
</ul>
</section>
<section id="measuring-roi">
<h2>Part 9: Measuring Event ROI</h2>
<h3>What to Track</h3>
<p><strong>Quantitative:</strong></p>
<ul>
<li>Leads captured</li>
<li>Meetings booked</li>
<li>Pipeline generated</li>
<li>Deals closed</li>
</ul>
<p><strong>Qualitative:</strong></p>
<ul>
<li>Conversation quality</li>
<li>Product feedback</li>
<li>Competitive intel</li>
<li>Brand awareness</li>
</ul>
<h3>Attribution Challenges</h3>
<p>Events are often first touch, not last touch.</p>
<p><strong>Approach:</strong></p>
<ul>
<li>Track pipeline sourced</li>
<li>Self-reported attribution</li>
<li>Compare to non-event periods</li>
<li>Value relationship building</li>
</ul>
<h3>Budget Allocation</h3>
<p><strong>From Datadog CMO:</strong></p>
<ul>
<li>SMB: 70% digital, 30% events</li>
<li>Enterprise: 30% digital, 70% events</li>
</ul>
<p>Events matter more for enterprise sales.</p>
</section>
<section id="without-booth">
<h2>Part 10: Event Marketing Without a Booth</h2>
<h3>Guerrilla Tactics</h3>
<p><strong>At competitors' booths:</strong></p>
<ul>
<li>Wear your t-shirt</li>
<li>Be friendly, not aggressive</li>
<li>Start conversations nearby</li>
</ul>
<p><strong>After-parties:</strong></p>
<ul>
<li>Host or sponsor happy hours</li>
<li>Unofficial meetups</li>
<li>Find where devs gather</li>
</ul>
<h3>Content Capture</h3>
<p><strong>Turn conferences into content:</strong></p>
<ul>
<li>Interview attendees</li>
<li>Live reactions</li>
<li>Behind-the-scenes</li>
<li>Key takeaways thread</li>
</ul>
<h3>Community Building</h3>
<p><strong>Use events to:</strong></p>
<ul>
<li>Meet community members IRL</li>
<li>Host community meetup</li>
<li>Strengthen online relationships</li>
</ul>
</section>
<section class="checklist-section">
<h2>Quick Reference: Event Checklist</h2>
<h3>Pre-Event (4 weeks out)</h3>
<ul class="checklist">
<li>Booth assets ordered</li>
<li>Swag ordered and shipped</li>
<li>Team registered and briefed</li>
<li>Demos prepared and tested</li>
<li>Outreach to prospects sent</li>
<li>Meetings pre-scheduled</li>
</ul>
<h3>At Event</h3>
<ul class="checklist">
<li>Booth setup and tested</li>
<li>Lead capture working</li>
<li>Staff rotation scheduled</li>
<li>Social media active</li>
<li>Daily sync with team</li>
</ul>
<h3>Post-Event (1 week after)</h3>
<ul class="checklist">
<li>All leads in CRM</li>
<li>Follow-up emails sent</li>
<li>LinkedIn connections made</li>
<li>Meetings scheduled</li>
<li>ROI metrics captured</li>
<li>Learnings documented</li>
</ul>
</section>
<section class="resources-section">
<h2>Resources & Further Reading</h2>
<h3>Conference Strategy</h3>
<ul>
<li><a href="https://open.spotify.com/episode/6yK0Dc5yk0ZDLwCB5Kj0qA" target="_blank">Why Go to Conferences (Gonto, Auth0)</a> — Focus on influencers/speakers</li>
<li><a href="https://dx.tips/conf-guide" target="_blank">DX.tips Conference Guide</a> — Creating memorable experiences</li>
<li><a href="https://michaeldrogalis.substack.com/p/how-i-marketed-to-2000-prospects" target="_blank">How I Marketed to 2,000 Prospects for ~$0</a> — Guerrilla tactics</li>
</ul>
<h3>Case Studies</h3>
<ul>
<li><a href="https://open.spotify.com/episode/6LYRIzdsSZxEQzJ2mB5t3s" target="_blank">Wiz CMO on Building Fastest-Growing Startup</a> — Lenny's Podcast</li>
<li><a href="https://www.linkedin.com/posts/wizsecurity_rsac-activity-7194345128289849345-obYZ" target="_blank">Wiz Supermarket Booth at RSAC</a></li>
<li><a href="https://youtu.be/kpFg3JtrMW8" target="_blank">Terminal Shop at React Miami</a> — Terminal Feud activation</li>
</ul>
<h3>Podcasts</h3>
<ul>
<li><a href="https://open.spotify.com/episode/3I8rDE5dTzBG4IIayUhWJF" target="_blank">Code to Market on Terminal Shop Stunts</a></li>
<li><a href="https://podcast.openviewpartners.com/public/32/OV-%7C-BUILD-21cbd466/9a2447b9" target="_blank">Build by OpenView: Auth0's Conference Strategy</a></li>
</ul>
</section>
</article>
<nav class="guide-nav">
<a href="guide-06-content-marketing.html" class="guide-nav-link prev">
<div class="guide-nav-label">Previous</div>
<div class="guide-nav-title">Content Marketing</div>
</a>
<a href="guide-08-community-building.html" class="guide-nav-link next">
<div class="guide-nav-label">Next Guide</div>
<div class="guide-nav-title">Community Building</div>
</a>
</nav>
</main>
</body>
</html>