Changeset 0c8768a in Klonkt for src/services/PatreonService.js


Ignore:
Timestamp:
06/25/2026 07:11:19 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
b15415b
Parents:
44da3ee
Message:

premium price: display €14 -> $16 (USD campaign charges $16; gate floor stays $14/1400)

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/PatreonService.js

    r44da3ee r0c8768a  
    44// extras (newsletter, download-for-email, release planning + fan-only posts,
    55// EPK/press kit, pro statistics, link-in-bio, embeddable player, show agenda)
    6 // is gated behind a €14 lifetime Patreon supporter status. The central license
     6// is gated behind a $16 lifetime Patreon supporter status. The central license
    77// server (license.klonkt.com)
    88// checks Patreon and signs an Ed25519 JWT "entitlement token". THIS instance
     
    1010// self-host cannot forge a valid token (only the license server can sign).
    1111// That is the real lock; feature flags themselves can be patched on self-host
    12 // (deliberately accepted: €14 < effort to crack).
     12// (deliberately accepted: $16 < effort to crack).
    1313//
    1414// Premium is OFF by default (KLONKT_PREMIUM_ENABLED != 'on'): no premium UI
Note: See TracChangeset for help on using the changeset viewer.