From 0092c8961d5b862134af33f9862cae6b5d87b6f4 Mon Sep 17 00:00:00 2001 From: Grant Date: Mon, 11 May 2026 17:31:22 -0500 Subject: [PATCH] Copy polish + sideload link fix - Hero lede rewritten to lead with what Keysat is (a self-hosted licensing server) and what buyers do, dropping the empowers/monetize SaaS-speak. - Sovereignty subhead consolidates the BTCPay + key-holding lines into one sentence focused on ownership. - Card 01 (install) drops the BTCPay-bundled aside. - Card 05 (share URL) rewritten to not over-emphasize Bitcoin ("pay for your software" + "verified offline"). - Sideload link now points at files.keysat.xyz directly. The prior github.com/keysat-xyz/keysat/releases URL was 404 (no releases on the private repo). Once the repo flips to public + has releases, this can revert to the GitHub URL. --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index a010c8a..cabc836 100644 --- a/index.html +++ b/index.html @@ -570,7 +570,7 @@ footer.site .bottom a { color:rgba(245,241,232,0.6); }
Software licensing for independent creators

Self-hosted licensing for software creators.

- Keysat empowers software creators to monetize their work. Keysat is fully self-hosted and is Bitcoin-native. Your software verifies signed keys offline. You own the signing key, the customer list, and the payment rails — no SaaS, no middleman, no platform risk. + Keysat is a self-hosted licensing server. Buyers pay you for the software you create, and their license can be verified offline. Your licensing key, customer list, and payment rails all live on your hardware — no SaaS, no middleman, no platform risk.

Install Keysat @@ -616,7 +616,7 @@ footer.site .bottom a { color:rgba(245,241,232,0.6); }
What this enables

A complete sell-your-software stack, sovereign end-to-end.

-

Keysat is the licensing layer. BTCPay handles payments. Your hardware holds the keys. No third party can mint, revoke, or read your sales records.

+

Keysat is the licensing layer. Your hardware holds the keys and controls payment rails. No third party can mint, revoke, or read your sales records.

@@ -764,11 +764,11 @@ footer.site .bottom a { color:rgba(245,241,232,0.6); }

From install to first sale in an afternoon. No cloud account to create, no API keys to copy.

    -
  1. 01

    Install on your Start9

    One click from registry.keysat.xyz in the StartOS marketplace. BTCPay comes bundled as a dependency. (Sideload the .s9pk directly if you prefer.)

  2. +
  3. 01

    Install on your Start9

    One click from registry.keysat.xyz in the StartOS marketplace. (Sideload the .s9pk directly if you prefer.)

  4. 02

    Connect BTCPay

    One click in the StartOS Actions tab. Authorize once on BTCPay's consent page; Keysat registers a webhook automatically.

  5. 03

    Define products + policies

    Declare a product, set its price in sats, define a policy (duration, seat cap, trial, entitlements).

  6. 04

    Embed your public key

    Copy your Keysat public key into your app. Add the SDK. Five lines of code verifies a signature at startup.

  7. -
  8. 05

    Share your purchase URL

    Buyers hit your public URL, pay in Bitcoin, get a signed license. Their copy of your software boots up licensed.

  9. +
  10. 05

    Share your purchase URL

    Buyers hit your public URL, pay for your software, and get a signed license that can be verified offline.

@@ -969,7 +969,7 @@ fmt.Printf("licensed for %s, expires %s\n

Sideload

If you'd rather not add the marketplace:

    -
  1. Download keysat_x86_64.s9pk from GitHub releases.
  2. +
  3. Download keysat_x86_64.s9pk.
  4. StartOS dashboard → Sideload → drag the file in.
  5. Click Install.