-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
424 lines (408 loc) · 23.7 KB
/
Copy pathindex.html
File metadata and controls
424 lines (408 loc) · 23.7 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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HearoPilot | AI Recording & Transcription Assistant</title>
<meta name="description"
content="Supercharge your meetings with HearoPilot. Real-time transcription, intelligent summaries, and task extraction using advanced AI — 100% on-device, fully private.">
<!-- Open Graph / Social sharing -->
<meta property="og:type" content="website">
<meta property="og:title" content="HearoPilot | Private AI Voice Transcription">
<meta property="og:description" content="Real-time transcription, intelligent summaries, and task extraction — 100% offline on your device. Your data never leaves your pocket.">
<meta property="og:image" content="assets/screen0.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="HearoPilot | Private AI Voice Transcription">
<meta name="twitter:description" content="Real-time transcription, intelligent summaries, and task extraction — 100% offline on your device.">
<meta name="twitter:image" content="assets/screen0.png">
<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=Inter:wght@400;500;600&family=Outfit:wght@600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://unpkg.com/lucide@latest/dist/umd/lucide.min.js"></script>
</head>
<body>
<header class="navbar">
<div class="container">
<div class="logo">
<img src="assets/ic_launcher_store_512.svg" alt="HearoPilot Logo">
<span class="logo-text">HearoPilot</span>
</div>
<div class="nav-container">
<nav class="nav-links">
<a href="#why">Why</a>
<a href="#demo">Demo</a>
<a href="#modes">Modes</a>
<a href="#features">AI Insights</a>
<a href="#gallery">Gallery</a>
</nav>
<div class="nav-actions">
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="btn-primary header-download">Google Play</a>
<button class="hamburger" id="menu-toggle" aria-label="Toggle Navigation">
<span></span>
<span></span>
<span></span>
</button>
</div>
</div>
</div>
</header>
<main>
<section class="hero">
<div class="container">
<div class="hero-content">
<div class="hero-top-row">
<div class="privacy-tag"><i data-lucide="lock"></i> 100% Local AI • No Cloud</div>
<div class="waveform-bars" aria-hidden="true">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
</div>
<h1 class="gradient-text">Private voice transcription. Smart AI Notes.</h1>
<p>Experience the only transcription tool that never touches the cloud. HearoPilot processes your
voice, text, and insights 100% offline on your device. Your data never leaves your pocket.</p>
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="play-store-badge"><i data-lucide="play-circle"></i> Now available on Google Play</a>
<div class="hero-btns">
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="play-store-btn">
<svg viewBox="0 0 24 24" fill="currentColor" width="22" height="22"><path d="M3 20.5v-17c0-.83 1-.95 1.4-.45l14 8.5c.35.22.35.73 0 .95l-14 8.5c-.4.5-1.4.38-1.4-.45z"/></svg>
<div class="play-store-btn-text">
<span class="play-store-btn-label">GET IT ON</span>
<span class="play-store-btn-name">Google Play</span>
</div>
</a>
<a href="#why" class="btn-secondary">Learn More</a>
</div>
</div>
<div class="hero-visual">
<img src="assets/screen0.png" alt="HearoPilot App Home Screen" class="app-demo">
</div>
</div>
</section>
<section id="demo" class="video-section">
<div class="container">
<div class="video-split">
<div class="video-phone-wrap">
<div class="phone-mockup">
<div class="phone-notch"></div>
<video class="phone-video" autoplay muted loop playsinline>
<source src="assets/promo-reel.mp4" type="video/mp4">
</video>
<button class="sound-toggle" id="sound-toggle" aria-label="Toggle sound">
<i data-lucide="volume-x" id="sound-icon-off"></i>
<i data-lucide="volume-2" id="sound-icon-on" style="display:none;"></i>
</button>
</div>
</div>
<div class="video-text">
<div class="privacy-tag" style="margin-bottom: 1.5rem;"><i data-lucide="play-circle"></i> App Demo</div>
<h2 class="section-title" style="text-align: left;">See HearoPilot<br>in action</h2>
<p style="color: var(--text-dim); font-size: 1.1rem; max-width: 420px; margin-top: 1rem; margin-bottom: 2.5rem;">Watch how HearoPilot captures your voice, transcribes in real time, and extracts smart AI insights — all without touching the cloud.</p>
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="play-store-btn">
<svg viewBox="0 0 24 24" fill="currentColor" width="22" height="22"><path d="M3 20.5v-17c0-.83 1-.95 1.4-.45l14 8.5c.35.22.35.73 0 .95l-14 8.5c-.4.5-1.4.38-1.4-.45z"/></svg>
<div class="play-store-btn-text">
<span class="play-store-btn-label">GET IT ON</span>
<span class="play-store-btn-name">Google Play</span>
</div>
</a>
</div>
</div>
</div>
</section>
<section id="why" class="why-section">
<div class="container">
<h2 class="section-title">Why choose HearoPilot?</h2>
<p class="section-subtitle">Experience the next generation of transcription technology, built with a
focus on speed, privacy, and intelligence.</p>
<div class="carousel-wrapper">
<div class="carousel-btn prev" id="why-prev">
<svg viewBox="0 0 24 24">
<path d="M15 18l-6-6 6-6" />
</svg>
</div>
<div class="carousel-btn next" id="why-next">
<svg viewBox="0 0 24 24">
<path d="M9 18l6-6-6-6" />
</svg>
</div>
<div class="modes-grid" id="why-track">
<div class="mode-card">
<div class="icon"><i data-lucide="shield"></i></div>
<h3>100% Private & Offline</h3>
<p>Military-grade local processing. Most apps send your voice to servers for analysis—we
don't. Your recordings, transcripts, and AI notes are processed and stored only on your
device.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="zap"></i></div>
<h3>Instant Edge STT</h3>
<p>Watch your words turn into text instantly with on-device LLMs. No waiting for uploads, no
latency, and zero dependency on internet connections. Real-time accuracy without the
risk.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="brain"></i></div>
<h3>Local AI Insights</h3>
<p>Private intelligence. Our local AI models analyze your speech to provide summaries and
action items without ever exposing your data to third-party APIs or cloud trackers.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="battery-charging"></i></div>
<h3>Efficient & Unlimited</h3>
<p>Enterprise-ready performance. Optimized local algorithms ensure recording doesn't drain
your battery. No session limits, no subscription tiers for privacy, just total control.
</p>
</div>
</div>
</div>
</div>
</section>
<section id="modes" class="designed-section">
<div class="container">
<h2 class="section-title">Smart Recording Modes</h2>
<p class="section-subtitle">HearoPilot adapts its AI intelligence based on your situation. Choose the
mode that fits your needs.</p>
<div class="carousel-wrapper">
<div class="carousel-btn prev" id="modes-prev">
<svg viewBox="0 0 24 24">
<path d="M15 18l-6-6 6-6" />
</svg>
</div>
<div class="carousel-btn next" id="modes-next">
<svg viewBox="0 0 24 24">
<path d="M9 18l6-6-6-6" />
</svg>
</div>
<div class="modes-grid" id="modes-track">
<div class="mode-card">
<div class="icon"><i data-lucide="ear"></i></div>
<h3>Simple Listening</h3>
<p>Perfect for quick notes or single thoughts. Provides a concise final summary of your
recording.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="users"></i></div>
<h3>Short Meeting</h3>
<p>Ideal for focused discussions. Real-time detection of tasks, suggestions, and key
takeaways.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="presentation"></i></div>
<h3>Long Meeting</h3>
<p>Designed for conferences and lectures. Comprehensive analysis of extended sessions with
periodic updates.</p>
</div>
<div class="mode-card">
<div class="icon"><i data-lucide="languages"></i></div>
<h3 style="display: inline-flex; align-items: center; gap: 0.5rem;">Live Translation <span
class="new-badge" style="margin: 0;">PREVIEW</span></h3>
<p>Break language barriers. Translates speech as you speak, keeping the raw context intact
and private.</p>
</div>
</div>
</div>
</div>
</section>
<section id="features" class="insights-section">
<div class="container">
<div class="insight-split">
<div class="insight-visual">
<div class="json-preview">
<pre><code><span style="color:#888">// AI Insights Output</span>
{
<span style="color:#8B63F0">"summary"</span>: <span style="color:#a8ff78">"Q3 strategy meeting.
Focus on mobile growth."</span>,
<span style="color:#8B63F0">"key_points"</span>: [
<span style="color:#a8ff78">"Launch in EU by Q4"</span>,
<span style="color:#a8ff78">"Hire 3 engineers"</span>
],
<span style="color:#8B63F0">"action_items"</span>: [
{
<span style="color:#8B63F0">"task"</span>: <span style="color:#a8ff78">"Send proposal"</span>,
<span style="color:#8B63F0">"owner"</span>: <span style="color:#a8ff78">"Sara"</span>
}
]
}</code></pre>
</div>
</div>
<div class="insight-text">
<h2 class="section-title" style="text-align: left;">Smarter AI Insights</h2>
<p>HearoPilot doesn't just transcribe; it understands. It automatically organizes your
conversations into actionable data.</p>
<ul class="feature-list">
<li><i data-lucide="bar-chart-2"></i>
<div><strong>Quick Summaries:</strong> Get the gist of any meeting in seconds.</div>
</li>
<li><i data-lucide="tag"></i>
<div><strong>Key Points:</strong> Automatically highlight the most important topics.
</div>
</li>
<li><i data-lucide="check-circle"></i>
<div><strong>Action Items:</strong> Detect tasks and to-dos from your speech.</div>
</li>
</ul>
</div>
</div>
</div>
</section>
<section id="key-features" class="key-features-section">
<div class="container">
<h2 class="section-title">Key Features</h2>
<p class="section-subtitle">Everything you need, nothing you don't.</p>
<div class="features-grid">
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="infinity"></i></div>
<div class="feature-item-label">Unlimited Recording</div>
</div>
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="wifi-off"></i></div>
<div class="feature-item-label">100% Offline</div>
</div>
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="globe"></i></div>
<div class="feature-item-label">25+ UI Languages</div>
</div>
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="moon"></i></div>
<div class="feature-item-label">Dark Mode Native</div>
</div>
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="battery"></i></div>
<div class="feature-item-label">Battery Optimized</div>
</div>
<div class="feature-item">
<div class="feature-item-icon"><i data-lucide="search"></i></div>
<div class="feature-item-label">Searchable History</div>
</div>
</div>
</div>
</section>
<section id="roadmap" class="roadmap-section">
<div class="container">
<h2 class="section-title">The Journey Ahead</h2>
<p class="section-subtitle">We're constantly evolving HearoPilot to be your ultimate private assistant.
</p>
<div class="carousel-wrapper">
<div class="carousel-btn prev" id="roadmap-prev">
<svg viewBox="0 0 24 24">
<path d="M15 18l-6-6 6-6" />
</svg>
</div>
<div class="carousel-btn next" id="roadmap-next">
<svg viewBox="0 0 24 24">
<path d="M9 18l6-6-6-6" />
</svg>
</div>
<div class="roadmap-grid" id="roadmap-track">
<div class="roadmap-item">
<div class="roadmap-status">UP NEXT</div>
<h3>Export Everywhere</h3>
<p>Save your transcripts and AI insights as PDF, TXT, or JSON for easy sharing and
archiving.
</p>
</div>
<div class="roadmap-item">
<div class="roadmap-status">IN DEVELOPMENT</div>
<h3>Speaker Diarization</h3>
<p>Automatically detect and label different speakers in your meetings for even cleaner
notes.
</p>
</div>
<div class="roadmap-item">
<div class="roadmap-status">PLANNED</div>
<h3>Quick Record Widgets</h3>
<p>One-tap recording directly from your home screen for those moments that can't wait.</p>
</div>
</div>
</div>
</div>
</section>
<section id="gallery" class="gallery-section">
<div class="container">
<h2 class="section-title">App Walkthrough</h2>
<p class="section-subtitle">A glimpse into the clean, intuitive interface of HearoPilot.</p>
<div class="carousel-wrapper">
<div class="carousel-btn prev" id="gallery-prev">
<svg viewBox="0 0 24 24">
<path d="M15 18l-6-6 6-6" />
</svg>
</div>
<div class="carousel-btn next" id="gallery-next">
<svg viewBox="0 0 24 24">
<path d="M9 18l6-6-6-6" />
</svg>
</div>
<div class="gallery-grid" id="gallery-track">
<div class="gallery-card"><img src="assets/screen1.png" alt="Transcription View"
class="gallery-img" loading="lazy"></div>
<div class="gallery-card"><img src="assets/screen2.png" alt="History View"
class="gallery-img" loading="lazy"></div>
<div class="gallery-card"><img src="assets/screen3.png" alt="Insights View"
class="gallery-img" loading="lazy"></div>
<div class="gallery-card"><img src="assets/screen4.png" alt="Settings View"
class="gallery-img" loading="lazy"></div>
<div class="gallery-card"><img src="assets/screen6.png" alt="Recording View"
class="gallery-img" loading="lazy"></div>
</div>
<div class="gallery-dots" id="gallery-dots">
<button class="gallery-dot active" data-index="0" aria-label="Slide 1"></button>
<button class="gallery-dot" data-index="1" aria-label="Slide 2"></button>
<button class="gallery-dot" data-index="2" aria-label="Slide 3"></button>
<button class="gallery-dot" data-index="3" aria-label="Slide 4"></button>
<button class="gallery-dot" data-index="4" aria-label="Slide 5"></button>
</div>
</div>
</div>
</section>
<section id="notify" class="notify-section">
<div class="container">
<div class="notify-card">
<div class="privacy-tag" style="margin-bottom: 1.5rem;"><i data-lucide="check-circle"></i> Now Live on Google Play</div>
<h2 class="section-title" style="margin-bottom: 1rem;">Download HearoPilot for free</h2>
<p class="section-subtitle" style="margin-bottom: 2.5rem;">Private AI transcription, right on your Android device. No cloud, no subscriptions, no data leaving your pocket.</p>
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="play-store-btn" style="margin: 0 auto;">
<svg viewBox="0 0 24 24" fill="currentColor" width="26" height="26"><path d="M3 20.5v-17c0-.83 1-.95 1.4-.45l14 8.5c.35.22.35.73 0 .95l-14 8.5c-.4.5-1.4.38-1.4-.45z"/></svg>
<div class="play-store-btn-text">
<span class="play-store-btn-label">GET IT ON</span>
<span class="play-store-btn-name">Google Play</span>
</div>
</a>
<p class="notify-note">Free to download. Works 100% offline.</p>
</div>
</div>
</section>
</main>
<footer>
<div class="container">
<div class="footer-top">
<div class="footer-brand">
<div class="logo">
<img src="assets/ic_launcher_store_512.svg" alt="HearoPilot Logo">
<span class="logo-text">HearoPilot</span>
</div>
<p class="footer-tagline">Your voice. Your data. Your device.</p>
</div>
<div class="footer-links-group">
<span class="footer-group-title">Product</span>
<a href="#why">Why HearoPilot</a>
<a href="#demo">App Demo</a>
<a href="#modes">Recording Modes</a>
<a href="#features">AI Insights</a>
<a href="#roadmap">Roadmap</a>
</div>
<div class="footer-links-group">
<span class="footer-group-title">Legal</span>
<a href="privacy-policy.html">Privacy Policy</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2026 HearoPilot. All rights reserved.</p>
<a href="https://play.google.com/store/apps/details?id=com.hearopilot.app" target="_blank" rel="noopener" class="coming-soon-badge" style="margin-bottom:0; font-size:0.75rem; padding: 0.3rem 0.9rem; text-decoration:none; color:inherit;"><i data-lucide="play-circle"></i> Available on Google Play</a>
</div>
</div>
</footer>
<script src="main.js"></script>
</body>
</html>