Changeset 7cc58bb in Klonkt for src/services/PatreonService.js


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

premium price: $10 -> €14 (~$16) across salespage, i18n (nl/en/de), patreon UX + comments

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/PatreonService.js

    rf0c3f83 r7cc58bb  
    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 $10 lifetime Patreon supporter status. The central license
     6// is gated behind a €14 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: $10 < effort to crack).
     12// (deliberately accepted: €14 < 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.