Files
konn3kt-docs/index.html
2026-06-21 13:44:14 -05:00

62 lines
2.9 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction - konn3kt Documentation</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="layout">
<main class="main-content">
<header class="page-header">
<h1 class="page-title">konn3kt</h1>
<p class="page-subtitle">Unified management for the IQ.Pilot ecosystem.</p>
</header>
<section>
<h2>What is konn3kt?</h2>
<p><strong>konn3kt</strong> is the official web frontend for the IQ.Pilot ecosystem, providing a professional-grade command center for your <strong>IQ.Pilot</strong> devices. It allows you to monitor telemetry, review drive history, and control your vehicle remotely via a secure, high-performance interface at <a href="https://konn3kt.teallvbs.xyz">konn3kt.teallvbs.xyz</a>.</p>
<p>Designed to work exclusively with IQ.Pilot, konn3kt supports genuine Comma hardware (3x, 4) alongside supported community clone hardware such as Mr One devices and other IQ.Pilot-compatible builds.</p>
</section>
<section>
<h2>Quick Links</h2>
<div class="card-grid">
<div class="card">
<h3>Official Discord</h3>
<p>Join our community to get access to our apps and sign up for konn3kt access.</p>
<a href="https://discord.konn3kt.com">Join Discord</a>
</div>
<div class="card">
<h3>IQ.Pilot Wiki</h3>
<p>Read the official installation guide to get IQ.Pilot running on your device.</p>
<a href="https://iqlvbs.com/wiki/iqpilot">Installation Guide</a>
</div>
</div>
</section>
<section>
<h2>Standard Features</h2>
<div class="card-grid">
<div class="card">
<h3>Advanced Telemetry</h3>
<p>Real-time tracking of hardware health, car battery voltage, and fuel/EV levels.</p>
</div>
<div class="card">
<h3>Secure Data</h3>
<p>All data is encrypted at rest, with specific layers of protection for sensitive streams like dcam (Driver Camera).</p>
</div>
<div class="card">
<h3>Remote Access</h3>
<p>Issue vehicle commands, access a web terminal (SSH), and capture snapshots over-the-air.</p>
</div>
</div>
</section>
</main>
</div>
<script src="assets/nav.js"></script>
</body>
</html>