CUT OUT & KEEP
GITHUB FC
OFFICIAL MATCH PROGRAMME · SEASON 2026
SHARE THIS CARD SHARE ON 𝕏 DOWNLOAD ↓
LEE
ROBINSON
@leerob · “El Deployador” · 13TH SEASON · CLASS OF 2014
LEGENDARY ★ 2026
89
ST · OVERALL
◀ OWN HALF · REVIEWS MIDFIELD · COMMITS SHIPPING ▶
FORMLWWLD
LAST 5 MATCHDAYS
BUILD
62
REVIEW
84
SHIP
99
VOLUME
99
IMPACT
99
COMMITS 28%REVIEW 16%PRS 49%
SEASON NOTES
01 A one-club man — 67% of minutes played at cursor/community-plugins.
02 A weekday professional — trains on schedule, 93% of touches Mon–Fri.
03 Scout's verdict: Lee is an out-and-out finisher — lives in the final third and ships early. Standout attribute: SHIP 99. 8 matchdays in the observed window. Verdict: sign before the window closes.
TypeScript ×17JavaScript ×11Python ×2Dart ×2
TROPHY CABINET
🏆 next-mdx-blog★ 7,565
🥈 next-self-host★ 1,511
🥉 vim-for-react-devs★ 875
MOST-STARRED CLUBS, ALL SEASONS
THE TEAM SHEET · HOW THIS PAGE IS BUILT
card.jsx — @unlayer/react-elements@0.1.19 · custom tools COPY
import { registerTool, Email, Row, Column,
         renderToHtml, renderToJson } from "@unlayer/react-elements";

// custom tools — the SAME config shape as the Builder's unlayer.registerTool
const PlayerHero = registerTool({
  name: "player_hero",
  renderer: { exporters: {
    web:   (v) => heroMarkup(v),        // your (values) => html functions
    email: (v) => heroEmailMarkup(v),   // email-safe variant
  }},
});
// …Masthead, FormStats, SeasonNotes, ProgrammeFooter registered the same way

// leerob — LEGENDARY · 89 OVR · computed from public activity
const card = (
  <Email backgroundColor="#f2ecdd" contentWidth="720px">
    <Row><Column>
      <Masthead />
      <PlayerHero playerName="Lee Robinson" ovr={89}
                  position="ST" tier="LEGENDARY" />
      <FormStats stats={{"BUILD":62,"REVIEW":84,"SHIP":99,"VOLUME":99,"IMPACT":99}} />
      <SeasonNotes />
      <ProgrammeFooter handle="leerob" />
    </Column></Row>
  </Email>
);

const html   = renderToHtml(card, { title: "leerob · GitHub FC", fonts });
const design = renderToJson(card);  // → stored as { type: "custom", slug, values }
                                    //   opens in the Builder as REAL tools
$ npm install @unlayer/react-elements FULL TEAM SHEET →   DESIGN JSON   EMAIL VERSION
PROGRAMME PAGE 07 · BUILT WITH UNLAYER ELEMENTS · VIEW SEASON · REMIX IN THE EDITOR