<!DOCTYPE html>
<html lang="en">

<head>
  <meta charset="utf-8" />
  <!-- FOUC Prevention: Set theme before any CSS/WASM loads -->
  <script>
    (function() {
      function getCookie(name) {
        var m = document.cookie.match('(?:^|; )' + name + '=([^;]*)');
        return m ? m[1] : null;
      }
      function setCookie(name, value) {
        var h = location.hostname;
        var domain = "";
        if (h.indexOf('goldcoders.dev') !== -1) {
          domain = "; domain=.goldcoders.dev";
        } else if (h.indexOf('.localhost') !== -1) {
          domain = "; domain=localhost";
        }
        var cookie = name + '=' + value + '; path=/; max-age=31536000; SameSite=Lax' + domain;
        document.cookie = cookie;
      }
      var theme = getCookie('gc-theme');
      // Migrate from localStorage (one-time for existing users)
      if (!theme) {
        try {
          var ls = localStorage.getItem('gc-theme');
          if (ls) { theme = ls; setCookie('gc-theme', ls); localStorage.removeItem('gc-theme'); }
        } catch(e) {}
      }
      if (!theme) {
        theme = window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
      }
      document.documentElement.setAttribute('data-theme', theme);
    })();
  </script>
  <title>Goldcoders | Artisan Systems Engineering</title>
  <meta name="description" content="High-precision, artisan systems engineering powered by Rust. Enterprise-grade WebAssembly and high-performance serverless deployments." />
  <link rel="canonical" href="https://goldcoders.dev/" />
  <meta name="theme-color" content="#0F172A" />

  <!-- Structured Data (JSON-LD) -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "Organization",
    "name": "Goldcoders",
    "url": "https://goldcoders.dev/",
    "logo": "https://goldcoders.dev/goldcoders_logo.png",
    "description": "High-precision, artisan systems engineering powered by Rust. Enterprise-grade WebAssembly and high-performance serverless deployments."
  }
  </script>

  <!-- Open Graph / Facebook -->
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://goldcoders.dev/" />
  <meta property="og:title" content="Goldcoders | Artisan Systems Engineering" />
  <meta property="og:description" content="High-precision, artisan systems engineering powered by Rust. Enterprise-grade WebAssembly and high-performance serverless deployments." />
  <meta property="og:image" content="https://goldcoders.dev/og-image.png" />

  <!-- Twitter -->
  <meta property="twitter:card" content="summary_large_image" />
  <meta property="twitter:url" content="https://goldcoders.dev/" />
  <meta property="twitter:title" content="Goldcoders | Artisan Systems Engineering" />
  <meta property="twitter:description" content="High-precision, artisan systems engineering powered by Rust. Enterprise-grade WebAssembly and high-performance serverless deployments." />
  <meta property="twitter:image" content="https://goldcoders.dev/og-image.png" />
  <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&family=Space+Grotesk:wght@500;600;700&display=swap" rel="stylesheet" />
  <link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet" />
  <!-- Add a plain CSS file: see https://trunkrs.dev/assets/#css -->
  <!-- If using Tailwind with Leptos CSR, see https://trunkrs.dev/assets/#tailwind instead-->
  <link rel="stylesheet" href="/tailwind-86e14a375e306ac4.css" integrity="sha384-9sBu0Kbf3lxJEl4BECVV6vGo9I96ZKF0WhxXSpjVrFthz5ZlLjv0tSwdTNQgDdTO"/>

  <!-- Include favicons in dist output: see https://trunkrs.dev/assets/#icon -->
  <link rel="icon" href="/favicon-32x32-92905da04f425218.png" integrity="sha384-7+SPt976cAA0CQimmh/7WnNuy5lutqArKX85JgAVUhqrpEYqOt2DTokclaMBGRP1"/>
  <link rel="icon" href="/favicon-16x16-f2199e889238163d.png" integrity="sha384-S9qat7PLmK1XBOlzP1VKg0U8J9qVTWuJ1B0NbT1+paYUCP0Et0884pfyHEPWmHV6"/>
  
  
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  
  
  <link rel="manifest" href="/site.webmanifest" />
  
  
  

  <!-- Include Goldcoders logo, Open Graph image, and SEO files -->
  
  
  
  
  

  <!-- Include assets directory -->
  

  <!-- include support for `wasm-bindgen --weak-refs` - see: https://rustwasm.github.io/docs/wasm-bindgen/reference/weak-references.html -->
  
<script type="module">
import init, * as bindings from '/goldcoders-6205194e66b6317c.js';
const wasm = await init({ module_or_path: '/goldcoders-6205194e66b6317c_bg.wasm' });


window.wasmBindings = bindings;


dispatchEvent(new CustomEvent("TrunkApplicationStarted", {detail: {wasm}}));

</script>

  <!-- Register PWA Service Worker -->
  <script>
    if ('serviceWorker' in navigator) {
      window.addEventListener('load', () => {
        navigator.serviceWorker.register('/sw.js').then(registration => {
          console.log('SW registered: ', registration);
        }).catch(registrationError => {
          console.log('SW registration failed: ', registrationError);
        });
      });
    }
  </script>
<link rel="modulepreload" href="/goldcoders-6205194e66b6317c.js" crossorigin="anonymous" integrity="sha384-in9gxITKdBTuBwuH/xceI2W+8amCtKMVJVCDOe9+KXrhBAN2t1feS2CDwD3COg1e"><link rel="preload" href="/goldcoders-6205194e66b6317c_bg.wasm" crossorigin="anonymous" integrity="sha384-2LHRdBGlHwF4utcTl8GTB9kyu9f+ICOlPH9HAMRedaRpkvi7jWeALz/QBCe6XhX8" as="fetch" type="application/wasm"></head>

<body></body>

</html>