<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    <!-- Primary Meta Tags -->
    <title>Neil Lock | Head of Startup Engineering @ Google</title>
    <meta name="title" content="Neil Lock | Head of Startup Engineering @ Google">
    <meta name="description" content="20 years of building systems. Currently orchestrating Gemini-powered Agents and scaling high-availability human/AI infrastructure. Previously built MoneySavingExpert.com.">
    <meta name="keywords" content="Neil Lock, Google Cloud, Head of Startup Engineering, Gemini AI, AI Agents, MoneySavingExpert, Startup CTO, Technical Leader, Software Architecture">
    <meta name="author" content="Neil Lock">
    <meta name="robots" content="index, follow">
    <link rel="canonical" href="https://neillock.co.uk">

    <!-- Open Graph / Facebook -->
    <meta property="og:type" content="website">
    <meta property="og:url" content="https://neillock.co.uk/">
    <meta property="og:title" content="Neil Lock | Head of Startup Engineering @ Google">
    <meta property="og:description" content="Technical leader with 20 years experience building systems at scale. From MoneySavingExpert to Google Gemini Agents.">
    <meta property="og:image" content="https://neillock.co.uk/images/me.jpg">

    <!-- Twitter -->
    <meta property="twitter:card" content="summary_large_image">
    <meta property="twitter:url" content="https://neillock.co.uk/">
    <meta property="twitter:title" content="Neil Lock | Head of Startup Engineering @ Google">
    <meta property="twitter:description" content="Technical leader with 20 years experience building systems at scale. From MoneySavingExpert to Google Gemini Agents.">
    <meta property="twitter:image" content="https://neillock.co.uk/images/me.jpg">

    <!-- Favicon & Theme -->
    <meta name="theme-color" content="#2563EB">
    <link rel="icon" type="image/png" href="images/me.jpg">

    <script src="https://cdn.tailwindcss.com"></script>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
    <style>
        body {
            font-family: 'Inter', sans-serif;
            background-color: #FFFFFF;
            cursor: default;
            overflow-x: hidden;
        }
        .font-mono {
            font-family: 'JetBrains Mono', monospace;
        }
        .dot-grid {
            background-image: radial-gradient(#E2E8F0 1px, transparent 1px);
            background-size: 24px 24px;
        }
        .cursor-rowing {
            cursor: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24" fill="black" stroke="white" stroke-width="1"><path d="M12 2L4.5 20.29l.71.71L12 18l6.79 3 .71-.71L12 2z"/></svg>'), auto !important;
        }
        @keyframes blink {
            0%, 100% { opacity: 1; }
            50% { opacity: 0; }
        }
        .cursor-blink::after {
            content: '_';
            animation: blink 1s step-end infinite;
        }
    </style>

<link rel="stylesheet" href="/index.css">
<script type="importmap">
{
  "imports": {
    "react": "https://esm.sh/react@^19.2.4",
    "react-dom/": "https://esm.sh/react-dom@^19.2.4/",
    "react/": "https://esm.sh/react@^19.2.4/",
    "@google/genai": "https://esm.sh/@google/genai@^1.39.0"
  }
}
</script>
  <script type="module" crossorigin src="/assets/index-C5FOdCvp.js"></script>
<script>
if ('serviceWorker' in navigator) {
  window.addEventListener('load' , () => {
    navigator.serviceWorker.register('./_service-worker.js')
      .then(registration => {
        console.log('Service Worker registered successfully with scope:', registration.scope);
      })
      .catch(error => {
        console.error('Service Worker registration failed:', error);
      });
  });
} else {
  console.log('Service workers are not supported in this browser.');
}
</script><script src="/_websocket-interceptor.js" defer></script></head>
<body class="selection:bg-blue-100">
    <div id="root"></div>
</body>
</html>