Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,46 @@ permalink: /
<style>
/* Landing — split hero, 2x2 body grid, principles row. */

.pl-shipped {
margin: 1.75rem 0 -1.25rem;
padding: 0.7rem 1.05rem;
border: 1px solid var(--border);
border-radius: 999px;
background: rgba(255, 255, 255, 0.7);
display: inline-flex;
align-items: center;
gap: 0.75rem;
font-size: 0.83rem;
line-height: 1.4;
color: var(--fg-muted);
flex-wrap: wrap;
}
.pl-shipped-tag {
font-family: var(--mono);
font-size: 0.7rem;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--accent);
background: var(--accent-soft);
border: 1px solid rgba(74, 124, 89, 0.18);
border-radius: 999px;
padding: 0.15rem 0.55rem;
flex: none;
}
.pl-shipped-versions {
font-family: var(--mono);
font-size: 0.78rem;
color: var(--fg-dim);
}
@media (max-width: 640px) {
.pl-shipped {
font-size: 0.78rem;
gap: 0.55rem;
padding: 0.55rem 0.85rem;
}
.pl-shipped-versions { display: none; }
}

.pl-hero {
padding: 5rem 0 4rem;
border-bottom: 1px solid var(--border);
Expand Down Expand Up @@ -402,6 +442,10 @@ permalink: /
</style>

<main>
<div class="pl-shipped fade-up fade-up-1">
<span class="pl-shipped-tag">Shipped May 5</span>
<span>Modular admin across the ecosystem &middot; <span class="pl-shipped-versions">hub 0.5 &middot; vault 0.4 &middot; agent 0.1</span></span>
</div>
<section class="pl-hero fade-up fade-up-2">
<div class="pl-left">
<h1>Your AI has memory.</h1>
Expand Down
23 changes: 21 additions & 2 deletions pitch.njk
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,22 @@ og_description: "Parachute is self-hosted personal-AI infrastructure. Voice-firs
color: var(--fg);
margin: 0 0 0.35rem;
}
.pi-shipped-stamp {
margin-top: 1rem;
padding: 0.75rem 1rem;
border: 1px solid var(--border);
border-radius: 8px;
background: rgba(255, 255, 255, 0.55);
font-family: var(--mono);
font-size: 0.74rem;
line-height: 1.6;
color: var(--fg-dim);
letter-spacing: 0.01em;
}
.pi-shipped-stamp strong {
color: var(--accent);
font-weight: 500;
}
.pi-mod p {
font-size: 0.88rem;
color: var(--fg-muted);
Expand Down Expand Up @@ -928,9 +944,12 @@ og_description: "Parachute is self-hosted personal-AI infrastructure. Voice-firs
<p><code>info</code>, <code>config</code>, <code>services.json</code>, <code>well-known</code>. The contract third-party modules plug into.</p>
</div>
</div>
<p class="pi-shipped-stamp">
<strong>Latest &middot; May 5, 2026</strong> &mdash; hub 0.5.0 &middot; vault 0.4.0 &middot; scribe 0.4.0 &middot; notes 0.3.11 &middot; agent 0.1.0 &middot; scope-guard 0.1.0. All on <code>npm @latest</code>.
</p>
<aside class="pi-notes">
<p>The hub coordinates lifecycle, OAuth, and the service catalog. We launched the first version on <strong>April 23, 2026</strong>; everything above is live and self-installable today.</p>
<p>Parachute Agent is the one exploration on this slide &mdash; an opinionated all-in-one Parachute distribution, fork of NanoClaw with vault integration. The committed core is the four modules + the hub.</p>
<p>We launched on <strong>April 23, 2026</strong>. Twelve days later, on <strong>May 5</strong>, we shipped a coordinated release across the whole ecosystem &mdash; modular per-module admin SPAs, vault-scoped tokens with a cross-vault auth boundary, and a shared JWT-validation kernel (<code>scope-guard</code>) that vault, scribe, and agent all use. Every package now stable on <code>npm @latest</code>. The arc from launch to ecosystem coherence took less than two weeks.</p>
<p>Parachute Agent is the one exploration on this slide &mdash; an opinionated all-in-one Parachute distribution, fork of NanoClaw with vault integration. Renamed today from "paraclaw" for naming cohesion with the rest of the family. The committed core is the four modules + the hub.</p>
</aside>
</section>

Expand Down