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

<head>
  <meta charset="utf-8" />
  <base href="/" />
  <!-- 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;
      }
      var theme = getCookie('gc-theme');
      if (!theme) {
        theme = window.matchMedia && window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
      }
      document.documentElement.setAttribute('data-theme', theme);
    })();
  </script>
  <title>eBIRForms Rebuilt with Rust | Goldcoders</title>
  <meta name="description" content="A completely native, offline-first macOS and Windows desktop application for Philippine tax compliance. Rebuilt from the ground up with Rust." />
  <link rel="canonical" href="https://ebirforms.goldcoders.dev/" />
  <meta name="theme-color" content="#059669" />

  <!-- Structured Data (JSON-LD) -->
  <script type="application/ld+json">
  {
    "@context": "https://schema.org",
    "@type": "SoftwareApplication",
    "name": "eBIRForms Rebuilt",
    "applicationCategory": "BusinessApplication",
    "operatingSystem": "macOS, Windows, Linux",
    "url": "https://ebirforms.goldcoders.dev/",
    "description": "A native, offline-first desktop application for Philippine BIR tax compliance, rebuilt with Rust for 120fps performance, biometric security, and background automation.",
    "author": {
      "@type": "Organization",
      "name": "Goldcoders",
      "url": "https://goldcoders.dev/"
    }
  }
  </script>

  <!-- Open Graph / Facebook -->
  <meta property="og:type" content="website" />
  <meta property="og:url" content="https://ebirforms.goldcoders.dev/" />
  <meta property="og:title" content="eBIRForms Rebuilt with Rust | Goldcoders" />
  <meta property="og:description" content="A native, offline-first desktop application for Philippine BIR tax compliance. 120fps, biometric security, and background automation." />
  <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://ebirforms.goldcoders.dev/" />
  <meta property="twitter:title" content="eBIRForms Rebuilt with Rust | Goldcoders" />
  <meta property="twitter:description" content="A native, offline-first desktop application for Philippine BIR tax compliance. 120fps, biometric security, and background automation." />
  <meta property="twitter:image" content="https://goldcoders.dev/og-image.png" />

  <!-- Fonts -->
  <link href="https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800;900&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" />

  <!-- Tailwind CSS -->
  <link rel="stylesheet" href="/tailwind-a87246a4d9d38627.css"/>

  <!-- Favicons -->
  <link rel="icon" href="/favicon-32x32-92905da04f425218.png"/>
  <link rel="icon" href="/favicon-16x16-f2199e889238163d.png"/>
  
  
  <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
  
  
  <link rel="manifest" href="/site.webmanifest" />
  
  
  

  <!-- Copy public assets into dist -->
  
  

  <!-- WASM -->
  
<script type="module">
import init, * as bindings from '/ebirforms-8a99b416a632da50.js';
const wasm = await init({ module_or_path: '/ebirforms-8a99b416a632da50_bg.wasm' });


window.wasmBindings = bindings;


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

</script>
<link rel="modulepreload" href="/ebirforms-8a99b416a632da50.js" crossorigin="anonymous"><link rel="preload" href="/ebirforms-8a99b416a632da50_bg.wasm" crossorigin="anonymous" as="fetch" type="application/wasm"></head>

<body></body>

</html>
