299 lines
12 KiB
HTML
299 lines
12 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en-US" class="light-style">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<title>amiPro, LLC</title>
|
|
|
|
<!-- Google tag (gtag.js) -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-850DCHX9EJ"></script>
|
|
<script>
|
|
globalThis.dataLayer = globalThis.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
gtag('js', new Date());
|
|
gtag('config', 'G-850DCHX9EJ');
|
|
</script>
|
|
|
|
<meta
|
|
name="description"
|
|
content="amiPro, LLC builds trustworthy passkey infrastructure and privacy-first AI tooling."
|
|
/>
|
|
|
|
<link rel="icon" type="image/x-icon" href="files/favicon.ico" />
|
|
<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=Public+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<link rel="stylesheet" href="files/boxicons.css?v=20230405" />
|
|
<link rel="stylesheet" href="files/core.css" class="template-customizer-core-css" />
|
|
<link rel="stylesheet" href="files/theme-default.css" class="template-customizer-theme-css" />
|
|
<link rel="stylesheet" href="files/demo.css" />
|
|
<link rel="stylesheet" href="files/modern.css" />
|
|
<link rel="stylesheet" href="files/perfect-scrollbar.css" />
|
|
|
|
<script src="files/helpers.js"></script>
|
|
<script src="files/config.js"></script>
|
|
<script src="files/jquery.js"></script>
|
|
<script src="files/popper.js"></script>
|
|
<script src="files/bootstrap.js"></script>
|
|
<script src="files/perfect-scrollbar.js"></script>
|
|
<script src="files/menu.js"></script>
|
|
<script src="files/main.js"></script>
|
|
<script src="files/ua-parser.js"></script>
|
|
<script src="files/amipro_utils.js?v=20230401402"></script>
|
|
|
|
<style>
|
|
body {
|
|
color: #0f172a;
|
|
background: linear-gradient(180deg, #f8fbff 0%, #ffffff 40%, #f5f7fb 100%);
|
|
}
|
|
|
|
.hero__title {
|
|
font-size: clamp(2.25rem, 4vw, 3.5rem);
|
|
}
|
|
|
|
.hero__lead {
|
|
max-width: 560px;
|
|
color: #475569;
|
|
}
|
|
|
|
.nav-brand-logo {
|
|
height: 48px;
|
|
width: auto;
|
|
}
|
|
|
|
.product-card {
|
|
border: none;
|
|
border-radius: 1.25rem;
|
|
box-shadow: 0 20px 55px rgba(15, 23, 42, 0.08);
|
|
transition: transform 200ms ease, box-shadow 200ms ease;
|
|
}
|
|
|
|
.product-card:hover {
|
|
transform: translateY(-6px);
|
|
box-shadow: 0 30px 60px rgba(15, 23, 42, 0.16);
|
|
}
|
|
|
|
.product-card i {
|
|
font-size: 1.75rem;
|
|
color: #2563eb;
|
|
}
|
|
|
|
.values-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
|
|
gap: 1rem;
|
|
}
|
|
|
|
.value-pill {
|
|
border-radius: 1rem;
|
|
padding: 1rem 1.25rem;
|
|
background: #eff6ff;
|
|
border: 1px solid rgba(37, 99, 235, 0.2);
|
|
color: #1d4ed8;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.hero__device {
|
|
color: #e2e8ff;
|
|
}
|
|
|
|
.hero__device p {
|
|
color: #cbd8ff;
|
|
}
|
|
|
|
.hero__device li {
|
|
color: #f1f5ff;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
.hero__chips {
|
|
justify-content: flex-start;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
<script>
|
|
window.onload = function() {
|
|
if (typeof initRevealAnimations === 'function') {
|
|
initRevealAnimations();
|
|
}
|
|
};
|
|
</script>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="layout-wrapper layout-content-navbar">
|
|
<div class="layout-container">
|
|
<div class="layout-page">
|
|
<nav
|
|
class="layout-navbar container-xxl navbar navbar-expand-xl navbar-detached align-items-center bg-navbar-theme"
|
|
id="layout-navbar"
|
|
>
|
|
<div class="navbar-nav-right d-flex align-items-center w-100" id="navbar-collapse">
|
|
<div class="navbar-nav align-items-center">
|
|
<div class="nav-item d-flex align-items-center">
|
|
<img
|
|
src="files/favicon.ico"
|
|
alt="amiPro"
|
|
width="64"
|
|
height="64"
|
|
class="nav-brand-logo"
|
|
style="margin-right: 16px;"
|
|
/>
|
|
<div>
|
|
<div style="font-weight: 700; font-size: 1.25rem; color: #0f172a;">amiPro, LLC</div>
|
|
<small style="color: #64748b;">Privacy-first identity & AI products</small>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<a href="mailto:sales@amipro.me?subject=Contact%20amiPro" class="btn btn-outline-primary ms-auto">Contact sales</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<div class="content-wrapper">
|
|
<div class="container-xxl" style="padding: 32px 24px 72px;">
|
|
<section class="hero reveal">
|
|
<div class="hero__text" data-animate>
|
|
<span class="hero__eyebrow">amiPro, LLC</span>
|
|
<h1 class="hero__title">
|
|
Secure passkey journeys and privacy tooling for modern teams.
|
|
</h1>
|
|
<p class="hero__lead">
|
|
We build production-ready products that make passwordless authentication effortless and
|
|
ensure every AI conversation stays under your control.
|
|
</p>
|
|
<div class="hero__chips" style="margin-top: 1.5rem;">
|
|
<span class="hero-chip">FIDO2 certified</span>
|
|
<span class="hero-chip">Open source core</span>
|
|
<span class="hero-chip">Local-first privacy</span>
|
|
</div>
|
|
<div style="margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem;">
|
|
<a href="fido2_top.html" class="btn btn-primary" style="flex: 1 0 220px;">Explore Passkey Platform</a>
|
|
<a href="contextwizard_top.html" class="btn btn-outline-info" style="flex: 1 0 220px;">Discover ContextWizard</a>
|
|
</div>
|
|
</div>
|
|
<div class="hero__media" data-animate>
|
|
<div class="hero__orb"></div>
|
|
<div class="hero__device">
|
|
<h4>Built in Tokyo · Shipping globally</h4>
|
|
<p>
|
|
Founded in 2023, amiPro delivers reliable identity infrastructure, open SDKs, and
|
|
privacy-first extensions that enterprises can audit and trust.
|
|
</p>
|
|
<ul class="list-unstyled" style="margin-top: 1rem; color: #0f172a;">
|
|
<li><i class="bx bx-check-circle me-1"></i>FIDO2 server + SDKs (open source)</li>
|
|
<li><i class="bx bx-check-circle me-1"></i>Device lifecycle tooling</li>
|
|
<li><i class="bx bx-check-circle me-1"></i>Local-first AI knowledge capture</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="reveal" data-animate style="margin-top: 56px;">
|
|
<h2 style="font-weight: 600; color: #0f172a;">What we build</h2>
|
|
<p style="color: #475569; max-width: 720px;">
|
|
Two flagship products solve the hardest trust problems teams face today—passwordless authentication
|
|
and safe AI adoption.
|
|
</p>
|
|
|
|
<div class="row row-cols-1 row-cols-md-2 g-4" style="margin-top: 1.5rem;">
|
|
<div class="col">
|
|
<article class="card product-card h-100">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<i class="bx bx-shield me-2"></i>
|
|
<span class="badge bg-label-primary">Enterprise Passkeys</span>
|
|
</div>
|
|
<h3 style="font-size: 1.5rem;">amiPro Passkey Cloud</h3>
|
|
<p>
|
|
Launch phishing-resistant login backed by our FIDO2-certified cloud, open server, and drop-in SDKs.
|
|
Manage registration, recovery, and analytics from one portal.
|
|
</p>
|
|
<a href="fido2_top.html" class="btn btn-link px-0">Go to Passkey hub →</a>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
<div class="col">
|
|
<article class="card product-card h-100">
|
|
<div class="card-body">
|
|
<div class="d-flex align-items-center mb-3">
|
|
<i class="bx bx-archive me-2"></i>
|
|
<span class="badge bg-label-info">AI Conversation OS</span>
|
|
</div>
|
|
<h3 style="font-size: 1.5rem;">ContextWizard</h3>
|
|
<p>
|
|
Keep every AI conversation searchable, portable, and private. Automatically capture threads across assistants
|
|
with encryption that never leaves your machine.
|
|
</p>
|
|
<a href="contextwizard_top.html" class="btn btn-link px-0">See ContextWizard →</a>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="reveal" data-animate style="margin-top: 56px;">
|
|
<div class="row g-4 align-items-center">
|
|
<div class="col-lg-6">
|
|
<h2 style="font-weight: 600; color: #0f172a;">Built on verifiable foundations</h2>
|
|
<p style="color: #475569;">
|
|
Open standards, published code, and transparent pricing keep vendors accountable. amiPro blends
|
|
Japanese craftsmanship with global security best practices so you can ship faster without compromising trust.
|
|
</p>
|
|
<div class="values-grid" style="margin-top: 1.5rem;">
|
|
<div class="value-pill">FIDO2 Certified Stack</div>
|
|
<div class="value-pill">Open Source Core</div>
|
|
<div class="value-pill">Local-first Privacy</div>
|
|
<div class="value-pill">Enterprise Support</div>
|
|
</div>
|
|
</div>
|
|
<div class="col-lg-6">
|
|
<article class="card h-100" style="border-radius: 1.25rem; box-shadow: 0 16px 50px rgba(15, 23, 42, 0.08);">
|
|
<div class="card-body">
|
|
<h3 style="font-size: 1.25rem; margin-bottom: 1rem;">Company quick facts</h3>
|
|
<ul class="list-unstyled" style="color: #0f172a;">
|
|
<li><strong>Founded:</strong> March 3, 2023</li>
|
|
<li><strong>Location:</strong> 2F Kuwano Building, 6-23-4 Jingumae, Shibuya-ku, Tokyo 150-0001</li>
|
|
<li><strong>Focus:</strong> FIDO2 Infrastructure · AI Privacy Tooling</li>
|
|
<li><strong>Contact:</strong> <a href="mailto:sales@amipro.me">sales@amipro.me</a></li>
|
|
</ul>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</div>
|
|
|
|
<footer class="content-footer footer bg-footer-theme">
|
|
<div class="container-xxl d-flex flex-wrap justify-content-between py-2 flex-md-row flex-column">
|
|
<div class="mb-2 mb-md-0">
|
|
©
|
|
<script>
|
|
document.write(new Date().getFullYear());
|
|
</script>
|
|
<a href="https://www.amipro.me" target="_blank" class="footer-link fw-bolder">amiPro, LLC</a>
|
|
</div>
|
|
<div>
|
|
<a href="fido2_top.html" class="footer-link me-4">FIDO2 Platform</a>
|
|
<a href="contextwizard_top.html" class="footer-link">ContextWizard</a>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
<div class="content-backdrop fade"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="layout-overlay layout-menu-toggle"></div>
|
|
</div>
|
|
|
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
|
</body>
|
|
</html>
|