Pomi | Your Emotional Witness — A Safe Space for Resilient Women

MyPomi Inc.が提供するAI感情コンパニオン「Pomi」は、30〜50歳の高達成女性向けのプライベートな聖域。判断されることなく話を聞き、感情を承認してもらうための安全な空間を提供する。現在は早期アクセス期間中で無料で利用可能。
AI,ヘルスケア,ソフトウェアNQ 77/100

📋 記事の処理履歴

  • 📰 発表: 2026年4月6日 01:51
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-