49 lines
1.6 KiB
HTML
49 lines
1.6 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>OpenJibo</title>
|
|
<link rel="stylesheet" href="site.css">
|
|
</head>
|
|
<body>
|
|
<main class="shell">
|
|
<section class="hero">
|
|
<p class="eyebrow">OpenJibo</p>
|
|
<h1>Bringing Jibo back with a stable open cloud.</h1>
|
|
<p class="lede">
|
|
OpenJibo is rebuilding the hosted layer Jibo still expects, then using that foothold
|
|
to modernize the platform step by step.
|
|
</p>
|
|
<div class="actions">
|
|
<a href="https://github.com/" class="button primary">Source Repos</a>
|
|
<a href="../../docs/device-bootstrap.md" class="button secondary">Bootstrap Docs</a>
|
|
</div>
|
|
</section>
|
|
|
|
<section class="panel">
|
|
<h2>Current Direction</h2>
|
|
<p>
|
|
The first milestone is a stable Azure-hosted replacement cloud. We support real robots
|
|
first through controlled DNS plus targeted device patching, then smooth the path later with OTA.
|
|
</p>
|
|
</section>
|
|
|
|
<section class="grid">
|
|
<article class="card">
|
|
<h3>Cloud First</h3>
|
|
<p>Replace the missing hosted services before attempting deeper on-device modernization.</p>
|
|
</article>
|
|
<article class="card">
|
|
<h3>Real Hardware</h3>
|
|
<p>Use repeatable device bootstrap steps instead of pretending recovery is already one-click.</p>
|
|
</article>
|
|
<article class="card">
|
|
<h3>Open Path</h3>
|
|
<p>Keep the protocol work, docs, and codebase visible so the community can iterate with us.</p>
|
|
</article>
|
|
</section>
|
|
</main>
|
|
</body>
|
|
</html>
|