-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
101 lines (92 loc) · 5.43 KB
/
Copy pathindex.html
File metadata and controls
101 lines (92 loc) · 5.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Om Mahida, Product leader and builder. VP of Product at Medcrypt. Based in Seattle, WA.">
<meta property="og:title" content="Om Mahida">
<meta property="og:description" content="Product leader and builder. VP of Product at Medcrypt.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://ommahida.com">
<title>Om Mahida</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon-16x16.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;700&family=Space+Mono&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<!-- Full professional background lives in /llms.txt for agents/tools; not linked in the page UI. -->
<link rel="alternate" type="text/markdown" title="Full background (for LLMs)" href="/llms.txt">
</head>
<body>
<div class="container">
<header>
<div class="header-ref">ommahida.com · 2026</div>
<h1>Om Mahida</h1>
<p class="tagline">Product leader and builder. VP of Product at Medcrypt.</p>
<p class="meta">
<span>Seattle, WA</span>
<span class="sep">·</span>
<a href="mailto:ommahida@gmail.com">Email</a>
<span class="sep">·</span>
<a href="https://linkedin.com/in/ommahida" target="_blank" rel="noopener">LinkedIn</a>
<span class="sep">·</span>
<a href="https://github.com/om23" target="_blank" rel="noopener">GitHub</a>
<span class="sep">·</span>
<a href="https://github.com/om42" target="_blank" rel="noopener">GitHub (work)</a>
</p>
</header>
<main>
<section id="about">
<h2><span class="num">01</span>About</h2>
<p>I'm a product leader with 9+ years building technical products, software engineer first, now VP of Product at Medcrypt. I use Claude Code daily to prototype and ship production features. I've launched two products from concept to Fortune 500 and federal agency customers, and have been integrating LLMs into production for 2+ years. Earlier, I co-founded Fireflies (now <a href="https://fireflies.ai" target="_blank" rel="noopener">Fireflies.ai</a>).</p>
</section>
<section id="projects">
<h2><span class="num">02</span>Projects</h2>
<div class="project">
<div class="project-header">
<a class="project-name" href="inkling/index.html">Inkling</a>
<span class="project-tag">supernote · e-ink · claude</span>
</div>
<p class="project-desc">An AI diary for Supernote e-ink tablets, ported from <a href="https://github.com/MaximeRivest/Riddle" target="_blank" rel="noopener">Riddle</a> (reMarkable). Write with your pen; the ink fades into the page and the diary answers in a flowing hand. A vision model reads the handwriting directly — no OCR engine.</p>
</div>
<div class="project">
<div class="project-header">
<a class="project-name" href="reframe/index.html">Reframe</a>
<span class="project-tag">client-side · travel</span>
</div>
<p class="project-desc">Travel photo auto-framing. Drop a photo and get crop suggestions scored on subject retention, rule of thirds, and breathing room. Live viewfinder mode gives real-time composition guidance. Photos never leave the browser.</p>
</div>
</section>
<section id="beliefs">
<h2><span class="num">03</span>What I Believe</h2>
<div class="beliefs">
<div class="belief">
<p>We have the advantage of building technology toward the future we want. A kinder, more knowledgeable world is worth building explicitly, and the people doing the building get to decide what that looks like.</p>
</div>
<div class="belief">
<p>Humans have always advanced alongside technology revolutions. We're in the middle of one now. How we shape it is a choice, not a side effect.</p>
</div>
<div class="belief">
<p>Governments that understand technology make better decisions for everyone. Openness and forward-thinking aren't idealism; they're strategy.</p>
</div>
</div>
</section>
<section id="outside">
<h2><span class="num">04</span>Outside of Work</h2>
<p>I'm most myself on a mountain, near water, or around a table with people I love. Skiing, hiking, yoga, good food, and family fill the space when I'm not building things. I travel when I can; being somewhere new is one of the fastest ways I know to think differently.</p>
</section>
</main>
<footer>
<div class="footer-links">
<a href="mailto:ommahida@gmail.com">ommahida@gmail.com</a>
<a href="https://linkedin.com/in/ommahida" target="_blank" rel="noopener">LinkedIn</a>
<a href="https://github.com/om23" target="_blank" rel="noopener">GitHub</a>
<a href="https://github.com/om42" target="_blank" rel="noopener">GitHub (work)</a>
<a href="reframe/index.html">Reframe</a>
</div>
</footer>
</div>
</body>
</html>