-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
674 lines (619 loc) · 34.1 KB
/
Copy pathindex.html
File metadata and controls
674 lines (619 loc) · 34.1 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
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<meta name="theme-color" content="#14110F" media="(prefers-color-scheme: dark)">
<meta name="theme-color" content="#F6F2EC" media="(prefers-color-scheme: light)">
<title>ODW.ai — Open-source operational AI for small and medium businesses</title>
<meta name="description" content="Ten focused, open-source AI modules — customer service, knowledge, workflows, meetings, marketing and more — that share one identity, one data boundary, and one audit trail. Free to self-host.">
<!-- Open Graph -->
<meta property="og:title" content="ODW.ai — Open-source operational AI for SMBs">
<meta property="og:description" content="Ten focused AI modules under one open codebase. Self-host free, or bring us in for setup and support. Sovereign by design.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://odw.ai/">
<meta property="og:image" content="https://odw.ai/odwai-logo-2048x651.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="ODW.ai — Open-source operational AI for SMBs">
<meta name="twitter:description" content="Ten focused AI modules under one open codebase. Self-host free, or bring us in for setup and support. Sovereign by design.">
<!-- hreflang -->
<link rel="alternate" hreflang="en" href="https://ondemandworld.github.io/">
<link rel="alternate" hreflang="zh-CN" href="https://ondemandworld.github.io/zh-cn/">
<link rel="alternate" hreflang="zh-HK" href="https://ondemandworld.github.io/zh-hk/">
<link rel="alternate" hreflang="x-default" href="https://ondemandworld.github.io/">
<link rel="icon" type="image/svg+xml" href="./favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="./favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./favicon-16x16.png">
<link rel="icon" type="image/png" href="./favicon.png">
<link rel="apple-touch-icon" sizes="180x180" href="./apple-touch-icon.png">
<link rel="manifest" href="./site.webmanifest">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<!-- Skip link (a11y) -->
<a href="#main" class="skip-link">Skip to content</a>
<!-- ═══════════════════════════════════════════════════════════════ -->
<!-- NAVIGATION -->
<!-- ═══════════════════════════════════════════════════════════════ -->
<!-- Mobile / tablet: fixed top bar -->
<header class="topbar" role="banner">
<a href="#cover" class="topbar-logo" aria-label="ODW.AI home">
<img src="./odwai-logo-600x191.png" alt="ODW.AI" width="99" height="32" class="logo-light">
<img src="./odwai-logo-dark-600x191.png" alt="ODW.AI" width="99" height="32" class="logo-dark">
</a>
<div class="topbar-actions">
<a href="https://github.com/OnDemandWorld" class="gh-pill" target="_blank" rel="noopener noreferrer" aria-label="Star on GitHub">
<span class="star" aria-hidden="true">★</span>
<span>Star</span>
</a>
<button class="nav-toggle" aria-expanded="false" aria-controls="mobile-nav" aria-label="Toggle navigation">
<span></span><span></span><span></span>
</button>
</div>
</header>
<!-- Mobile nav sheet -->
<nav class="mobile-nav" id="mobile-nav" aria-label="Primary">
<ul>
<li><a href="#why-now">Why ODW</a></li>
<li><a href="#platform">Platform</a></li>
<li><a href="#modules">Modules</a></li>
<li><a href="./faq/index.html">FAQ</a></li>
<li><a href="#open-source">Open Source</a></li>
<li><a href="#sovereign">Sovereign</a></li>
<li><a href="#solutions">Solutions</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="mobile-nav-lang">
<div class="mobile-nav-lang-label">Language</div>
<a href="./index.html" data-lang="en">English</a>
<a href="./zh-cn/index.html" data-lang="zh-CN">简体中文</a>
<a href="./zh-hk/index.html" data-lang="zh-HK">繁體中文</a>
</div>
<div class="mobile-nav-cta">
<a href="https://github.com/OnDemandWorld" class="btn btn-primary btn-full" target="_blank" rel="noopener noreferrer">★ Star on GitHub</a>
<a href="mailto:hello@odw.ai" class="btn btn-ghost btn-full">Talk to us</a>
</div>
</nav>
<div class="nav-backdrop" aria-hidden="true"></div>
<!-- Desktop sidebar (≥1200px) -->
<aside class="sidebar" aria-label="Section navigation">
<div class="sidebar-brand">
<a href="#cover" aria-label="ODW.AI home">
<img src="./odwai-logo-dark-600x191.png" alt="ODW.AI" class="logo-dark">
<img src="./odwai-logo-600x191.png" alt="ODW.AI" class="logo-light">
</a>
</div>
<ul class="sidebar-nav">
<li><a href="#cover">Home</a></li>
<li><a href="#why-now">Why ODW</a></li>
<li><a href="#platform">Platform</a></li>
<li><a href="#modules">Modules</a></li>
<li><a href="./faq/index.html">FAQ</a></li>
<li><a href="#open-source">Open Source</a></li>
<li><a href="#sovereign">Sovereign</a></li>
<li><a href="#solutions">Solutions</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="sidebar-footer">
<div class="sidebar-footer-label">Language</div>
<a href="./index.html" data-lang="en">English</a>
<a href="./zh-cn/index.html" data-lang="zh-CN">简体中文</a>
<a href="./zh-hk/index.html" data-lang="zh-HK">繁體中文</a>
</div>
</aside>
<!-- ═══════════════════════════════════════════════════════════════ -->
<!-- MAIN -->
<!-- ═══════════════════════════════════════════════════════════════ -->
<main class="main" id="main">
<!-- ─── 01 · HERO ─── -->
<section class="hero" id="cover" aria-labelledby="hero-h1">
<div class="hero-inner">
<div class="hero-content">
<span class="eyebrow">Open-source operational AI · Built for SMBs</span>
<h1 class="hero-headline" id="hero-h1">
The <em>operational AI</em> layer for the world's small businesses.
</h1>
<p class="hero-sub">
Ten focused AI modules — customer service, knowledge, workflows, meetings, marketing and more — under one identity, one data boundary, one audit trail. Free to self-host. Built in the open.
</p>
<div class="cta-row">
<a href="https://github.com/OnDemandWorld" class="btn btn-primary btn-lg" target="_blank" rel="noopener noreferrer">
<span aria-hidden="true">★</span> Star on GitHub
</a>
<a href="#modules" class="btn btn-ghost btn-lg">See the modules</a>
</div>
</div>
<aside class="hero-side" aria-label="Project stats">
<div class="hero-stats">
<div class="hero-stats-label">At a glance</div>
<dl class="hero-stats-list">
<dt class="num">10</dt><dd>Modules across the stack</dd>
<dt class="num">5</dt><dd>Live & open source today</dd>
<dt class="num">100%</dt><dd>Self-hostable</dd>
<dt class="num">∞</dt><dd>No seats, no meters, no lock-in</dd>
</dl>
</div>
</aside>
<!-- TODO: Quickstart terminal temporarily disabled — reinstate after bug fixes
<figure class="terminal" aria-label="Install command">
<figcaption class="terminal-head">
<span class="terminal-head-label">Quickstart</span>
<button class="copy-btn" data-copy="git clone https://github.com/OnDemandWorld/odw-loop && cd odw-loop && docker compose up" aria-label="Copy install command">
<span class="copy-icon" aria-hidden="true">⧉</span>
<span class="copy-label">Copy</span>
</button>
</figcaption>
<pre><code><span class="prompt">$</span> git clone https://github.com/OnDemandWorld/odw-loop
<span class="prompt">$</span> cd odw-loop && docker compose up
<span class="comment"># open http://localhost:3000 — build your first workflow</span></code></pre>
</figure>
-->
</div>
</section>
<!-- ─── 02 · WHY NOW ─── -->
<section class="section" id="why-now" aria-labelledby="why-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">The SME wallet is open</span>
<h2 id="why-h2">
Small businesses have stopped experimenting. They're <em class="accent italic">buying</em> — and looking for one trusted layer to bring it all together.
</h2>
</div>
<div class="grid grid-3">
<article class="pillar">
<div class="pillar-label">01 · Adoption</div>
<div class="big-num">+132%</div>
<p class="pillar-body">OECD firm-level AI adoption more than doubled in two years — from 8.7% to 20.2%.</p>
<p class="pillar-detail">The typical small business now runs a <strong>median of 5 AI tools</strong> — and 62% plan to spend more next year.</p>
<p class="source pillar-source">Source: OECD · US Chamber of Commerce · SBE Council</p>
</article>
<article class="pillar">
<div class="pillar-label">02 · Architecture</div>
<div class="big-num" style="font-size:clamp(2.5rem,4vw+1rem,5rem);">Agentic</div>
<p class="pillar-body">The shape has settled: agents that act across tools, not chatbots that only reply.</p>
<p class="pillar-detail">The moat is no longer the model — it's <strong>orchestration, data, and trust</strong>. That's the layer we build.</p>
<p class="source pillar-source">Source: CB Insights · Y Combinator W25 cohort</p>
</article>
<article class="pillar dark">
<div class="pillar-label">03 · Trust</div>
<div class="big-num">Open</div>
<p class="pillar-body">SMEs are wary of the cloud, the "AI tax," and vendor lock-in.</p>
<p class="pillar-detail">Our answer: <strong>give the code away</strong>. Run it yourself, inspect every line, own every byte.</p>
<p class="source pillar-source">Open-core · self-host first · no per-seat tax</p>
</article>
</div>
</div>
</section>
<!-- ─── 03 · PLATFORM ─── -->
<section class="section" id="platform" aria-labelledby="platform-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">One platform</span>
<h2 id="platform-h2">
One engine. <em class="accent italic">Ten modules.</em> One boundary.
</h2>
<p class="lead">
Every module shares the same authentication, orchestration, privacy posture, and audit trail — so they compose into multi-step agents that actually reason across your business, instead of piling up as ten disconnected SaaS logins.
</p>
</div>
<div class="stack">
<div class="stack-layer surface">
<div class="stack-label">SURFACE</div>
<div class="stack-title">Your business</div>
<div class="stack-desc">WhatsApp, web, voice, email, social — the channels your customers already use.</div>
</div>
<div class="stack-layer">
<div class="stack-label">MODULES</div>
<div class="stack-title">The Ten</div>
<div class="stack-desc">Desk · Voice · Vault · Loop · Pulse · Recap · Hunt · Books · People · Shield — each a focused, self-contained agent.</div>
</div>
<div class="stack-layer">
<div class="stack-label">ORCHESTRATION</div>
<div class="stack-title">Loop engine</div>
<div class="stack-desc">Modules compose into multi-step workflows that reason across tools — not just fire-and-forget triggers.</div>
</div>
<div class="stack-layer">
<div class="stack-label">KNOWLEDGE</div>
<div class="stack-title">Vault (RAG)</div>
<div class="stack-desc">Retrieval grounded in your own documents and systems. Your data never has to leave your infrastructure.</div>
</div>
<div class="stack-layer">
<div class="stack-label">MODELS</div>
<div class="stack-title">Bring your own</div>
<div class="stack-desc">Open models (Llama, Mistral, Qwen) run locally by default. Optional cloud burst when you decide it's appropriate.</div>
</div>
<div class="stack-layer foundation">
<div class="stack-label">FOUNDATION</div>
<div class="stack-title">Open source</div>
<div class="stack-desc">Run it on your infrastructure. Inspect it. Extend it. Own it. Apache 2.0 and MIT throughout.</div>
</div>
</div>
</div>
</section>
<!-- ─── 04 · MODULES ─── -->
<section class="section" id="modules" aria-labelledby="modules-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">The portfolio</span>
<h2 id="modules-h2">
Ten modules across <em class="accent italic">three layers</em>.
</h2>
<p class="lead">
Five are live and open source today. The rest arrive as we build them in the open — no vaporware, no waitlist gates. Watch the repos.
</p>
</div>
<div class="tier-label">Core suite · live and open source</div>
<div class="module-track live">
<!-- Desk -->
<article class="module-card">
<div class="module-status live"><span class="dot" aria-hidden="true"></span> LIVE · OPEN SOURCE · PYTHON</div>
<h3 class="module-name">ODW <span class="brand">Desk</span></h3>
<p class="module-tagline">Omnichannel front-desk agent</p>
<p class="module-desc">WhatsApp, web, email, LINE, Telegram, SMS. PII redaction, RAG-grounded answers, clean human handoff.</p>
<div class="module-why">
<div class="module-why-label">Why ODW</div>
<div class="module-why-text">WhatsApp-first · resolves, doesn't just reply</div>
<div style="display:flex; gap:12px; align-items:center;">
<a class="module-link" href="https://github.com/OnDemandWorld/odw-desk" target="_blank" rel="noopener noreferrer">VIEW ON GITHUB ↗</a>
<a class="module-link" href="./faq/desk.html">FAQ →</a>
</div>
</div>
</article>
<!-- Vault -->
<article class="module-card">
<div class="module-status live"><span class="dot" aria-hidden="true"></span> LIVE · OPEN SOURCE · PYTHON</div>
<h3 class="module-name">ODW <span class="brand">Vault</span></h3>
<p class="module-tagline">Sovereign knowledge copilot</p>
<p class="module-desc">Pre-flight RAG pipeline with hybrid retrieval, offline capability, open-model support. Indexed inside your boundary.</p>
<div class="module-why">
<div class="module-why-label">Why ODW</div>
<div class="module-why-text">Your data never has to leave the building</div>
<div style="display:flex; gap:12px; align-items:center;">
<a class="module-link" href="https://github.com/OnDemandWorld/odw-vault" target="_blank" rel="noopener noreferrer">VIEW ON GITHUB ↗</a>
<a class="module-link" href="./faq/vault.html">FAQ →</a>
</div>
</div>
</article>
<!-- Loop -->
<article class="module-card">
<div class="module-status live"><span class="dot" aria-hidden="true"></span> LIVE · OPEN SOURCE · TYPESCRIPT</div>
<h3 class="module-name">ODW <span class="brand">Loop</span></h3>
<p class="module-tagline">Agentic workflow orchestration</p>
<p class="module-desc">React Flow canvas, Fastify backend, DAG execution engine. Modules plug in as nodes; workflows compose into multi-step reasoning.</p>
<div class="module-why">
<div class="module-why-label">Why ODW</div>
<div class="module-why-text">Open alternative to closed automation platforms</div>
<div style="display:flex; gap:12px; align-items:center;">
<a class="module-link" href="https://github.com/OnDemandWorld/odw-loop" target="_blank" rel="noopener noreferrer">VIEW ON GITHUB ↗</a>
<a class="module-link" href="./faq/loop.html">FAQ →</a>
</div>
</div>
</article>
<!-- Recap -->
<article class="module-card">
<div class="module-status live"><span class="dot" aria-hidden="true"></span> LIVE · OPEN SOURCE · RUST</div>
<h3 class="module-name">ODW <span class="brand">Recap</span></h3>
<p class="module-tagline">On-device meeting intelligence</p>
<p class="module-desc">Local transcription, AI summarisation, structured tasks that write back to your CRM, PM tool, and books. Fast on the laptop you already own.</p>
<div class="module-why">
<div class="module-why-label">Why ODW</div>
<div class="module-why-text">Nothing leaves the device · no cloud dependency</div>
<div style="display:flex; gap:12px; align-items:center;">
<a class="module-link" href="https://github.com/OnDemandWorld/odw-recap" target="_blank" rel="noopener noreferrer">VIEW ON GITHUB ↗</a>
<a class="module-link" href="./faq/recap.html">FAQ →</a>
</div>
</div>
</article>
<!-- Pulse -->
<article class="module-card">
<div class="module-status live"><span class="dot" aria-hidden="true"></span> LIVE · OPEN SOURCE · PYTHON</div>
<h3 class="module-name">ODW <span class="brand">Pulse</span></h3>
<p class="module-tagline">Multilingual marketing generation</p>
<p class="module-desc">Content and campaigns with real cultural adaptation, built-in A/B experimentation, and infra sovereignty. One brief, many locales.</p>
<div class="module-why">
<div class="module-why-label">Why ODW</div>
<div class="module-why-text">Made for teams across markets, not just languages</div>
<div style="display:flex; gap:12px; align-items:center;">
<a class="module-link" href="https://github.com/OnDemandWorld/odw-pulse" target="_blank" rel="noopener noreferrer">VIEW ON GITHUB ↗</a>
<a class="module-link" href="./faq/pulse.html">FAQ →</a>
</div>
</div>
</article>
</div>
<p class="scroll-hint"><span aria-hidden="true">←</span> Swipe for more modules <span aria-hidden="true">→</span></p>
<div class="tier-label">Roadmap · shipping in the open</div>
<div class="module-track roadmap">
<article class="module-card roadmap-tile">
<div class="module-status roadmap"><span class="dot" aria-hidden="true"></span> ROADMAP</div>
<h3 class="module-name">Voice</h3>
<p class="module-tagline">AI receptionist</p>
<p class="module-desc">Inbound calls, appointment booking, structured handoff. Your voice, your script, your data.</p>
<div class="module-why">
<a class="module-link" href="./faq/voice.html">READ THE DESIGN DRAFT →</a>
</div>
</article>
<article class="module-card roadmap-tile">
<div class="module-status roadmap"><span class="dot" aria-hidden="true"></span> ROADMAP</div>
<h3 class="module-name">Hunt</h3>
<p class="module-tagline">AI SDR, human-in-the-loop</p>
<p class="module-desc">Research and sequencing that requires a human approval before anything sends. No spray, no spam.</p>
<div class="module-why">
<a class="module-link" href="./faq/hunt.html">READ THE DESIGN DRAFT →</a>
</div>
</article>
<article class="module-card roadmap-tile">
<div class="module-status roadmap"><span class="dot" aria-hidden="true"></span> ROADMAP</div>
<h3 class="module-name">Books</h3>
<p class="module-tagline">AI bookkeeping</p>
<p class="module-desc">Receipt capture, categorisation, reconciliation, monthly close. Plugs into your existing accounting stack.</p>
<div class="module-why">
<a class="module-link" href="./faq/books.html">READ THE DESIGN DRAFT →</a>
</div>
</article>
<article class="module-card roadmap-tile">
<div class="module-status roadmap"><span class="dot" aria-hidden="true"></span> ROADMAP</div>
<h3 class="module-name">People</h3>
<p class="module-tagline">AI hiring</p>
<p class="module-desc">CV screening, structured interviews, scheduling. Bias auditing built in — EU AI Act aware by design.</p>
<div class="module-why">
<a class="module-link" href="./faq/people.html">READ THE DESIGN DRAFT →</a>
</div>
</article>
<article class="module-card roadmap-tile dark">
<div class="module-status roadmap"><span class="dot" aria-hidden="true"></span> ROADMAP</div>
<h3 class="module-name">Shield</h3>
<p class="module-tagline">SMB cybersecurity</p>
<p class="module-desc">Phishing detection, credential hygiene, threat monitoring — sized for teams without a security engineer.</p>
<div class="module-why">
<a class="module-link" href="./faq/shield.html">READ THE DESIGN DRAFT →</a>
</div>
</article>
</div>
</div>
</section>
<!-- ─── 05 · OPEN SOURCE ─── -->
<section class="section" id="open-source" aria-labelledby="os-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">Why we give the code away</span>
<h2 id="os-h2">
The moat isn't the model. It's <em class="accent italic">where the data lives</em> — and who controls it.
</h2>
<p class="lead">
Self-host the entire stack for free, forever — no seat limits, no usage meters, no lock-in. We earn our keep when you want help, not by holding your data hostage.
</p>
</div>
<div class="grid grid-3">
<article class="principle">
<div class="principle-num">01</div>
<h3 class="principle-title">Free to self-host, forever</h3>
<p class="principle-body">Clone it. Run it on your servers. Keep every byte inside your boundary. No license fee, no per-seat tax, no usage meters.</p>
</article>
<article class="principle">
<div class="principle-num">02</div>
<h3 class="principle-title">Inspect every line</h3>
<p class="principle-body">No black boxes. Audit exactly how your AI handles customer data, see which models run where, and extend anything you need.</p>
</article>
<article class="principle featured">
<div class="principle-num">03</div>
<h3 class="principle-title">We earn our keep on services</h3>
<p class="principle-body">Deployment, customisation, vertical configuration, ongoing support. You get the code for free — we get paid to make it work brilliantly for you.</p>
</article>
</div>
<div class="cta-row">
<a href="https://github.com/OnDemandWorld" class="btn btn-secondary" target="_blank" rel="noopener noreferrer">★ Star on GitHub ↗</a>
<a href="mailto:hello@odw.ai" class="btn btn-ghost">Get expert help</a>
</div>
</div>
</section>
<!-- ─── 06 · SOVEREIGN ─── -->
<section class="section" id="sovereign" aria-labelledby="sov-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">Sovereign by design</span>
<h2 id="sov-h2">
Your data stays <em class="accent italic">yours</em>.
</h2>
</div>
<div class="sovereign-grid">
<div class="feature-list">
<div class="feature-item">
<span class="arrow" aria-hidden="true">→</span>
<div>
<div class="feature-title">Run it where you want</div>
<p class="feature-desc">On your own servers, your private cloud, or fully air-gapped. Nothing has to leave your premises unless you send it there.</p>
</div>
</div>
<div class="feature-item">
<span class="arrow" aria-hidden="true">→</span>
<div>
<div class="feature-title">Open models included</div>
<p class="feature-desc">Llama, Mistral, and Qwen ship configured and ready to run locally. Cloud models remain an option — never a requirement.</p>
</div>
</div>
<div class="feature-item">
<span class="arrow" aria-hidden="true">→</span>
<div>
<div class="feature-title">Compliance built in</div>
<p class="feature-desc">GDPR, PDPO, PDPA, and the EU AI Act addressed as defaults — not compliance-washed afterthoughts. Designed for regulated SMBs from day one.</p>
</div>
</div>
<div class="feature-item">
<span class="arrow" aria-hidden="true">→</span>
<div>
<div class="feature-title">One boundary, one audit trail</div>
<p class="feature-desc">Every module shares the same data boundary, authentication, and audit log — not ten different policies to reconcile at your next audit.</p>
</div>
</div>
</div>
<aside class="quote-panel">
<div class="quote-panel-label">The principle</div>
<blockquote class="quote-panel-text">
The moat isn't the model. It's <em>where the data lives</em> — and who controls it.
</blockquote>
<p class="quote-panel-detail">
Most AI vendors quietly send your business data to a cloud you can't see, indexed by systems you can't audit, on models you don't own. ODW.ai is designed for the opposite: full transparency, full ownership, full control.
</p>
</aside>
</div>
<p style="margin-top:var(--sp-6); font-size:0.9375rem; color:var(--ink-3); text-align:center;">
<em>Deeper questions on compliance?</em>
<a href="./faq/suite.html#s2" style="color:var(--accent); font-weight:600; margin-left:4px;">See the Sovereignty FAQ →</a>
</p>
</div>
</section>
<!-- ─── 07 · SOLUTIONS ─── -->
<section class="section" id="solutions" aria-labelledby="sol-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">Vertical solutions</span>
<h2 id="sol-h2">
Ready-made bundles for <em class="accent italic">your industry</em>.
</h2>
<p class="lead">
The same open modules, pre-configured and compliance-tuned for how your industry actually works — so you deploy in days, not months. Every bundle is still self-hostable, still open source, still yours.
</p>
</div>
<div class="grid grid-3">
<article class="vertical-card dark">
<div class="vertical-label">For clinics</div>
<h3 class="vertical-title">ODW.ai for Clinics</h3>
<p class="vertical-desc">Booking, reminders, intake summarisation, and claims pre-fill — HIPAA and PDPO-configured out of the box for healthcare practices. Nothing patient-identifiable leaves your premises.</p>
<div class="vertical-bundle">
<div class="vertical-bundle-label">Modules in bundle</div>
<div class="vertical-bundle-list">Desk · Voice · Recap · People</div>
</div>
</article>
<article class="vertical-card">
<div class="vertical-label">For professional services</div>
<h3 class="vertical-title">ODW.ai for Pro Services</h3>
<p class="vertical-desc">Accountants, consultants, agencies, and boutique firms. Automate knowledge work, outbound research, and bookkeeping — the high-value, high-willingness-to-pay end of AI adoption.</p>
<div class="vertical-bundle">
<div class="vertical-bundle-label">Modules in bundle</div>
<div class="vertical-bundle-list">Vault · Hunt · Books · Recap</div>
</div>
</article>
<article class="vertical-card">
<div class="vertical-label">For retail & F&B</div>
<h3 class="vertical-title">ODW.ai for Retail & F&B</h3>
<p class="vertical-desc">Restaurants, cafés, and small chains. WhatsApp- and Instagram-first customer engagement, voice ordering, and locally-adapted marketing that respects each store's neighbourhood.</p>
<div class="vertical-bundle">
<div class="vertical-bundle-label">Modules in bundle</div>
<div class="vertical-bundle-list">Desk · Voice · Pulse · Books</div>
</div>
</article>
</div>
<p class="source" style="margin-top:var(--sp-6); font-style:italic; font-family:'Inter',sans-serif; font-size:0.9375rem; color:var(--ink-3);">
More on the way: Real Estate · Home Services · Education · Legal. We build verticals with design partners — talk to us if yours isn't here yet.
</p>
</div>
</section>
<!-- ─── 08 · SERVICES ─── -->
<section class="section" id="services" aria-labelledby="svc-h2">
<div class="section-inner">
<div class="section-head">
<span class="eyebrow">How we work with you</span>
<h2 id="svc-h2">
The software is free. The <em class="accent italic">expertise</em> is where we add value.
</h2>
<p class="lead">
Self-host the whole stack at no cost, forever. Or bring us in to get you live, tailor modules to how your business actually runs, and keep things humming. You choose which parts we're involved in — and you can walk away with the code any time.
</p>
</div>
<div class="grid grid-4">
<article class="service-card">
<div class="service-label">Self-host</div>
<div class="service-price">Free</div>
<p class="service-tag">For teams who want to run everything themselves.</p>
<ul class="service-features">
<li>Every open-source module</li>
<li>Full source code & documentation</li>
<li>Community support (GitHub, Discord)</li>
<li>No seat limits, no usage caps</li>
</ul>
<a href="https://github.com/OnDemandWorld" class="btn btn-ghost btn-full" target="_blank" rel="noopener noreferrer">Get the code ↗</a>
</article>
<article class="service-card">
<div class="service-label">Deploy</div>
<div class="service-price">Managed setup</div>
<p class="service-tag">We get you live on your infrastructure, fast.</p>
<ul class="service-features">
<li>Guided installation on your infra</li>
<li>Data & channel integration</li>
<li>Model selection & configuration</li>
<li>Team onboarding & handover</li>
</ul>
<a href="mailto:hello@odw.ai" class="btn btn-ghost btn-full">Talk to us</a>
</article>
<article class="service-card featured">
<div class="service-label">Customise</div>
<div class="service-price">Consulting</div>
<p class="service-tag">Modules tailored to how your business actually runs.</p>
<ul class="service-features">
<li>Custom modules & workflow design</li>
<li>Vertical & locale configuration</li>
<li>Compliance hardening for your regulator</li>
<li>Priority support with a named contact</li>
</ul>
<a href="mailto:hello@odw.ai" class="btn btn-primary btn-full">Book a consultation</a>
</article>
<article class="service-card dark">
<div class="service-label">Scale</div>
<div class="service-price">Enterprise</div>
<p class="service-tag">Sovereign deployments with SLAs and roadmap influence.</p>
<ul class="service-features">
<li>Air-gapped / private-cloud deployment</li>
<li>Dedicated support with contractual SLAs</li>
<li>Roadmap collaboration & early access</li>
<li>White-label & reseller options</li>
</ul>
<a href="mailto:hello@odw.ai" class="btn btn-primary btn-full">Contact sales</a>
</article>
</div>
</div>
</section>
<!-- ─── 09 · CONTACT ─── -->
<section class="section dark" id="contact" aria-labelledby="contact-h2">
<div class="section-inner">
<span class="eyebrow">Get started</span>
<h2 class="hero-headline" id="contact-h2" style="max-width:22ch; margin-top:var(--sp-4);">
Own your AI.<br><em>Start in the open.</em>
</h2>
<p class="hero-sub" style="color:var(--accent-2); max-width:56ch;">
Clone the code today, or talk to the team about getting ODW.ai running for your business. The path from "curious" to "in production" is shorter than you think.
</p>
<div class="cta-row">
<a href="https://github.com/OnDemandWorld" class="btn btn-primary btn-lg" target="_blank" rel="noopener noreferrer">★ Star on GitHub ↗</a>
<a href="mailto:hello@odw.ai" class="btn btn-ghost btn-lg" style="color:var(--paper); border-color:var(--ink-3);">Email hello@odw.ai</a>
</div>
<div class="footer-links">
<a href="./faq/index.html">FAQ →</a>
<a href="https://github.com/OnDemandWorld" target="_blank" rel="noopener noreferrer">Community →</a>
<a href="https://github.com/OnDemandWorld" target="_blank" rel="noopener noreferrer">Roadmap →</a>
<a href="./faq/suite.html#s2">Security & compliance →</a>
</div>
<div class="footer-meta">
<div class="mono">© 2026 ODW.AI · ONDEMANDWORLD</div>
<div>Built in the open · Apache 2.0 and MIT · Made for the world's SMBs</div>
<div class="mono">Terms · Privacy · License summary · Responsible disclosure</div>
</div>
</div>
</section>
</main>
<!-- ═══════════════════════════════════════════════════════════════ -->
<!-- MOBILE STICKY CTA BAR -->
<!-- ═══════════════════════════════════════════════════════════════ -->
<div class="sticky-cta" aria-label="Get started">
<div class="sticky-cta-msg">Own your AI.<br>Self-host free.</div>
<a href="https://github.com/OnDemandWorld" class="btn btn-primary" target="_blank" rel="noopener noreferrer" aria-label="Star on GitHub">
<span aria-hidden="true">★</span> Star
</a>
<a href="mailto:hello@odw.ai" class="btn btn-secondary">Talk</a>
</div>
<script src="./app.js"></script>
</body>
</html>