amaru-source / web /index.html
betterwithage's picture
sync: mirror szl-holdings/amaru@fc94ee0
ee36b84 verified
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amaru — The Andean Ouroboros · Looped Reverse-ETL</title>
<meta name="description" content="Amaru — the SZL data serpent that swallows its own tail. Looped, convergence-aware reverse-ETL. Each pass narrows the diff between source and destination; the loop exits when the world is consistent." />
<link rel="canonical" href="https://szlholdings.com/conduit/" />
<meta property="og:title" content="Amaru — The Andean Ouroboros" />
<meta property="og:description" content="Looped reverse-ETL governed by cross-step consistency and adaptive depth. Powered by @workspace/ouroboros. The Inca name for the cosmic serpent that bridges worlds — now bridging SZL data and the third-party world." />
<meta property="og:url" content="https://szlholdings.com/conduit/" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="SZL Holdings" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<style>
.skip-to-content {
position: absolute;
left: -9999px;
top: 1rem;
z-index: 99999;
padding: 0.5rem 1.25rem;
background: #c8d8e8;
color: #060b12;
font-weight: 600;
font-size: 0.875rem;
line-height: 1.5;
border-radius: 4px;
text-decoration: none;
white-space: nowrap;
border: 2px solid #4d8fcc;
}
.skip-to-content:focus {
left: 1rem;
outline: 3px solid #4d8fcc;
outline-offset: 2px;
}
:focus-visible {
outline: 3px solid #4d8fcc;
outline-offset: 2px;
border-radius: 3px;
}
@media (prefers-reduced-motion: reduce) {
*, *::before, *::after {
animation-duration: 0.01ms !important;
animation-iteration-count: 1 !important;
transition-duration: 0.01ms !important;
scroll-behavior: auto !important;
}
}
</style>
</head>
<body>
<a href="#main-content" class="skip-to-content">Skip to main content</a>
<div id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>