From e24f6c1aab1fa35466141ab384b131aecd7f9a57 Mon Sep 17 00:00:00 2001 From: Grant Date: Wed, 17 Jun 2026 12:56:49 -0500 Subject: [PATCH] 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. --- index.html | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/index.html b/index.html index 86d0d43..60456ac 100644 --- a/index.html +++ b/index.html @@ -916,7 +916,7 @@ fmt.Printf("licensed for %s, expires %s\n
Example prompt
-

Hand the whole integration to an agent. Point it at the docs and describe what to gate:

+

Install Keysat in one click on your Start9, or have your agent clone the repo and launch it. Then hand off the rest:

“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.”
@@ -988,31 +988,31 @@ fmt.Printf("licensed for %s, expires %s\n
Install -

From the marketplace, or sideload directly.

-

Either path leaves you in the same place: a running Keysat on your Start9, ready to connect BTCPay.

+

One click on Start9, or run it from source.

+

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.

- Alternative -

Sideload

-

If you'd rather not add the marketplace:

+ From source +

Run it yourself

+

Prefer your own host, or want an agent to provision it? Clone and run the daemon on any Linux box or VPS:

    -
  1. Download keysat_x86_64.s9pk from GitHub releases.
  2. -
  3. StartOS dashboard → Sideload → drag the file in.
  4. -
  5. Click Install.
  6. +
  7. git clone github.com/keysat-xyz/keysat.
  8. +
  9. Set .env (admin key + your BTCPay), then cargo run --release.
+

Runs free at the Creator tier (5 products, 5 policies each). Buy a license to lift the caps and add recurring billing.