feat: add MCPOrb product info and links to homepage
This commit is contained in:
103
index.html
103
index.html
@@ -23,13 +23,13 @@
|
|||||||
|
|
||||||
<meta
|
<meta
|
||||||
name="description"
|
name="description"
|
||||||
content="amiPro delivers FIDO2-certified passkey authentication and ContextWizard, a privacy-first AI conversation manager. Open-source SDKs, transparent pricing. Founded 2023, Tokyo."
|
content="amiPro delivers FIDO2-certified passkey authentication, ContextWizard AI privacy, and MCPOrb portable MCP knowledge delivery. Open-source SDKs, transparent pricing. Founded 2023, Tokyo."
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Open Graph -->
|
<!-- Open Graph -->
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
<meta property="og:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
||||||
<meta property="og:description" content="FIDO2-certified passkey authentication and ContextWizard, a privacy-first AI conversation manager. Open-source SDKs, transparent pricing." />
|
<meta property="og:description" content="FIDO2-certified passkey authentication, ContextWizard AI privacy, and MCPOrb portable MCP knowledge delivery. Open-source SDKs, transparent pricing." />
|
||||||
<meta property="og:url" content="https://amipro.me/" />
|
<meta property="og:url" content="https://amipro.me/" />
|
||||||
<meta property="og:site_name" content="amiPro" />
|
<meta property="og:site_name" content="amiPro" />
|
||||||
<meta property="og:image" content="https://amipro.me/files/favicon.ico" />
|
<meta property="og:image" content="https://amipro.me/files/favicon.ico" />
|
||||||
@@ -37,7 +37,7 @@
|
|||||||
<!-- Twitter Card -->
|
<!-- Twitter Card -->
|
||||||
<meta name="twitter:card" content="summary" />
|
<meta name="twitter:card" content="summary" />
|
||||||
<meta name="twitter:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
<meta name="twitter:title" content="amiPro | Enterprise Passkey Cloud & AI Privacy Platform" />
|
||||||
<meta name="twitter:description" content="FIDO2-certified passkey authentication and privacy-first AI conversation manager." />
|
<meta name="twitter:description" content="FIDO2-certified passkey authentication, AI privacy tooling, and MCP-native knowledge delivery." />
|
||||||
|
|
||||||
<link rel="icon" type="image/x-icon" href="files/favicon.ico" />
|
<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.googleapis.com" />
|
||||||
@@ -140,8 +140,8 @@
|
|||||||
const i18n_messages = new Map();
|
const i18n_messages = new Map();
|
||||||
let lang_map = new Map();
|
let lang_map = new Map();
|
||||||
|
|
||||||
lang_map.set('en', 'Privacy-first identity & AI products');
|
lang_map.set('en', 'Privacy-first identity, AI & MCP knowledge products');
|
||||||
lang_map.set('ja', 'プライバシー重視のID基盤&AIプロダクト');
|
lang_map.set('ja', 'プライバシー重視のID基盤・AI・MCPナレッジプロダクト');
|
||||||
i18n_messages.set('nav_tagline', lang_map);
|
i18n_messages.set('nav_tagline', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
@@ -155,12 +155,12 @@
|
|||||||
i18n_messages.set('hero_eyebrow', lang_map);
|
i18n_messages.set('hero_eyebrow', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'Secure passkey journeys and privacy tooling for modern teams.');
|
lang_map.set('en', 'Secure passkey journeys, privacy tooling, and MCP-native knowledge delivery for modern teams.');
|
||||||
lang_map.set('ja', '現代のチームのための、安全なパスキー体験とプライバシー基盤。');
|
lang_map.set('ja', '現代のチームのための、安全なパスキー体験・プライバシー基盤・MCPナレッジデリバリー。');
|
||||||
i18n_messages.set('hero_title', lang_map);
|
i18n_messages.set('hero_title', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'We build production-ready products that make passwordless authentication effortless and\nensure every AI conversation stays under your control.');
|
lang_map.set('en', 'We build production-ready products that make passwordless authentication effortless,\nkeep every AI conversation under your control, and deliver portable knowledge via MCP.');
|
||||||
lang_map.set('ja', 'パスワードレス認証を手軽に導入でき、AI会話のデータも手元で管理できる――\n実運用に耐えるプロダクトを提供します。');
|
lang_map.set('ja', 'パスワードレス認証を手軽に導入でき、AI会話のデータも手元で管理できる――\n実運用に耐えるプロダクトを提供します。');
|
||||||
i18n_messages.set('hero_lead', lang_map);
|
i18n_messages.set('hero_lead', lang_map);
|
||||||
|
|
||||||
@@ -179,6 +179,11 @@
|
|||||||
lang_map.set('ja', 'ローカルファースト・プライバシー');
|
lang_map.set('ja', 'ローカルファースト・プライバシー');
|
||||||
i18n_messages.set('hero_chip_3', lang_map);
|
i18n_messages.set('hero_chip_3', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'MCP-native knowledge');
|
||||||
|
lang_map.set('ja', 'MCP対応ナレッジ');
|
||||||
|
i18n_messages.set('hero_chip_4', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'Explore Passkey Platform');
|
lang_map.set('en', 'Explore Passkey Platform');
|
||||||
lang_map.set('ja', 'Passkeyプラットフォームを見る');
|
lang_map.set('ja', 'Passkeyプラットフォームを見る');
|
||||||
@@ -189,6 +194,11 @@
|
|||||||
lang_map.set('ja', 'ContextWizardを見る');
|
lang_map.set('ja', 'ContextWizardを見る');
|
||||||
i18n_messages.set('hero_btn_contextwizard', lang_map);
|
i18n_messages.set('hero_btn_contextwizard', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'Explore MCPOrb');
|
||||||
|
lang_map.set('ja', 'MCPOrbを見る');
|
||||||
|
i18n_messages.set('hero_btn_mcporb', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'Built in Tokyo · Shipping globally');
|
lang_map.set('en', 'Built in Tokyo · Shipping globally');
|
||||||
lang_map.set('ja', 'Tokyo発 · 世界へ');
|
lang_map.set('ja', 'Tokyo発 · 世界へ');
|
||||||
@@ -214,14 +224,19 @@
|
|||||||
lang_map.set('ja', 'ローカルでAIナレッジを蓄積');
|
lang_map.set('ja', 'ローカルでAIナレッジを蓄積');
|
||||||
i18n_messages.set('hero_device_li_3', lang_map);
|
i18n_messages.set('hero_device_li_3', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'Portable MCP knowledge delivery');
|
||||||
|
lang_map.set('ja', 'ポータブルMCPナレッジデリバリー');
|
||||||
|
i18n_messages.set('hero_device_li_4', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'What we build');
|
lang_map.set('en', 'What we build');
|
||||||
lang_map.set('ja', '提供プロダクト');
|
lang_map.set('ja', '提供プロダクト');
|
||||||
i18n_messages.set('section_build_title', lang_map);
|
i18n_messages.set('section_build_title', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'Two flagship products solve the hardest trust problems teams face today—passwordless authentication\nand safe AI adoption.');
|
lang_map.set('en', 'Three flagship products solve the hardest trust problems teams face today—passwordless authentication,\nsafe AI adoption, and portable MCP knowledge delivery.');
|
||||||
lang_map.set('ja', '2つの主力プロダクトで、パスワードレス認証と安全なAI活用という\n「信頼」の課題を解決します。');
|
lang_map.set('ja', '3つの主力プロダクトで、パスワードレス認証・安全なAI活用・\nポータブルMCPナレッジデリバリーという「信頼」の課題を解決します。');
|
||||||
i18n_messages.set('section_build_desc', lang_map);
|
i18n_messages.set('section_build_desc', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
@@ -264,6 +279,26 @@
|
|||||||
lang_map.set('ja', 'ContextWizardの詳細へ →');
|
lang_map.set('ja', 'ContextWizardの詳細へ →');
|
||||||
i18n_messages.set('product_cw_link', lang_map);
|
i18n_messages.set('product_cw_link', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'MCP Knowledge Delivery');
|
||||||
|
lang_map.set('ja', 'MCPナレッジデリバリー');
|
||||||
|
i18n_messages.set('badge_mcporb', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'MCPOrb');
|
||||||
|
lang_map.set('ja', 'MCPOrb');
|
||||||
|
i18n_messages.set('product_mcporb_title', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'Package product docs, service playbooks, and expert knowledge into portable Orbs that run locally inside AI tools via MCP. The PDF for AI-native knowledge delivery.');
|
||||||
|
lang_map.set('ja', 'プロダクトドキュメント、サービスプレイブック、専門知識をポータブルなOrbにパッケージ化。AIツール内でローカル動作するMCP対応ナレッジデリバリー。');
|
||||||
|
i18n_messages.set('product_mcporb_desc', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'Visit MCPOrb →');
|
||||||
|
lang_map.set('ja', 'MCPOrbの詳細へ →');
|
||||||
|
i18n_messages.set('product_mcporb_link', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', 'Built on verifiable foundations');
|
lang_map.set('en', 'Built on verifiable foundations');
|
||||||
lang_map.set('ja', '検証できる基盤の上に');
|
lang_map.set('ja', '検証できる基盤の上に');
|
||||||
@@ -310,8 +345,8 @@
|
|||||||
i18n_messages.set('fact_location', lang_map);
|
i18n_messages.set('fact_location', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
lang_map.set('en', '<strong>Focus:</strong> FIDO2 Infrastructure · AI Privacy Tooling');
|
lang_map.set('en', '<strong>Focus:</strong> FIDO2 Infrastructure · AI Privacy Tooling · MCP Knowledge Delivery');
|
||||||
lang_map.set('ja', '<strong>事業:</strong> FIDO2基盤 · AIプライバシーツール');
|
lang_map.set('ja', '<strong>事業:</strong> FIDO2基盤 · AIプライバシーツール · MCPナレッジデリバリー');
|
||||||
i18n_messages.set('fact_focus', lang_map);
|
i18n_messages.set('fact_focus', lang_map);
|
||||||
|
|
||||||
lang_map = new Map();
|
lang_map = new Map();
|
||||||
@@ -329,6 +364,11 @@
|
|||||||
lang_map.set('ja', 'ContextWizard');
|
lang_map.set('ja', 'ContextWizard');
|
||||||
i18n_messages.set('footer_cw', lang_map);
|
i18n_messages.set('footer_cw', lang_map);
|
||||||
|
|
||||||
|
lang_map = new Map();
|
||||||
|
lang_map.set('en', 'MCPOrb');
|
||||||
|
lang_map.set('ja', 'MCPOrb');
|
||||||
|
i18n_messages.set('footer_mcporb', lang_map);
|
||||||
|
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
if (typeof setI18NText === 'function') {
|
if (typeof setI18NText === 'function') {
|
||||||
setI18NText(i18n_messages);
|
setI18NText(i18n_messages);
|
||||||
@@ -349,7 +389,7 @@
|
|||||||
"url": "https://amipro.me",
|
"url": "https://amipro.me",
|
||||||
"logo": "https://amipro.me/files/favicon.ico",
|
"logo": "https://amipro.me/files/favicon.ico",
|
||||||
"foundingDate": "2023-03-03",
|
"foundingDate": "2023-03-03",
|
||||||
"description": "B2B identity infrastructure and AI privacy platform offering FIDO2 passkey authentication and AI conversation management.",
|
"description": "B2B identity infrastructure, AI privacy, and MCP-native knowledge delivery platform offering FIDO2 passkey authentication, AI conversation management, and portable MCP knowledge delivery.",
|
||||||
"address": {
|
"address": {
|
||||||
"@type": "PostalAddress",
|
"@type": "PostalAddress",
|
||||||
"streetAddress": "2F Kuwano Building, 6-23-4 Jingumae",
|
"streetAddress": "2F Kuwano Building, 6-23-4 Jingumae",
|
||||||
@@ -394,7 +434,7 @@
|
|||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<div style="font-weight: 700; font-size: 1.25rem; color: #0f172a;">amiPro, LLC</div>
|
<div style="font-weight: 700; font-size: 1.25rem; color: #0f172a;">amiPro, LLC</div>
|
||||||
<small style="color: #64748b;" id="nav_tagline">Privacy-first identity & AI products</small>
|
<small style="color: #64748b;" id="nav_tagline">Privacy-first identity, AI & MCP knowledge products</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -408,20 +448,22 @@
|
|||||||
<div class="hero__text" data-animate>
|
<div class="hero__text" data-animate>
|
||||||
<span class="hero__eyebrow" id="hero_eyebrow">amiPro, LLC</span>
|
<span class="hero__eyebrow" id="hero_eyebrow">amiPro, LLC</span>
|
||||||
<h1 class="hero__title">
|
<h1 class="hero__title">
|
||||||
<span id="hero_title">Secure passkey journeys and privacy tooling for modern teams.</span>
|
<span id="hero_title">Secure passkey journeys, privacy tooling, and MCP-native knowledge delivery for modern teams.</span>
|
||||||
</h1>
|
</h1>
|
||||||
<p class="hero__lead" id="hero_lead">
|
<p class="hero__lead" id="hero_lead">
|
||||||
We build production-ready products that make passwordless authentication effortless and
|
We build production-ready products that make passwordless authentication effortless,
|
||||||
ensure every AI conversation stays under your control.
|
keep every AI conversation under your control, and deliver portable knowledge via MCP.
|
||||||
</p>
|
</p>
|
||||||
<div class="hero__chips" style="margin-top: 1.5rem;">
|
<div class="hero__chips" style="margin-top: 1.5rem;">
|
||||||
<span class="hero-chip" id="hero_chip_1">FIDO2 certified</span>
|
<span class="hero-chip" id="hero_chip_1">FIDO2 certified</span>
|
||||||
<span class="hero-chip" id="hero_chip_2">Open source core</span>
|
<span class="hero-chip" id="hero_chip_2">Open source core</span>
|
||||||
<span class="hero-chip" id="hero_chip_3">Local-first privacy</span>
|
<span class="hero-chip" id="hero_chip_3">Local-first privacy</span>
|
||||||
|
<span class="hero-chip" id="hero_chip_4">MCP-native knowledge</span>
|
||||||
</div>
|
</div>
|
||||||
<div style="margin-top: 2rem; display: flex; flex-wrap: wrap; gap: 1rem;">
|
<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;" id="hero_btn_passkey">Explore Passkey Platform</a>
|
<a href="fido2_top.html" class="btn btn-primary" style="flex: 1 0 220px;" id="hero_btn_passkey">Explore Passkey Platform</a>
|
||||||
<a href="contextwizard_top.html" class="btn btn-outline-info" style="flex: 1 0 220px;" id="hero_btn_contextwizard">Discover ContextWizard</a>
|
<a href="contextwizard_top.html" class="btn btn-outline-info" style="flex: 1 0 220px;" id="hero_btn_contextwizard">Discover ContextWizard</a>
|
||||||
|
<a href="https://mcporb.ai" class="btn btn-outline-success" style="flex: 1 0 220px;" id="hero_btn_mcporb">Explore MCPOrb</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="hero__media" data-animate>
|
<div class="hero__media" data-animate>
|
||||||
@@ -436,6 +478,7 @@
|
|||||||
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_1">FIDO2 server + SDKs (open source)</span></li>
|
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_1">FIDO2 server + SDKs (open source)</span></li>
|
||||||
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_2">Device lifecycle tooling</span></li>
|
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_2">Device lifecycle tooling</span></li>
|
||||||
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_3">Local-first AI knowledge capture</span></li>
|
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_3">Local-first AI knowledge capture</span></li>
|
||||||
|
<li><i class="bx bx-check-circle me-1"></i><span id="hero_device_li_4">Portable MCP knowledge delivery</span></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -444,11 +487,11 @@
|
|||||||
<section class="reveal" data-animate style="margin-top: 56px;">
|
<section class="reveal" data-animate style="margin-top: 56px;">
|
||||||
<h2 style="font-weight: 600; color: #0f172a;" id="section_build_title">What we build</h2>
|
<h2 style="font-weight: 600; color: #0f172a;" id="section_build_title">What we build</h2>
|
||||||
<p style="color: #475569; max-width: 720px;" id="section_build_desc">
|
<p style="color: #475569; max-width: 720px;" id="section_build_desc">
|
||||||
Two flagship products solve the hardest trust problems teams face today—passwordless authentication
|
Three flagship products solve the hardest trust problems teams face today—passwordless authentication,
|
||||||
and safe AI adoption.
|
safe AI adoption, and portable MCP knowledge delivery.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="row row-cols-1 row-cols-md-2 g-4" style="margin-top: 1.5rem;">
|
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 g-4" style="margin-top: 1.5rem;">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<article class="card product-card h-100">
|
<article class="card product-card h-100">
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
@@ -481,6 +524,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</article>
|
</article>
|
||||||
</div>
|
</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-sphere me-2"></i>
|
||||||
|
<span class="badge bg-label-success" id="badge_mcporb">MCP Knowledge Delivery</span>
|
||||||
|
</div>
|
||||||
|
<h3 style="font-size: 1.5rem;" id="product_mcporb_title">MCPOrb</h3>
|
||||||
|
<p id="product_mcporb_desc">
|
||||||
|
Package product docs, service playbooks, and expert knowledge into portable Orbs that run locally inside AI tools via MCP. The PDF for AI-native knowledge delivery.
|
||||||
|
</p>
|
||||||
|
<a href="https://mcporb.ai" class="btn btn-link px-0" id="product_mcporb_link">Visit MCPOrb →</a>
|
||||||
|
</div>
|
||||||
|
</article>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@@ -506,7 +564,7 @@
|
|||||||
<ul class="list-unstyled" style="color: #0f172a;">
|
<ul class="list-unstyled" style="color: #0f172a;">
|
||||||
<li id="fact_founded"><strong>Founded:</strong> March 3, 2023</li>
|
<li id="fact_founded"><strong>Founded:</strong> March 3, 2023</li>
|
||||||
<li id="fact_location"><strong>Location:</strong> 2F Kuwano Building, 6-23-4 Jingumae, Shibuya-ku, Tokyo 150-0001</li>
|
<li id="fact_location"><strong>Location:</strong> 2F Kuwano Building, 6-23-4 Jingumae, Shibuya-ku, Tokyo 150-0001</li>
|
||||||
<li id="fact_focus"><strong>Focus:</strong> FIDO2 Infrastructure · AI Privacy Tooling</li>
|
<li id="fact_focus"><strong>Focus:</strong> FIDO2 Infrastructure · AI Privacy Tooling · MCP Knowledge Delivery</li>
|
||||||
<li id="fact_contact"><strong>Contact:</strong> <a href="mailto:sales@amipro.me">sales@amipro.me</a></li>
|
<li id="fact_contact"><strong>Contact:</strong> <a href="mailto:sales@amipro.me">sales@amipro.me</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -527,7 +585,8 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<a href="fido2_top.html" class="footer-link me-4" id="footer_fido2">FIDO2 Platform</a>
|
<a href="fido2_top.html" class="footer-link me-4" id="footer_fido2">FIDO2 Platform</a>
|
||||||
<a href="contextwizard_top.html" class="footer-link" id="footer_cw">ContextWizard</a>
|
<a href="contextwizard_top.html" class="footer-link me-4" id="footer_cw">ContextWizard</a>
|
||||||
|
<a href="https://mcporb.ai" class="footer-link" id="footer_mcporb">MCPOrb</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user