Spaces:
Running
Running
File size: 47,811 Bytes
3bb65a8 |
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 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MySelf-AI Presentation</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background-color: #f8fafc;
}
.slide {
min-height: 100vh;
padding: 4rem 2rem;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.fade-in {
animation: fadeIn 0.8s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
.stat-card {
transition: transform 0.3s ease;
}
.stat-card:hover {
transform: translateY(-5px);
}
.tech-icon {
filter: grayscale(100%);
transition: filter 0.3s ease;
}
.tech-icon:hover {
filter: grayscale(0%);
}
</style>
</head>
<body class="text-gray-800">
<!-- Navigation -->
<nav class="fixed top-0 left-0 right-0 bg-white shadow-sm z-50">
<div class="container mx-auto px-4 py-3 flex justify-between items-center">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-purple-500"></div>
<span class="font-bold text-lg">MySelf-AI</span>
</div>
<div class="hidden md:flex space-x-6">
<a href="#problem" class="hover:text-blue-500 transition">Problem</a>
<a href="#solution" class="hover:text-blue-500 transition">Solution</a>
<a href="#technology" class="hover:text-blue-500 transition">Technology</a>
<a href="#investment" class="hover:text-blue-500 transition">Investment</a>
</div>
<button class="md:hidden text-gray-600">
<i class="fas fa-bars text-xl"></i>
</button>
</div>
</nav>
<!-- Slide 1: Opening Hook -->
<section id="opening" class="slide flex items-center justify-center bg-gradient-to-br from-blue-50 to-purple-50">
<div class="container mx-auto max-w-4xl text-center px-4">
<h1 class="text-4xl md:text-6xl font-bold mb-6 fade-in">
<span class="gradient-text">Predicting Mental Health</span><br>
Before Crisis Strikes
</h1>
<p class="text-xl md:text-2xl text-gray-600 mb-8 fade-in">
What if technology could tap you on the shoulder and say,
<span class="font-semibold">"Hey, I've noticed something – let's talk"?</span>
</p>
<div class="flex justify-center space-x-4 fade-in">
<button class="px-6 py-3 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-full font-medium hover:shadow-lg transition">
Learn More
</button>
<button class="px-6 py-3 border border-gray-300 rounded-full font-medium hover:bg-gray-50 transition">
Watch Demo
</button>
</div>
</div>
</section>
<!-- Slide 2: The Problem -->
<section id="problem" class="slide bg-white py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">The Problem We're Solving</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="space-y-6">
<div class="p-6 bg-blue-50 rounded-xl stat-card">
<h3 class="text-5xl font-bold gradient-text mb-2">50%</h3>
<p class="text-gray-600">of people will experience a mental health condition by age 75</p>
</div>
<div class="p-6 bg-purple-50 rounded-xl stat-card">
<h3 class="text-5xl font-bold gradient-text mb-2">1 in 8</h3>
<p class="text-gray-600">people currently living with a mental health condition</p>
</div>
<div class="p-6 bg-indigo-50 rounded-xl stat-card">
<h3 class="text-5xl font-bold gradient-text mb-2">73%</h3>
<p class="text-gray-600">of mental health apps fail basic security standards</p>
</div>
</div>
<div>
<div class="bg-gray-100 p-8 rounded-xl border-l-4 border-blue-500">
<p class="text-lg mb-4">Our systems remain <span class="font-bold">reactive</span>, stepping in only after someone is already in crisis. It's like having a smoke detector that only goes off after the house has already burned down.</p>
<p class="text-lg">But there's another layer: <span class="font-bold">trust</span>. People fear their struggles being exposed, misused, or hacked — especially with AI.</p>
</div>
<div class="mt-8 p-6 bg-red-50 rounded-xl border-l-4 border-red-500">
<h3 class="font-bold text-lg mb-2">The Double Challenge</h3>
<p>Reactivity + Mistrust = Billions without proper mental health support</p>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 3: Market Opportunity -->
<section class="slide bg-gray-50 py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Market Opportunity</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition">
<div class="text-blue-500 mb-4">
<i class="fas fa-chart-line text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">$5.6 Billion</h3>
<p class="text-gray-600">Global mental health software market by 2026 (23% CAGR)</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition">
<div class="text-purple-500 mb-4">
<i class="fas fa-globe-americas text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">Asia-Pacific</h3>
<p class="text-gray-600">Fastest-growing region due to high smartphone penetration</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm hover:shadow-md transition">
<div class="text-indigo-500 mb-4">
<i class="fas fa-users text-3xl"></i>
</div>
<h3 class="text-xl font-bold mb-2">43% of Adults</h3>
<p class="text-gray-600">Report feeling anxious, driving demand for digital solutions</p>
</div>
</div>
<div class="bg-white rounded-xl overflow-hidden shadow-sm">
<div class="p-6 md:p-8">
<h3 class="text-xl font-bold mb-4">The Paradigm Shift Opportunity</h3>
<p class="text-gray-700 mb-4">Most current solutions are just digital replicas of traditional therapy models. The real opportunity lies in creating truly <span class="font-bold">proactive, intelligent, and personalized</span> mental health support.</p>
<div class="flex items-center mt-6">
<div class="mr-4 text-blue-500">
<i class="fas fa-lightbulb text-3xl"></i>
</div>
<p class="text-gray-600">"Rising awareness and reduced stigma — especially among younger generations — are prompting more people to seek help."</p>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 4: Introducing MySelf-AI -->
<section id="solution" class="slide bg-gradient-to-br from-blue-500 to-purple-600 py-20 text-white">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Introducing MySelf-AI</h2>
<div class="w-24 h-1 bg-white mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<div class="bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl mb-8">
<h3 class="text-2xl font-bold mb-4">The World's First <span class="border-b-2 border-white">Privacy-First</span>, Autonomous Mental Health Guardian</h3>
<p class="mb-4">MySelf-AI quietly observes your behavior—your writing style, interactions, and routine changes—learning what's "normal" for you.</p>
<p>Using advanced AI (GPT-5 and Gemini), it flags deviations before they spiral into crisis.</p>
</div>
<div class="flex flex-wrap gap-4">
<div class="bg-white bg-opacity-20 px-4 py-2 rounded-full flex items-center">
<i class="fas fa-lock mr-2"></i>
<span>End-to-End Encryption</span>
</div>
<div class="bg-white bg-opacity-20 px-4 py-2 rounded-full flex items-center">
<i class="fas fa-shield-alt mr-2"></i>
<span>HIPAA & GDPR Compliant</span>
</div>
<div class="bg-white bg-opacity-20 px-4 py-2 rounded-full flex items-center">
<i class="fas fa-mountain mr-2"></i>
<span>Swiss Data Centers</span>
</div>
</div>
</div>
<div class="relative">
<div class="bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl border border-white border-opacity-20">
<div class="flex items-start mb-4">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-3">
<i class="fas fa-robot"></i>
</div>
<div>
<p class="font-medium">MySelf-AI</p>
<p class="text-sm opacity-70">Just now</p>
</div>
</div>
<div class="pl-13">
<p class="mb-3">Sarah, I've noticed your writing has become 20% shorter this week with more negative language patterns. Would you like to talk about what's on your mind?</p>
<div class="flex space-x-3">
<button class="bg-white text-blue-600 px-4 py-1 rounded-full text-sm font-medium">Yes, please</button>
<button class="bg-white bg-opacity-20 px-4 py-1 rounded-full text-sm">Maybe later</button>
</div>
</div>
</div>
<div class="absolute -bottom-6 -right-6 bg-white text-purple-600 p-4 rounded-full shadow-lg">
<i class="fas fa-heartbeat text-3xl"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 5: How It Works -->
<section class="slide bg-white py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">How It Works</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="bg-gray-50 p-6 rounded-xl border-t-4 border-blue-500">
<div class="text-blue-500 mb-4 text-4xl">
<i class="fas fa-brain"></i>
</div>
<h3 class="text-xl font-bold mb-2">Behavioral Analysis</h3>
<p class="text-gray-600">AI analyzes writing patterns, response times, word choice, and physiological data for subtle changes.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border-t-4 border-purple-500">
<div class="text-purple-500 mb-4 text-4xl">
<i class="fas fa-bell"></i>
</div>
<h3 class="text-xl font-bold mb-2">Early Detection</h3>
<p class="text-gray-600">Flags deviations from personal baselines before they escalate into crisis.</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl border-t-4 border-indigo-500">
<div class="text-indigo-500 mb-4 text-4xl">
<i class="fas fa-comments"></i>
</div>
<h3 class="text-xl font-bold mb-2">Proactive Engagement</h3>
<p class="text-gray-600">Reaches out with personalized prompts when help is needed most.</p>
</div>
</div>
<div class="bg-gray-100 rounded-xl p-8">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
<h3 class="text-2xl font-bold mb-4">Sarah's Story</h3>
<p class="text-gray-700 mb-4">Every morning, Sarah logs into her MySelf-AI app. Without realizing it, the AI is analyzing subtle changes in her:</p>
<ul class="space-y-2 mb-4">
<li class="flex items-center"><i class="fas fa-check-circle text-blue-500 mr-2"></i> Writing patterns</li>
<li class="flex items-center"><i class="fas fa-check-circle text-blue-500 mr-2"></i> Heart rate variability</li>
<li class="flex items-center"><i class="fas fa-check-circle text-blue-500 mr-2"></i> Response times</li>
<li class="flex items-center"><i class="fas fa-check-circle text-blue-500 mr-2"></i> Word choice and sentiment</li>
</ul>
<p class="text-gray-700">When red flags appear, MySelf-AI doesn't wait — it reaches out with care.</p>
</div>
<div class="md:w-1/2">
<div class="bg-white p-6 rounded-lg shadow-sm border border-gray-200">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-3">
<i class="fas fa-user text-blue-500 text-xl"></i>
</div>
<div>
<p class="font-medium">Sarah's Weekly Report</p>
<p class="text-sm text-gray-500">Last updated: Today</p>
</div>
</div>
<div class="space-y-4">
<div>
<div class="flex justify-between mb-1">
<span>Mood Stability</span>
<span>68% ↓</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-blue-500 h-2 rounded-full" style="width: 68%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Sleep Quality</span>
<span>54% ↓</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-purple-500 h-2 rounded-full" style="width: 54%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>Social Engagement</span>
<span>42% ↓</span>
</div>
<div class="w-full bg-gray-200 rounded-full h-2">
<div class="bg-indigo-500 h-2 rounded-full" style="width: 42%"></div>
</div>
</div>
</div>
<div class="mt-6 pt-4 border-t border-gray-200">
<p class="text-sm text-gray-600"><i class="fas fa-info-circle text-blue-500 mr-1"></i> We've detected a 30% increase in negative language patterns this week.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 6: Technical Architecture -->
<section id="technology" class="slide bg-gray-900 text-white py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Technical Architecture</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-400 to-purple-400 mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center mb-12">
<div>
<h3 class="text-2xl font-bold mb-6">PsykologAgent: Our Revolutionary AI System</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-blue-500 bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-project-diagram text-blue-400"></i>
</div>
<div>
<h4 class="font-bold mb-1">Five-Step LangGraph Process</h4>
<p class="text-gray-400">Powered by GPT-5 and Gemini Pro 2.5 combining the best of AI</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-purple-500 bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-memory text-purple-400"></i>
</div>
<div>
<h4 class="font-bold mb-1">Human-Like Memory System</h4>
<p class="text-gray-400">Mirrors how the brain stores and recalls information</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-indigo-500 bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-heartbeat text-indigo-400"></i>
</div>
<div>
<h4 class="font-bold mb-1">Wearable Integration</h4>
<p class="text-gray-400">Sleep trackers and heart rate monitors add physiological insights</p>
</div>
</div>
</div>
</div>
<div class="bg-gray-800 p-8 rounded-xl">
<h4 class="font-bold text-lg mb-4 text-center">Memory Architecture</h4>
<div class="grid grid-cols-3 gap-4 text-center">
<div class="bg-gray-700 p-4 rounded-lg">
<div class="text-blue-400 mb-2 text-2xl">
<i class="fas fa-database"></i>
</div>
<h5 class="font-medium mb-1">PostgreSQL</h5>
<p class="text-sm text-gray-400">Structured data (moods, sleep)</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg">
<div class="text-purple-400 mb-2 text-2xl">
<i class="fas fa-project-diagram"></i>
</div>
<h5 class="font-medium mb-1">Neo4j</h5>
<p class="text-sm text-gray-400">Behavioral relationships</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg">
<div class="text-indigo-400 mb-2 text-2xl">
<i class="fas fa-brain"></i>
</div>
<h5 class="font-medium mb-1">Graphiti</h5>
<p class="text-sm text-gray-400">Semantic memories</p>
</div>
</div>
<div class="mt-6 bg-gray-700 rounded-lg p-4">
<p class="text-gray-300 text-sm"><i class="fas fa-lightbulb text-yellow-400 mr-2"></i> This architecture lets the AI truly 'get' you — like a friend who remembers your story and understands your unique patterns.</p>
</div>
</div>
</div>
<div class="bg-gray-800 rounded-xl p-8">
<h3 class="text-xl font-bold mb-4">The AI Difference</h3>
<p class="text-gray-300 mb-6">Unlike traditional apps that just analyze data, MySelf-AI <span class="font-bold">learns</span> from it. Over time, it adapts to each user's unique rhythms, making predictions more accurate and interventions more personalized.</p>
<div class="grid md:grid-cols-3 gap-6">
<div class="bg-gray-700 p-4 rounded-lg border-l-4 border-blue-400">
<h4 class="font-bold mb-2">Adaptive Learning</h4>
<p class="text-gray-400 text-sm">The AI evolves with the user, recognizing personal triggers and effective coping mechanisms.</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg border-l-4 border-purple-400">
<h4 class="font-bold mb-2">Cross-Referencing</h4>
<p class="text-gray-400 text-sm">Combines writing patterns with physiological data for holistic insights.</p>
</div>
<div class="bg-gray-700 p-4 rounded-lg border-l-4 border-indigo-400">
<h4 class="font-bold mb-2">Early Warning</h4>
<p class="text-gray-400 text-sm">Flags potential issues before they become crises, enabling timely intervention.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 7: Competitive Edge -->
<section class="slide bg-white py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Our Competitive Edge</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="bg-blue-50 p-6 rounded-xl border border-blue-100">
<div class="text-blue-500 mb-4 text-4xl">
<i class="fas fa-bolt"></i>
</div>
<h3 class="text-xl font-bold mb-2">Proactive, Not Reactive</h3>
<p class="text-gray-600">We stop problems before they escalate — no more crisis mode.</p>
</div>
<div class="bg-purple-50 p-6 rounded-xl border border-purple-100">
<div class="text-purple-500 mb-4 text-4xl">
<i class="fas fa-graduation-cap"></i>
</div>
<h3 class="text-xl font-bold mb-2">Learning Memory</h3>
<p class="text-gray-600">Our AI evolves with you, remembering your unique triggers and responses.</p>
</div>
<div class="bg-indigo-50 p-6 rounded-xl border border-indigo-100">
<div class="text-indigo-500 mb-4 text-4xl">
<i class="fas fa-hands-helping"></i>
</div>
<h3 class="text-xl font-bold mb-2">Therapist Bridge</h3>
<p class="text-gray-600">We extend human professionals' reach, making therapy accessible to millions.</p>
</div>
</div>
<div class="bg-gray-50 rounded-xl p-8">
<h3 class="text-2xl font-bold mb-6 text-center">These Aren't Just Features — They're Lifelines</h3>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
<div class="bg-white p-6 rounded-lg shadow-sm mb-6">
<h4 class="font-bold mb-2">Traditional Solutions</h4>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start"><i class="fas fa-times-circle text-red-400 mr-2 mt-1"></i> Wait for users to report issues</li>
<li class="flex items-start"><i class="fas fa-times-circle text-red-400 mr-2 mt-1"></i> Generic recommendations</li>
<li class="flex items-start"><i class="fas fa-times-circle text-red-400 mr-2 mt-1"></i> Limited or no memory of past interactions</li>
<li class="flex items-start"><i class="fas fa-times-circle text-red-400 mr-2 mt-1"></i> Often replace rather than augment human care</li>
</ul>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-white p-6 rounded-lg shadow-sm border-2 border-blue-500 relative">
<div class="absolute -top-3 -right-3 bg-blue-500 text-white px-3 py-1 rounded-full text-xs font-bold">
MySelf-AI
</div>
<h4 class="font-bold mb-2">Our Approach</h4>
<ul class="space-y-2 text-gray-600">
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mr-2 mt-1"></i> Detects issues before users recognize them</li>
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mr-2 mt-1"></i> Personalized interventions based on deep learning</li>
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mr-2 mt-1"></i> Remembers context and history like a trusted friend</li>
<li class="flex items-start"><i class="fas fa-check-circle text-green-500 mr-2 mt-1"></i> Bridges to human care when most effective</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 8: Revenue Model -->
<section class="slide bg-gray-50 py-20">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Revenue Model & Market Strategy</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<div class="grid md:grid-cols-3 gap-8 mb-12">
<div class="bg-white p-6 rounded-xl shadow-sm border-t-4 border-blue-500">
<h3 class="text-xl font-bold mb-4 flex items-center">
<span class="bg-blue-100 text-blue-600 w-8 h-8 rounded-full flex items-center justify-center mr-3">1</span>
Freemium Tier
</h3>
<p class="text-gray-600 mb-4">Proactive monitoring to build our user base and data advantage</p>
<div class="bg-blue-50 p-3 rounded-lg">
<p class="text-sm text-blue-600 font-medium">Free access creates network effects and behavioral data</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border-t-4 border-purple-500">
<h3 class="text-xl font-bold mb-4 flex items-center">
<span class="bg-purple-100 text-purple-600 w-8 h-8 rounded-full flex items-center justify-center mr-3">2</span>
Premium Tier
</h3>
<p class="text-gray-600 mb-4">Advanced pattern analysis and therapeutic tools</p>
<div class="bg-purple-50 p-3 rounded-lg">
<p class="text-sm text-purple-600 font-medium">$9.99/month for enhanced features</p>
</div>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border-t-4 border-indigo-500">
<h3 class="text-xl font-bold mb-4 flex items-center">
<span class="bg-indigo-100 text-indigo-600 w-8 h-8 rounded-full flex items-center justify-center mr-3">3</span>
B2B Partnerships
</h3>
<p class="text-gray-600 mb-4">Healthcare providers and employer wellness programs</p>
<div class="bg-indigo-50 p-3 rounded-lg">
<p class="text-sm text-indigo-600 font-medium">Enterprise solutions saving millions in lost productivity</p>
</div>
</div>
</div>
<div class="bg-white rounded-xl p-8 shadow-sm">
<h3 class="text-xl font-bold mb-6 text-center">Dual Model for Maximum Impact</h3>
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-6 md:mb-0 md:pr-8">
<div class="bg-gradient-to-r from-blue-500 to-purple-500 text-white p-6 rounded-lg">
<h4 class="font-bold mb-2 text-lg">Consumer Growth</h4>
<p class="mb-4">Freemium model drives viral adoption while premium subscriptions ensure revenue</p>
<div class="flex items-center">
<div class="bg-white bg-opacity-20 p-2 rounded-full mr-3">
<i class="fas fa-user-friends"></i>
</div>
<p class="text-sm">Target: 50k beta testers in first year</p>
</div>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-gray-100 p-6 rounded-lg">
<h4 class="font-bold mb-2 text-lg">Enterprise Value</h4>
<p class="mb-4">B2B partnerships create recurring revenue streams and institutional credibility</p>
<div class="flex items-center">
<div class="bg-blue-500 text-white p-2 rounded-full mr-3">
<i class="fas fa-briefcase"></i>
</div>
<p class="text-sm">Pilot programs with 3 Fortune 500 companies</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Slide 11: Investment Opportunity -->
<section id="investment" class="slide bg-gradient-to-br from-blue-600 to-purple-700 py-20 text-white">
<div class="container mx-auto max-w-6xl px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Investment Opportunity</h2>
<div class="w-24 h-1 bg-white mx-auto"></div>
</div>
<div class="grid md:grid-cols-2 gap-12 items-center mb-12">
<div>
<div class="bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl mb-8">
<h3 class="text-3xl font-bold mb-4">$2.5M Series A</h3>
<p class="mb-6">Join us in building the future of proactive mental health care</p>
<div class="space-y-4">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-white bg-opacity-20 flex items-center justify-center mr-4">
<i class="fas fa-chart-pie"></i>
</div>
<div>
<p class="font-medium">Funding Allocation</p>
</div>
</div>
<div class="pl-14">
<div class="mb-3">
<div class="flex justify-between mb-1">
<span>Marketing</span>
<span>40%</span>
</div>
<div class="w-full bg-white bg-opacity-20 rounded-full h-2">
<div class="bg-white h-2 rounded-full" style="width: 40%"></div>
</div>
</div>
<div class="mb-3">
<div class="flex justify-between mb-1">
<span>Infrastructure</span>
<span>20%</span>
</div>
<div class="w-full bg-white bg-opacity-20 rounded-full h-2">
<div class="bg-white h-2 rounded-full" style="width: 20%"></div>
</div>
</div>
<div class="mb-3">
<div class="flex justify-between mb-1">
<span>Clinical Studies</span>
<span>20%</span>
</div>
<div class="w-full bg-white bg-opacity-20 rounded-full h-2">
<div class="bg-white h-2 rounded-full" style="width: 20%"></div>
</div>
</div>
<div class="mb-3">
<div class="flex justify-between mb-1">
<span>User Acquisition</span>
<span>10%</span>
</div>
<div class="w-full bg-white bg-opacity-20 rounded-full h-2">
<div class="bg-white h-2 rounded-full" style="width: 10%"></div>
</div>
</div>
<div>
<div class="flex justify-between mb-1">
<span>R&D + Compliance</span>
<span>10%</span>
</div>
<div class="w-full bg-white bg-opacity-20 rounded-full h-2">
<div class="bg-white h-2 rounded-full" style="width: 10%"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div>
<div class="bg-white bg-opacity-10 backdrop-blur-sm p-8 rounded-xl">
<h3 class="text-2xl font-bold mb-6">Why Invest?</h3>
<div class="space-y-6">
<div class="flex items-start">
<div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-rocket"></i>
</div>
<div>
<h4 class="font-bold mb-1">Massive Market Need</h4>
<p class="text-white text-opacity-80">1 in 8 people currently need mental health support with growing demand</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-chess-knight"></i>
</div>
<div>
<h4 class="font-bold mb-1">First-Mover Advantage</h4>
<p class="text-white text-opacity-80">World's first privacy-first, autonomous mental health guardian</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-shield-alt"></i>
</div>
<div>
<h4 class="font-bold mb-1">Regulatory Moats</h4>
<p class="text-white text-opacity-80">HIPAA/GDPR compliance and Swiss data centers create high barriers to entry</p>
</div>
</div>
<div class="flex items-start">
<div class="bg-white bg-opacity-20 p-3 rounded-full mr-4">
<i class="fas fa-heart"></i>
</div>
<div>
<h4 class="font-bold mb-1">Impact Multiplier</h4>
<p class="text-white text-opacity-80">Every dollar invested potentially improves millions of lives</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="text-center">
<p class="text-xl mb-8">This isn't just an investment in a company — it's an investment in <span class="font-bold">changing how we treat mental health</span> worldwide.</p>
<button class="px-8 py-3 bg-white text-blue-600 rounded-full font-bold hover:shadow-lg transition">
Schedule Investor Meeting
</button>
</div>
</div>
</section>
<!-- Slide 12: The Future -->
<section class="slide bg-white py-20">
<div class="container mx-auto max-w-4xl px-4 text-center">
<div class="mb-12">
<div class="w-20 h-20 mx-auto rounded-full bg-gradient-to-r from-blue-500 to-purple-500 flex items-center justify-center text-white text-3xl mb-6">
<i class="fas fa-star"></i>
</div>
<h2 class="text-3xl md:text-4xl font-bold mb-4">The Future We're Building</h2>
<div class="w-24 h-1 bg-gradient-to-r from-blue-500 to-purple-500 mx-auto"></div>
</div>
<p class="text-xl text-gray-600 mb-8">
Five years from now, MySelf-AI will be that <span class="font-bold">quiet guardian angel</span> for millions. The AI that notices when you're struggling before you do. The technology that makes mental health support as natural as talking to a friend.
</p>
<div class="bg-gray-100 rounded-xl p-8 mb-12">
<p class="text-2xl font-medium mb-6">
"The question isn't whether AI will transform mental health — it's whether <span class="gradient-text font-bold">you want to be part of that revolution</span>."
</p>
<p class="text-gray-600">— Buster, Founder of MySelf-AI</p>
</div>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<button class="px-6 py-3 bg-gradient-to-r from-blue-500 to-purple-500 text-white rounded-full font-bold hover:shadow-lg transition">
Join Our Mission
</button>
<button class="px-6 py-3 border border-gray-300 rounded-full font-medium hover:bg-gray-50 transition">
Contact Our Team
</button>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<div class="flex items-center space-x-2">
<div class="w-8 h-8 rounded-full bg-gradient-to-r from-blue-500 to-purple-500"></div>
<span class="font-bold text-lg">MySelf-AI</span>
</div>
<p class="text-gray-400 mt-2">The future of proactive mental health care</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-gray-400 text-sm">
<p>© 2023 MySelf-AI. All rights reserved.</p>
<p class="mt-2">Built with care in Switzerland</p>
</div>
</div>
</footer>
<script>
// Simple fade-in animation for elements
document.addEventListener('DOMContentLoaded', function() {
const fadeElements = document.querySelectorAll('.fade-in');
const fadeInObserver = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.style.opacity = 1;
entry.target.style.transform = 'translateY(0)';
}
});
}, { threshold: 0.1 });
fadeElements.forEach(el => {
el.style.opacity = 0;
el.style.transform = 'translateY(20px)';
el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
fadeInObserver.observe(el);
});
// Smooth scrolling for navigation
document.querySelectorAll('nav a').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
});
});
});
</script>
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=james123231/demo-2" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |