SystemRx / index.html
ameenmarashi's picture
Upload 3 files
e6d8171 verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>System Rx | Advanced Performance Diagnostics for iOS and macOS</title>
<meta name="description" content="System Rx provides medical-grade system telemetry, monitoring your CPU, RAM, Network, and Thermals with surgical precision.">
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div class="shell">
<nav class="nav">
<div class="brand">
<strong>System Rx</strong>
<span>Professional performance diagnostics and telemetry.</span>
</div>
<div class="nav-links">
<a href="./index.html">Home</a>
<a href="./support.html">Support</a>
<a href="./privacy.html">Privacy</a>
</div>
</nav>
<section class="hero">
<div class="eyebrow">Performance Diagnostics</div>
<h1>Diagnose your system vitals with medical-grade precision.</h1>
<p class="lead">
System Rx turns technical noise into clear performance insights. Track CPU load, thermal throttling, and live network throughput with a pro-grade dashboard designed for Apple Silicon.
</p>
<div class="cta-row">
<a class="button primary" href="./support.html">Get Support</a>
<a class="button secondary" href="./privacy.html">Privacy Policy</a>
</div>
</section>
<section class="section">
<h2>Prescriptive Telemetry</h2>
<div class="grid">
<div class="card">
<h3>CPU & Thermal Tracking</h3>
<p>Monitor real-time processor load and thermal states across all cores. Identify throttling before it impacts your work.</p>
</div>
<div class="card">
<h3>Memory & Swap Insights</h3>
<p>Get a surgeon's view of your RAM pressure and virtual memory swap usage. Optimized for heavy macOS workloads.</p>
</div>
<div class="card">
<h3>Live Network Throughput</h3>
<p>Track active upload and download speeds. Diagnose connectivity issues with real-time telemetry on both mobile and desktop.</p>
</div>
<div class="card">
<h3>PDF Diagnostic Reports</h3>
<p>Generate professional performance snapshots. Export detailed PDF reports with historical charts for system audits.</p>
</div>
</div>
</section>
<section class="section">
<h2>Platform Availability</h2>
<div class="meta">
<span>iPhone</span>
<span>iPad</span>
<span>macOS</span>
</div>
<p class="lead" style="text-align: center;">
The app is designed to keep privacy diagnostics entirely local, lightweight, and unified across Apple platforms.
</p>
</section>
<footer class="footer">
Cyber Rx support: <a href="./support.html">Support</a> · Privacy: <a href="./privacy.html">Privacy Policy</a>
</footer>
</div>
</body>
</html>