Commit Graph

8 Commits

Author SHA1 Message Date
Grant a8a0e39fe0 Landing pricing: delete sovereign section, dynamic tier cards, FAQ fix
Pricing section overhaul:
- Delete the "Sovereign by default / Everything stays on your
  hardware" section (left + right panels weren't really telling
  one story, and the lede repeats what the hero already says).
- Tier intro: drop the dense self-license framing; keep just
  "Every Keysat instance ships at a highly functional Creator
  tier; pay only when you outgrow it."
- Drop the "No fake feature gates" trailing blurb.
- FAQ tier-difference answer: reflect Patron as a perpetual
  license + direct 1:1 support (not just "Pro with a badge").

Tier cards now render LIVE from the master Keysat:
- On page load, fetches /v1/products/keysat (for the entitlements
  catalog) and /v1/products/keysat/policies (for the tier list),
  then re-renders #tier-grid-live with the operator-configured
  data — prices, marketing bullets, hidden-entitlement filter,
  and any active featured (launch-special) discount applied.
- Matches the buy page's visual treatment: diagonal LAUNCH SPECIAL
  ribbon, struck-through original price, discounted headline
  price, "Limited: N of M remaining" meta line. Single source of
  truth between landing and /buy.
- Static markup stays as a graceful fallback when the fetch fails
  (offline, daemon down, CORS hiccup). The script only mutates
  the DOM on a successful response from both endpoints.
2026-05-11 17:54:06 -05:00
Grant d36de2c501 Agent CTA points at docs.keysat.xyz/agent.html
The agent integration guide is now a first-class page on the docs
site rather than a raw markdown link on GitHub. Cleaner UX (docs
chrome + sidebar nav + on-this-page toc), no more punting visitors
out to GitHub's markdown renderer.
2026-05-11 17:48:59 -05:00
Grant a9f8162473 Value-grid reorder + testimonial timeframe + sideload back to GH releases
- Value-grid: top row now starts with the key-ownership pitch
  (signing key → offline verification → sell however you want).
  Renamed and rewrote the prior "Bitcoin payments, your store" box
  to "Payment channels you control" and moved it to the bottom-left.
- SeasonsOfLearning testimonial: tightened the timeframe from
  "October → January" to "over a weekend → two weeks later" so the
  speed-to-launch story lands harder.
- Sideload link points at github.com/keysat-xyz/keysat/releases/latest
  now that the repo is public. files.keysat.xyz stays as the
  canonical s9pk host for the StartOS registry's package-add URL.
2026-05-11 17:36:10 -05:00
Grant 0092c8961d 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.
2026-05-11 17:31:22 -05:00
Grant 6680f448c9 Landing rewrite: new hero, tier comparison, Go SDK, agent platform refresh
- Hero: simpler headline ('Self-hosted licensing for software creators'),
  one consolidated paragraph, no underline. 'Runs on Start9' now links to
  start9.com.
- New /#tiers section: side-by-side Creator / Pro / Patron cards with
  what's included at each tier. Pro highlighted with gold inset. Honest
  framing: Patron is feature-identical to Pro, no fake gates.
- 'Pricing' anchor added to top nav.
- SDK card on the Why page lists Go alongside TS / Rust / Python.
- For developers + AI agents: Go added as a fourth code tab with the
  ParseAndVerify example. Install command map extended.
- Case studies: section headline now reads 'Empowering the next
  generation of software creators' with new eyebrow 'Real creators
  can now build real software'. Made-up stats removed from all three
  cases. Each quote now closes with a sentence about Keysat letting
  them sell to others like themselves.
- Agent-friendly OpenAPI card mentions Claude (Code or Computer Use),
  OpenAI Custom GPTs, and Perplexity Comet. LangChain dropped.
- FAQ: 'What about subscriptions' replaced with 'What's the difference
  between the three tiers'. New 'Do I have to use Bitcoin?' question
  added to explain BTCPay vs Zaprite.

Case-study photo placeholders are still rendered as placeholders — the
photoreal portraits referenced (assets/case-marisol.jpg,
assets/case-tomas.jpg, assets/case-hana.jpg) were never tracked in any
git history I could find. Drop real photos into assets/ when ready.
2026-05-11 09:16:24 -05:00
Grant 3f6108edfc Add agent-friendly section + simplify support page
- New #agents section between Integrate and Sovereign with three cards:
  OpenAPI 3.1 discovery, scoped API keys with bounded roles, stable
  error codes + HMAC-signed webhooks. Links to KEYSAT_AGENT_GUIDE.md.
- Top-nav gains 'Agents' anchor.
- support.html: dropped the placeholder on-chain section (no address
  finalized yet) and the speculative 'what funds go toward' paragraph.
  Now three clean sections: Patron license, Lightning, OpenSats.
2026-05-11 08:46:10 -05:00
Grant 03d24cb6ac Hero: Bitcoin-native self-hosted licensing service for software creators
Replaces "Bitcoin-paid software licensing, self-hosted on Start9"
with the new positioning. The headline now leads with "Bitcoin-
native" (gold accent) and ends with the audience ("software
creators"), which matches how Grant has been describing the
project in conversation. Title tag + meta description updated to
match for SEO + social-share consistency.
2026-05-08 21:03:20 -05:00
Grant 0e7c413825 Initial commit — keysat.xyz landing site
Static HTML + SVG/PNG assets for the public marketing site at
keysat.xyz. Deployed via FileBrowser to the operator's StartOS at
websites/keysat-xyz-landing/.

Files:
- index.html — main landing
- support.html — Lightning donation + on-chain BTC for sponsors
- assets/ — SVG marks, PNG icon/thumbnail, favicon

Stack: hand-written HTML + CSS, no build step, no JS framework.
Matches the keysat-design-system tokens (cream paper, navy ink,
gold accents, Archivo display + Inter body + JetBrains Mono).

Private repo during alpha; will go public alongside v1.0 launch.
2026-05-08 13:36:54 -05:00