-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
335 lines (317 loc) · 14.8 KB
/
Copy pathabout.html
File metadata and controls
335 lines (317 loc) · 14.8 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
<!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="Joshua Wink built Orchestrate Solutions out of necessity — bilateral carpal tunnel, cubital tunnel, and a faith that God is the real Orchestrator. This is why he builds.">
<meta name="theme-color" content="#d97706">
<meta property="og:title" content="About — Conducted, Not Driving | Orchestrate Solutions">
<meta property="og:description" content="A developer whose hands were taken from him. A faith that became the foundation. Tools built out of necessity, shared to help.">
<meta property="og:image" content="https://orchestrate.solutions/images/og-image.svg">
<meta property="og:url" content="https://orchestrate.solutions/about.html">
<meta property="og:site_name" content="Orchestrate Solutions">
<meta property="og:type" content="website">
<link rel="icon" href="images/favicon.svg" type="image/svg+xml">
<link rel="canonical" href="https://orchestrate.solutions/about.html">
<title>About — Conducted, Not Driving | Orchestrate Solutions</title>
<link rel="stylesheet" href="css/style.css">
<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@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- Founder Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Joshua Wink",
"jobTitle": "Founder & Full-Stack Engineer",
"worksFor": {
"@type": "Organization",
"name": "Orchestrate Solutions"
},
"description": "USAF veteran, eBay alumnus, and full-stack engineer building quality-of-life software out of personal necessity — bilateral carpal tunnel and cubital tunnel syndrome.",
"alumni": [
{
"@type": "Organization",
"name": "eBay"
},
{
"@type": "Organization",
"name": "United States Air Force"
}
],
"url": "https://orchestrate.solutions",
"sameAs": [
"https://github.com/orchestrate-solutions"
]
}
</script>
</head>
<body>
<!-- Navigation -->
<nav class="nav" id="nav">
<div class="nav__container">
<a href="/" class="nav__logo">
<img src="images/orchestrate-logo-v2.svg" alt="" class="nav__logo-img" width="50" height="50">
<span class="nav__name">Orchestrate</span>
</a>
<div class="nav__links" id="nav-links">
<a href="/" class="nav__link">Home</a>
<a href="/products/" class="nav__link">Products</a>
<a href="/about.html" class="nav__link nav__link--active">About</a>
<a href="/blog/" class="nav__link">Blog</a>
<a href="mailto:joshf.wink@gmail.com" class="btn btn--nav">Say Hello</a>
</div>
<button class="nav__toggle" id="nav-toggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- Page Hero -->
<section class="page-hero">
<div class="container">
<p class="hero__eyebrow">Why we build</p>
<h1 class="page-hero__title">Conducted, not driving.</h1>
<p class="page-hero__body">
Every product here started with a problem I lived.<br>
Every service is shaped by what God gave me to share.
</p>
</div>
</section>
<!-- The Name -->
<section class="section section--promise">
<div class="container container--narrow">
<p class="promise__text">
I chose the name <strong>Orchestrate</strong> deliberately — not because I arrange
things, but because I’m the instrument. <strong>God is my Orchestrator.</strong>
He leads me, He conducts me, He makes me lie down in green pastures beside quiet waters.
He gives me everything I need. This company exists because He put the knowledge in my hands
and a need in front of me.
</p>
</div>
</section>
<!-- The Story -->
<section class="section section--alt" id="story">
<div class="container container--narrow">
<h2 class="section__heading">The story</h2>
<div class="story-prose">
<p>
I spent years in love with the world — video games, technology, the thrill of building
things. The United States Air Force gave me discipline and scope. eBay gave me scale.
Years of self-directed R&D gave me a framework and a way of thinking about software
that I couldn’t have bought anywhere. I was doing what I loved, with tools I’d
built with my own hands.
</p>
<p>
Then my hands were taken from me.
</p>
<p>
Bilateral carpal tunnel syndrome. Bilateral cubital tunnel syndrome. Both arms, both
conditions. The kind of diagnosis that ends software careers. The keyboard — the thing
I’d used to build everything — became painful to use for any significant stretch
of time. Gaming, which I’d loved for years, changed too. The easy, unconscious
interaction I’d taken for granted was gone.
</p>
<p>
When you lose the ability to interact freely, you learn to see the value in every single
interaction you do have. You stop taking for granted what it means to <em>touch</em>
something — to play a game, to type a sentence, to reach out and help someone. My
perspective on what is valuable changed completely. The world doesn’t offer me as
much as it once did. But I find that I love the <em>people</em> of the world more than
I ever did before.
</p>
<p>
I still develop software. The controller mapper you’ll find in our Products section
was built because I needed it — voice control, AI augmentation, and the right input
device configuration are now how I write code. That tool exists because I could not work
without it. And because I built it for myself, I know exactly what it needs to be for
someone else.
</p>
<p>
<strong>First for me, then for you.</strong> Not because I’m selfish, but because
the things that actually get polished are the things someone actually uses. Every tool here
has been through my hands — or rather, through the accommodations I’ve made
because my hands don’t cooperate the way they used to.
</p>
</div>
</div>
</section>
<!-- The Origin Block (dark) -->
<section class="section">
<div class="container container--narrow">
<div class="origin-story">
<p>
A lot of people have knowledge that could change someone’s life — and they keep
it because they don’t realize how rare it is. Most people don’t know how to build
the tools that would make their own lives easier. They just live with the friction. I want
to close that gap. Not because it’s good business — though it is — but
because <strong>me helping you helps me.</strong> Sharing compounds. When I give from what
God has put in my hands, something always comes back.
</p>
<cite>Joshua Wink — Founder, Orchestrate Solutions</cite>
</div>
</div>
</section>
<!-- Scripture -->
<section class="section section--alt">
<div class="container container--narrow">
<h2 class="section__heading">The why behind the work</h2>
<p class="section__sub">
I’m a developer. These are the words I actually build by.
</p>
<div class="scripture">
<p class="scripture__text">
“Make it your ambition to lead a quiet life: mind your own business and work with
your hands, so that your daily life may win the respect of outsiders.”
</p>
<span class="scripture__ref">1 Thessalonians 4:11–12</span>
</div>
<div class="scripture">
<p class="scripture__text">
“He makes me lie down in green pastures, he leads me beside quiet waters,
he refreshes my soul.”
</p>
<span class="scripture__ref">Psalm 23:2–3</span>
</div>
<div class="scripture">
<p class="scripture__text">
“For the testimony of Jesus is the spirit of prophecy.”
</p>
<span class="scripture__ref">Revelation 19:10</span>
<p style="margin-top: var(--s2); font-size: var(--fs-sm); color: var(--text-soft); line-height: 1.8;">
When I tell you what God has done in my life, I’m not just telling a story —
I’m saying <em>He can do this for you too.</em> He took my hands. He gave me back
something better. That’s worth talking about.
</p>
</div>
</div>
</section>
<!-- The Mission -->
<section class="section">
<div class="container container--narrow">
<h2 class="section__heading">What we’re actually trying to do</h2>
<p class="section__sub">
Not productivity. Not growth hacking. This.
</p>
<div class="values">
<div class="value">
<h3>Free you for what matters</h3>
<p>
Software should reduce friction so you can be more present — with God, your family,
your neighbors, the stranger. Those are the valuable parts. Not your output metrics.
</p>
</div>
<div class="value">
<h3>Necessity first, always</h3>
<p>
Every product we ship was built because someone needed it. That person is usually me.
Needs-first software gets used. Used software gets polished. Polished software helps people.
</p>
</div>
<div class="value">
<h3>Sharing from abundance</h3>
<p>
God has given me knowledge, tools, time, and perspective. Paul made tents so no one could
accuse him of taking advantage — I build software for the same reason. You deserve
help from someone with nothing to hide.
</p>
</div>
</div>
</div>
</section>
<!-- The Edge -->
<section class="section section--alt" id="edge">
<div class="container">
<h2 class="section__heading">What I bring to the table</h2>
<p class="section__sub">
Tools God put in my hands. I didn’t earn any of this — I was given it.
</p>
<div class="metrics">
<div class="metric">
<span class="metric__number">USAF</span>
<span class="metric__label">Discipline, precision, mission focus — even under pressure</span>
</div>
<div class="metric">
<span class="metric__number">eBay</span>
<span class="metric__label">Enterprise scale: millions of users, zero tolerance for downtime</span>
</div>
<div class="metric">
<span class="metric__number">4 yrs</span>
<span class="metric__label">Full-time R&D on a proprietary framework — 47k+ lines, 5,000+ tests</span>
</div>
<div class="metric">
<span class="metric__number">5</span>
<span class="metric__label">Languages: Python, TypeScript, C#, Go, Rust — right tool, right job</span>
</div>
</div>
<div class="edge-details">
<div class="edge-detail">
<h3>AI-augmented, judgment-driven</h3>
<p>
I’ve spent years building a workflow where AI handles repetition and I handle
judgment. It’s also how I can still write quality software with hands that don’t
cooperate. The constraint taught me something: the most important part of software is
never the typing.
</p>
</div>
<div class="edge-detail">
<h3>Enterprise DNA, startup speed</h3>
<p>
eBay taught me what scale looks like — billions of transactions, zero downtime
tolerance. The Air Force taught discipline and precision. You get that expertise without
the enterprise price tag, delivered by someone who actually cares about the outcome.
</p>
</div>
<div class="edge-detail">
<h3>Accessibility is identity, not feature</h3>
<p>
Every product I build, I build for myself first. I use a controller to interact with my
computer. I use voice to write code. Accessibility isn’t a checkbox — it’s
the reason I can still work at all.
</p>
</div>
</div>
</div>
</section>
<!-- CTA -->
<section class="section section--cta" id="contact">
<div class="container container--narrow">
<h2 class="cta__heading">If He did this for me, He can do so much more for you.</h2>
<p class="cta__body">
I’m one developer with constraints most people don’t carry — and I still
get to build things that matter. If you’re stuck on a technical problem, a product that
won’t ship, or a workflow that’s costing you the hours you actually need —
let’s talk. 20 minutes, no cost, no strings.
</p>
<div style="display:flex; gap:var(--s2); flex-wrap:wrap; justify-content:center;">
<a href="mailto:joshf.wink@gmail.com" class="btn btn--primary btn--lg">Get in touch</a>
<a href="/products/" class="btn btn--outline btn--lg">See our products</a>
</div>
<p class="cta__alt">or email <strong>joshf.wink@gmail.com</strong></p>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container footer__inner">
<a href="/" class="footer__brand">
<img src="images/orchestrate-logo-v2.svg" alt="" width="28" height="28" class="footer__mark">
<span>Orchestrate Solutions</span>
</a>
<p class="footer__copy">© 2026 Orchestrate Solutions</p>
<div class="footer__links">
<a href="/products/" class="footer__link">Products</a>
<a href="/about.html" class="footer__link">About</a>
<a href="/blog/" class="footer__link">Blog</a>
<a href="https://github.com/orchestrate-solutions" class="footer__link" target="_blank" rel="noopener">GitHub</a>
</div>
</div>
</footer>
<script src="js/main.js"></script>
<!-- Cloudflare Web Analytics -->
<script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "ae8be04826894358ad522dbb1157c768"}'></script>
<!-- End Cloudflare Web Analytics -->
<!-- UX Trace -->
<script src="js/cup-ux-trace.js"></script>
<script>if(typeof UXTrace!=='undefined')UXTrace.auto();</script>
</body>
</html>