landing(install): two real paths (Start9 vs from source); honest tier framing
- Restructure the Install section to the correct axis: Option 1 (recommended) is the packaged service on Start9 (marketplace or sideload the s9pk); Option 2 is running the daemon from source on any Linux box / VPS. Both are self-hosting. - Fix the sideload asset name: keysat.s9pk (was keysat_x86_64.s9pk). - State the free-Creator-tier funnel on the source card; soften the Start9 CTA from "Then activate your license" to "Want more than the Creator tier?" so both paths tell the same free-to-start, buy-to-expand story. - Example-prompt lead-in now acknowledges provisioning (one-click on Start9, or the agent clones + launches), instead of assuming a running instance.
This commit is contained in:
+13
-13
@@ -916,7 +916,7 @@ fmt.<span class="f">Printf</span>(<span class="s">"licensed for %s, expires %s\n
|
||||
</div>
|
||||
<div class="agent-prompt-card install-card">
|
||||
<div class="cap">Example prompt</div>
|
||||
<p>Hand the whole integration to an agent. Point it at the docs and describe what to gate:</p>
|
||||
<p>Install Keysat in one click on your Start9, or have your agent clone the repo and launch it. Then hand off the rest:</p>
|
||||
<div class="agent-prompt">“Review the Keysat docs on GitHub and integrate Keysat licensing into my app. Require a Pro license for my paid features (CSV export, scheduled reports, and the public API), and connect it to my BTCPay Server.”</div>
|
||||
</div>
|
||||
<div style="margin-top:32px; text-align:center">
|
||||
@@ -988,31 +988,31 @@ fmt.<span class="f">Printf</span>(<span class="s">"licensed for %s, expires %s\n
|
||||
<div class="wrap">
|
||||
<div class="section-head">
|
||||
<span class="eyebrow">Install</span>
|
||||
<h2>From the marketplace, or sideload directly.</h2>
|
||||
<p>Either path leaves you in the same place: a running Keysat on your Start9, ready to connect BTCPay.</p>
|
||||
<h2>One click on Start9, or run it from source.</h2>
|
||||
<p>Keysat is yours to self-host either way: run the packaged service on your Start9, or clone the repo and run the daemon on any Linux box you control.</p>
|
||||
</div>
|
||||
<div class="install-grid">
|
||||
<div class="install-card featured">
|
||||
<span class="cap">Recommended</span>
|
||||
<h3>From the marketplace</h3>
|
||||
<p>Add the Keysat marketplace to your Start9, then click Install.</p>
|
||||
<h3>Install on Start9</h3>
|
||||
<p>One click from the StartOS marketplace. StartOS manages the BTCPay dependency, networking, and backups for you.</p>
|
||||
<div class="cmd-card">
|
||||
<span>https://registry.keysat.xyz</span>
|
||||
<button class="copy" data-copy="https://registry.keysat.xyz">Copy</button>
|
||||
</div>
|
||||
<p style="margin-top:16px; font-size:13.5px; color:var(--ink-500)">StartOS dashboard → Marketplace → Add → paste the URL.</p>
|
||||
<p style="margin-top:14px; font-size:13.5px; color:var(--ink-700)"><strong>Then activate your license:</strong></p>
|
||||
<p style="margin-top:16px; font-size:13.5px; color:var(--ink-500)">StartOS dashboard → Marketplace → Add → paste the URL. Or sideload <code>keysat.s9pk</code> from <a href="https://github.com/keysat-xyz/keysat/releases/latest">GitHub releases</a>.</p>
|
||||
<p style="margin-top:14px; font-size:13.5px; color:var(--ink-700)"><strong>Want more than the Creator tier?</strong></p>
|
||||
<a href="https://licensing.keysat.xyz/buy/keysat" class="btn primary" style="display:inline-flex; margin-top:8px; width:100%; justify-content:center;">Buy a license →</a>
|
||||
</div>
|
||||
<div class="install-card">
|
||||
<span class="cap">Alternative</span>
|
||||
<h3>Sideload</h3>
|
||||
<p>If you'd rather not add the marketplace:</p>
|
||||
<span class="cap">From source</span>
|
||||
<h3>Run it yourself</h3>
|
||||
<p>Prefer your own host, or want an agent to provision it? Clone and run the daemon on any Linux box or VPS:</p>
|
||||
<ol>
|
||||
<li>Download <code>keysat_x86_64.s9pk</code> from <a href="https://github.com/keysat-xyz/keysat/releases/latest">GitHub releases</a>.</li>
|
||||
<li>StartOS dashboard → Sideload → drag the file in.</li>
|
||||
<li>Click Install.</li>
|
||||
<li><code>git clone</code> <a href="https://github.com/keysat-xyz/keysat">github.com/keysat-xyz/keysat</a>.</li>
|
||||
<li>Set <code>.env</code> (admin key + your BTCPay), then <code>cargo run --release</code>.</li>
|
||||
</ol>
|
||||
<p style="margin-top:16px; font-size:13.5px; color:var(--ink-500)">Runs free at the Creator tier (5 products, 5 policies each). Buy a license to lift the caps and add recurring billing.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user