<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Supaco - AI-first Holding Company</title>

    <!-- SEO Meta Tags -->
    <meta name="description" content="Supaco is holding company that leverages the latest advancements in AI to rapidly develop and scale a diverse portfolio of products.">
    <meta name="keywords" content="AI-first company, AI holding company,AI holdco">
    <meta name="author" content="Supaco">

    <!-- Open Graph Meta Tags -->
    <meta property="og:title" content="Supaco - AI-first Holding Company">
    <meta property="og:description" content="Supaco is holding company that leverages the latest advancements in AI to rapidly develop and scale a diverse portfolio of products.">
    <meta property="og:image" content="https://supaco.com/static/social.png">
    <meta property="og:url" content="https://supaco.com/">
    <meta property="og:type" content="website">

    <!-- Favicon -->
    <link rel="icon" href="static/logo_square.png" type="image/png">

    <!-- Canonical URL -->
    <link rel="canonical" href="https://supaco.com/">

    <!-- Google Fonts -->
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&display=swap" rel="stylesheet">

    <script src="https://cdn.tailwindcss.com"></script>
    <script>
        tailwind.config = {
            theme: {
                extend: {
                    colors: {
                        primary: '#101010', 
                        lightBg: '#f6f6f3'
                    },
                    fontFamily: {
                        'mono': ['"Space Mono"', 'monospace']
                    }
                }
            }
        }
    </script>
</head>
<body class="h-full bg-lightBg text-gray-900">
    <div class="container mx-auto px-4 py-8 max-w-3xl min-h-full flex flex-col">
        <!-- Main Content -->
        <main class="flex-grow flex flex-col justify-center py-10">
            <div class="text-center mb-8">
                <img class="h-12 mx-auto mb-8" src="static/supaco_black.png">
                <p class="text-lg font-mono text-gray-700">
                    <span id="typewriter"></span><span class="cursor-blink font-semibold">|</span>
                </p>
            </div>

            <div class="space-y-8">
                <section class="p-6 border border-gray-300 font-mono">
                    <p class="mb-6">
                        <strong>Supaco</strong> is a holding company that leverages the latest advancements in AI to rapidly develop and scale a diverse portfolio of products.
                    </p>
                    <p>
                        The key differentiator for <strong>Supaco</strong> is its operational model: with state-of-the-art AI, a small team can achieve  development velocity and business scalability previously considered out of reach.
                    </p>
                </section>

                <section class="p-6 border border-gray-300 text-sm">
                    <h3 class="text-xl font-semibold mb-2">Portfolio</h3>
                    <div class="space-y-6">
                        <div class="grid grid-cols-1 md:grid-cols-2 gap-6">
                            <!-- Portfolio Item 1 -->
                            <div class="flex items-center p-4 border rounded">
                                <div class="flex-shrink-0 mr-4">
                                    <div class="w-16 h-16 bg-white rounded-lg flex items-center justify-center overflow-hidden">
                                        <a href="https://moveline.app">
                                            <img src="static/moveline.png" alt="Moveline logo" class="w-full h-full object-contain">
                                        </a>
                                    </div>
                                </div>
                                <div>
                                    <h4 class="font-semibold">Moveline</h4>
                                    <p class="text-sm text-gray-600">
                                        <a href="https://moveline.app" class="text-primary underline hover:opacity-75">moveline.app</a></p>
                                </div>
                            </div>

                            <!-- Portfolio Item 2 -->
                            <div class="flex items-center p-4 border rounded">
                                <div class="flex-shrink-0 mr-4 opacity-50">
                                    <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-gray-400" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M10 3.5a1.5 1.5 0 013 0V4a1 1 0 001 1h3a1 1 0 011 1v3a1 1 0 01-1 1h-.5a1.5 1.5 0 000 3h.5a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 01-1-1v-.5a1.5 1.5 0 00-3 0v.5a1 1 0 01-1 1H6a1 1 0 01-1-1v-3a1 1 0 00-1-1h-.5a1.5 1.5 0 010-3H4a1 1 0 001-1V6a1 1 0 011-1h3a1 1 0 001-1v-.5z" />
                                        </svg>
                                    </div>
                                </div>
                                <div class="opacity-50">
                                    <h4 class="font-semibold">Coming Soon</h4>
                                    <p class="text-sm text-gray-500">Portfolio company in development</p>
                                </div>
                            </div>

                            <!-- Portfolio Item 3 -->
                            <div class="flex items-center p-4 border rounded">
                                <div class="flex-shrink-0 mr-4 opacity-50">
                                    <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-gray-400" viewBox="0 0 20 20" fill="currentColor">
                                            <path fill-rule="evenodd" d="M7 2a1 1 0 00-.707 1.707L7 4.414v3.758a1 1 0 01-.293.707l-4 4C.817 14.769 2.156 18 4.828 18h10.343c2.673 0 4.012-3.231 2.122-5.121l-4-4A1 1 0 0113 8.172V4.414l.707-.707A1 1 0 0013 2H7zm2 6.172V4h2v4.172a3 3 0 00.879 2.12l1.027 1.028a4 4 0 00-2.171.102l-.47.156a4 4 0 01-2.53 0l-.563-.187a1.993 1.993 0 00-.114-.035l1.063-1.063A3 3 0 009 8.172z" clip-rule="evenodd" />
                                        </svg>
                                    </div>
                                </div>
                                <div class="opacity-50">
                                    <h4 class="font-semibold">Coming Soon</h4>
                                    <p class="text-sm text-gray-500">Portfolio company in development</p>
                                </div>
                            </div>

                            <!-- Portfolio Item 4 -->
                            <div class="flex items-center p-4 border rounded">
                                <div class="flex-shrink-0 mr-4 opacity-50">
                                    <div class="w-16 h-16 bg-gray-200 rounded-lg flex items-center justify-center">
                                        <svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8 text-gray-400" viewBox="0 0 20 20" fill="currentColor">
                                            <path d="M9 6a3 3 0 11-6 0 3 3 0 016 0zM17 6a3 3 0 11-6 0 3 3 0 016 0zM12.93 17c.046-.327.07-.66.07-1a6.97 6.97 0 00-1.5-4.33A5 5 0 0119 16v1h-6.07zM6 11a5 5 0 015 5v1H1v-1a5 5 0 015-5z" />
                                        </svg>
                                    </div>
                                </div>
                                <div class="opacity-50">
                                    <h4 class="font-semibold">Coming Soon</h4>
                                    <p class="text-sm text-gray-500">Portfolio company in development</p>
                                </div>
                            </div>
                        </div>
                    </div>
                </section>
            </div>
        </main>

        <!-- Footer -->
        <footer class="py-8 border-gray-200 text-sm">
            <div class="flex flex-col md:flex-row justify-between items-center">
                <div class="mb-4 md:mb-0">
                    <p class="text-gray-500">
                        &copy; 2025 Supaco LLC
                    </p>
                </div>
                <div class="flex items-center">
                    <a href="/cdn-cgi/l/email-protection#4b232e320b383e3b2a282465282426" class="text-primary-light hover:underline">
                        <span class="__cf_email__" data-cfemail="e78f829ea7949297868488c984888a">[email&#160;protected]</span>
                    </a>
                </div>
            </div>
        </footer>
    </div>

    <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script>
        document.addEventListener('DOMContentLoaded', function() {
            const text = "An AI-first holding company. Building for tomorrow.";
            const typewriterElement = document.getElementById('typewriter');
            let i = 0;

            function typeWriter() {
                if (i < text.length) {
                    typewriterElement.textContent += text.charAt(i);
                    i++;
                    setTimeout(typeWriter, 60); // Adjust speed here (milliseconds)
                }
            }

            typeWriter();
        });
    </script>

    <style>
        .cursor-blink {
            animation: blink 1s step-end infinite;
        }

        @keyframes blink {
            from, to { opacity: 1; }
            50% { opacity: 0; }
        }
    </style>
</body>
</html>
