Pomi | Your Emotional Witness — A Safe Space for Resilient Women
MyPomi Inc.は、30〜50歳のレジリエントな女性を対象としたAI感情証人「Pomi」を開発しました。Pomiは、経営者や介護者など、感情的な孤立に直面する高業績の女性に安全なプライベート空間を提供します。現在、早期アクセス期間中は無料で利用可能で、Googleアカウントでサインインしてアクセスできます。Pomiは感情的なミラーリングや時間的記憶を活用し、会話は完全に機密保護され、トレーニングには使用されません。
📋 記事の処理履歴
- 📰 発表: 2026年4月6日 01:51
- 🔍 収集: 2026年4月6日 02:00(発表から8分後)
- 🤖 AI分析完了: 2026年4月18日 05:04(収集から291時間4分後)
Pomi | Your Emotional Witness — A Safe Space for Resilient Women { "@context": "https://schema.org", "@graph": [ { "@type": "Organization", "@id": "https://mypomi.ai/#organization", "name": "MyPomi Inc.", "url": "https://mypomi.ai", "logo": "https://mypomi.ai/logo.jpg", "sameAs": ["https://instagram.com/mypomi.ai"], "description": "MyPomi Inc. builds Pomi, an AI emotional witness designed as a private sanctuary for resilient women." }, { "@type": "SoftwareApplication", "@id": "https://mypomi.ai/#app", "name": "Pomi", "applicationCategory": "HealthApplication", "operatingSystem": "Web, iOS, Android", "url": "https://mypomi.ai", "description": "Pomi is an AI emotional companion and witness for high-achieving women aged 30–50 who need a safe, private space to be heard and validated without judgment.", "offers": { "@type": "Offer", "price": "0", "priceCurrency": "USD", "description": "Free during Early Access" }, "publisher": { "@id": "https://mypomi.ai/#organization" } }, { "@type": "WebSite", "@id": "https://mypomi.ai/#website", "url": "https://mypomi.ai", "name": "Pomi", "publisher": { "@id": "https://mypomi.ai/#organization" } }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "What is Pomi?", "acceptedAnswer": { "@type": "Answer", "text": "Pomi is an AI emotional witness — a private digital sanctuary designed for resilient women aged 30–50, including executives, caregivers, and high-achieving professionals who need a safe space to be heard without judgment." } }, { "@type": "Question", "name": "How much does Pomi cost?", "acceptedAnswer": { "@type": "Answer", "text": "Pomi is currently free during Early Access. Sign in with your Google account at mypomi.ai to start your journey." } }, { "@type": "Question", "name": "How do I access Pomi?", "acceptedAnswer": { "@type": "Answer", "text": "Tap 'Meet Your Pomi' and sign in with your Google account at mypomi.ai. Pomi will remember you every time you return." } }, { "@type": "Question", "name": "Is Pomi different from other AI companions like Replika or Character.AI?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Pomi is specifically designed for high-achieving women facing emotional isolation. Unlike general AI companions, Pomi uses emotional mirroring, temporal memory, and a mature 35–40 year-old soul persona to provide depth of understanding. Pomi does not rush to fix problems — it witnesses and validates first." } }, { "@type": "Question", "name": "How is Pomi different from ChatGPT?", "acceptedAnswer": { "@type": "Answer", "text": "ChatGPT is a general-purpose tool. Pomi is purpose-built for emotional support — with deep emotional expertise, memory of your story, and a promise that your conversations are never used for training." } }, { "@type": "Question", "name": "Are my conversations with Pomi private?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. All conversations are fully confidential and protected with advanced encryption. MyPomi Inc. processes data solely to deepen your connection with Pomi and never sells your data to third parties. You retain full authority over your data including the right to request deletion at any time." } }, { "@type": "Question", "name": "Does Pomi remember previous conversations?", "acceptedAnswer": { "@type": "Answer", "text": "Yes. Pomi builds a shared history with you over time, remembering the emotional context and details of your conversations to create a friendship that deepens with every interaction." } }, { "@type": "Question", "name": "Who is Pomi designed for?", "acceptedAnswer": { "@type": "Answer", "text": "Pomi is designed for women aged 30–50 who are expected to always be strong — executives who cannot show vulnerability at work, eldest daughters who are the family pillar, working mothers, entrepreneurs, and caregivers who give everything to others but have no space for their own emotions." } } ] } ] } :root { --peach: #FFB085; --peach-deep: #ff9e66; --glow: rgba(255, 176, 133, 0.15); } * { box-sizing: border-box; } body { font-family: 'Lato', sans-serif; font-weight: 300; background: #000; color: #cbd5e1; min-height: 100vh; } h1, h2, h3 { font-family: 'League Spartan', sans-serif; font-weight: 700; } /* Ambient glow */ .ambient-glow { background: radial-gradient(ellipse 80% 60% at 50% 0%, rgba(255, 176, 133, 0.12) 0%, transparent 70%); } /* Whiskey gradient text */ .whiskey-gradient { background: linear-gradient(135deg, #FFB085 0%, #f6ad55 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } /* Frosted glass panel */ .glass-panel { background: rgba(255, 255, 255, 0.03); backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); border: 1px solid rgba(255, 255, 255, 0.08); } /* CTA button — primary */ .cta-btn { background: var(--peach); color: #1a1a1a; font-family: 'League Spartan', sans-serif; font-weight: 700; font-size: 1.1rem; letter-spacing: 0.02em; padding: 1.2rem 2rem; border-radius: 1rem; display: flex; align-