
Preview image. Unlock full-res
Black developer card pairing a "Join Martin for Launch Week 12" headline with a syntax-highlighted code snippet querying a personalized ticket.
Summary
A black launch-week ticket card that puts a short event headline on the left and a syntax-highlighted Supabase code query plus its JSON ticket response on the right, personalized to the named attendee.
Visual description
A near-black background with a faint grid. Top-left is the green Supabase lightning logo. Below it, light grey and white text reads "Join Martin for Launch Week 12" with "AUGUST 12-16 / 7AM PT" beneath in spaced caps. The right two-thirds is a dark rounded code panel split into two parts: a "LAUNCH WEEK 12 TICKET" block showing an await supabase.from('tickets').select('*').eq('username', 'martinklepsch').single() query with colored syntax highlighting and line numbers, and a "TICKET RESPONSE" block showing the returned JSON object with the attendee's name, username and ticket number.
Key takeaway
Turning a personalized event invite into the product's own code. The query-and-response framing makes the card unmistakably for developers and auto-personalizes per attendee via the dynamic name. Syntax highlighting carries all the visual interest.
Reuse notes
Excellent pattern for developer products running launch weeks or referral tickets, especially where each share can be generated per user. Requires real, plausible code to land with the audience. Stays on-brand only on dark with the signature accent green.









