<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>AetherIdentity — Reusable Digital Identity</title>
<meta name="description" content="AetherIdentity: accept and verify trusted credentials—mDLs, EUDI, BankIDs—via one SDK and a privacy-first platform." />
<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=Inter:wght@400;600;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/styles.css" />
</head>
<body>
<header class="nav">
<div class="container nav-inner">
<div class="brand">
<div class="logo"></div>
<span>AetherIdentity</span>
</div>
<nav>
<a href="#solutions">Solutions</a>
<a href="#how">How it works</a>
<a href="#contact">Contact</a>
</nav>
</div>
</header>
<main>
<section class="hero">
<div class="container grid2">
<div>
<h1>Reusable digital identity, <span>made effortless.</span></h1>
<p>AetherIdentity helps enterprises accept and verify trusted credentials—mDLs, EUDI wallets, BankIDs, and private reusable IDs—through one SDK and a privacy-first platform.</p>
<div class="cta">
<a class="btn primary" href="#contact">Get a demo</a>
<a class="btn" href="#solutions">Explore solutions</a>
</div>
</div>
<div class="card">
<h3>One API. Many trusted IDs.</h3>
<ul>
<li>Mobile DL (ISO 18013-5)</li>
<li>EUDI Wallets (eIDAS2)</li>
<li>BankIDs & private reIDs</li>
<li>Selective disclosure</li>
<li>Device biometrics</li>
</ul>
<p class="muted">Plug AetherIdentity into onboarding or KYC to reduce drop-off and block synthetic fraud.</p>
</div>
</div>
</section>
<section id="solutions" class="section">
<div class="container">
<h2>Solutions</h2>
<div class="cards3">
<div class="card"><h4>Verifier SDK & API</h4><p>Accept mDLs, eIDs, BankIDs, and reIDs with a single integration. iOS, Android, and Web SDKs with trust list management.</p></div>
<div class="card"><h4>Trust Orchestrator</h4><p>Selective disclosure, revocation checks, device/session binding, and risk signals to stop spoofing and synthetic identities.</p></div>
<div class="card"><h4>Edge Acceptance App</h4><p>Tablet/handheld app for in-store verification (car rental, retail, campus). NFC/QR ready with offline fail-safe.</p></div>
</div>
</div>
</section>
<section id="how" class="section alt">
<div class="container grid2">
<div>
<h2>How it works</h2>
<ol class="steps">
<li><strong>Initiate</strong> — Your app requests attributes via AetherIdentity’s SDK.</li>
<li><strong>Present</strong> — User shares from a trusted wallet via NFC/QR/device-to-device.</li>
<li><strong>Verify</strong> — We validate signatures, trust roots, and revocation.</li>
<li><strong>Decide</strong> — Your policies return pass/fail or step-up.</li>
</ol>
<p class="muted">Privacy-first: minimize data, store only what you need, with signed receipts and audit logs.</p>
</div>
<div class="card"><h3>Use cases</h3>
<ul>
<li>Air travel & TSA-ready flows</li>
<li>Car rental & mobility</li>
<li>Banking KYC & account opening</li>
<li>Gig & staffing onboarding</li>
<li>Gov services & permits</li>
<li>Campus & age-restricted retail</li>
</ul>
</div>
</div>
</section>
<section id="contact" class="section">
<div class="container grid2">
<div>
<h2>Contact</h2>
<p>Want a demo or pilot? Email <a href="mailto:hello@aetheridentity.com">hello@aetheridentity.com</a>. We’ll route it to your inbox with Cloudflare Email Routing.</p>
<p class="muted small">No tracking, no cookies. Static site, fast global CDN, free SSL.</p>
</div>
<form class="card form" onsubmit="return false;">
<label>Work email</label>
<input type="email" placeholder="you@company.com" required />
<label>Message</label>
<textarea rows="4" placeholder="Tell us about your use case"></textarea>
<button class="btn primary" type="submit" onclick="alert('Thanks! Please email hello@aetheridentity.com for now.');">Send</button>
</form>
</div>
</section>
</main>
<footer class="footer">
<div class="container small muted">© 2025 AetherIdentity. All rights reserved.</div>
</footer>
</body>
</html>