-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompetitive.html
More file actions
82 lines (66 loc) · 5.42 KB
/
competitive.html
File metadata and controls
82 lines (66 loc) · 5.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Competitive Analysis - Hemant @ Temple</title>
<link rel="icon" type="image/png" href="faviconV2.png">
<link rel="stylesheet" href="styles.css">
<link href="https://fonts.googleapis.com/css2?family=Lexend+Peta:wght@400&family=Inter:wght@400&display=swap" rel="stylesheet">
<script defer src="/_vercel/insights/script.js"></script>
</head>
<body>
<div class="container">
<h1 class="main-title"><a href="index.html">HEMANT @ TEMPLE</a></h1>
<nav class="menu">
<a href="index.html">0. Home</a>
<a href="understanding.html">1. My Understanding of Temple</a>
<a href="competitive.html">2. Competitive Analysis</a>
<a href="gtm.html">3. Go-To-Market</a>
<a href="approvals.html">4. Approvals Needed</a>
<a href="about.html">5. About Me</a>
</nav>
<div class="my-8 flex w-full items-center justify-center md:my-12"><div class="bg-gradient-fade h-[1px] w-[180px] md:w-[292px]"></div></div>
<h2 class="page-title">Competitive Analysis</h2>
<div class="content">
<p>The primary purpose of this analysis is to understand how we can price ourselves and to list the target audiences we can cover.</p>
<p>Basis my understanding, we track a lot of the metrics that are tracked by Oura, Ultrahuman & WHOOP, however, our advantage comes in with:</p>
<ul>
<li>The brain & jaw related metrics that we track which allow us to introduce features that they can perhaps never release.</li>
<li>The accuracy of the features we have in common is bound to be either better or similar to that of our competitors' devices.</li>
</ul>
<details>
<summary><u><span style="margin-left: 4px;">Why our accuracy for some metrics is bound to be higher</span></u><span class="note-text" style="margin-left: 8px;">(click to open & close)</span></summary>
<div style="margin-left: 12px; margin-top: 8px;">
<ul>
<li>Sleep insights will be better for us as we're measuring EEG as well, which is something no one else has access to. Measurements around recovery will also be better due to the same reason.</li>
<li>We can better track HR as we're measuring the pulse at the temporal artery, which will give a better reading than at the wrist / finger.</li>
<li>Skin temperature measurements will be quicker & more reflective of systemic changes as compared to a sensor at the wrist / finger.</li>
</ul>
</div>
</details>
<br>
<p>This will allow us to not only target the current consumer base of Ultrahuman, WHOOP & Oura, who is quite often a buyer who cares about incremental differences and makes an informed decision, but also target a whole new market that's focused on measuring productivity, brain activity and other head / brain related metrics throughout the day.</p>
<div class="my-8 flex w-full items-center justify-center md:my-12"><div class="bg-gradient-fade h-[1px] w-[180px] md:w-[292px]"></div></div>
<h3 class="section-title">Pricing:</h3>
<p>I must admit, I strongly debated a flat pricing strategy versus a subscription based one. Initially, after seeing <a href="https://www.ultrahuman.com/documents/annual-report-2024/" target="_blank" class="content-link">Ultrahuman's 2024 report</a>, I felt that the gifting boom that comes with one-time-pay products is a good reason to opt for this route. However, if google search trends are to be taken as proxy for purchase, then subscription based businesses like Oura & WHOOP see similar trends to flat-pricing models like Ultrahuman during the holiday season.</p>
<div class="image-container" style="margin: 10px 0 6px;">
<img src="pricing-trends.png" alt="Google Trends - Holiday season comparison" class="content-image" style="width: 80%;">
</div>
<p>I believe we should begin with a no-subscription model to ensure that we have cashflow in the beginning and then later on, subsidise the base product price while introducing a subscription. We can take this a step further by introducing something akin to PowerPlugs by Ultrahuman or the tiered subscription that WHOOP offers.</p>
<p>We should look to price the product (regardless of flat pricing or a subscription based model) somewhere between $200 - $450, which falls in the same range as the pricing of other such products.</p>
<p><strong>Pricing of other longevity / bio-hacking focused products:</strong></p>
<ul>
<li>Oura Ring: $350 + $70 - $72 per year in subscription fees</li>
<li>Ultrahuman Ring Air: Flat Pricing: $350</li>
<li>WHOOP: $199 - $359 per year (dependent on the plan one chooses to purchase)</li>
<li>Samsung Galaxy Ring: Flat Pricing: $400</li>
</ul>
</div>
<div class="navigation">
<a href="understanding.html" class="nav-button nav-previous">← previous</a>
<a href="gtm.html" class="nav-button nav-next">next →</a>
</div>
</div>
</body>
</html>