Python 49.6%
TypeScript 25.5%
CSS 24.1%
1<!doctype html>2<!-- ---------------------------------------------------------------------------3 Home-Ka — US real-estate aggregator (Groupe KA)4 Author: Simon-Pierre Boucher — contact@spboucher.ai5---------------------------------------------------------------------------- -->6<html lang="en">7 <head>8 <meta charset="UTF-8" />9 <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />10 <title>Home-Ka — Every home for sale in America</title>11 <meta name="description" content="Home-Ka, a Groupe KA service, aggregates homes for sale across the United States from brokerages and listing platforms — every home for sale in America, in one place, always current." />12 <meta name="theme-color" content="#141814" />13 <meta name="mobile-web-app-capable" content="yes" />14 <meta name="apple-mobile-web-app-capable" content="yes" />15 <meta name="apple-mobile-web-app-title" content="Home-Ka" />16 <link rel="preconnect" href="https://fonts.googleapis.com" />17 <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />18 <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet" />19 <link rel="icon" type="image/svg+xml" href="/favicon.svg" />20 <link rel="apple-touch-icon" href="/apple-touch-icon.png" />21 <meta property="og:title" content="Home-Ka — Every home for sale in America" />22 <meta property="og:description" content="US real-estate aggregator — every home for sale in America, aggregated in one place, always current." />23 <meta property="og:image" content="https://www.home-ka.com/og.png" />24 <meta property="og:image:width" content="1200" />25 <meta property="og:image:height" content="630" />26 <meta name="twitter:card" content="summary_large_image" />27 <meta name="twitter:image" content="https://www.home-ka.com/og.png" />28 </head>29 <body>30 <div id="root"></div>31 <script type="module" src="/src/main.tsx"></script>32 </body>33</html>34