Promote to production: Buy me a coffee (Polar) - #390
Merged
Merged
Conversation
Add an optional support feature: a coffee icon in the header nav and a localized /support page with a 'Buy me a coffee' button that opens Polar's embedded checkout overlay. The @polar-sh/checkout embed is bundled first-party and lazy-loaded on click (~4KB), so no third-party <script> and no other page pays for it; falls back to opening the hosted checkout in a new tab. Checkout link lives in config (POLAR_CHECKOUT_URL, a public payment URL); the entry points hide when it is unset. EN + ID copy.
feat(support): Buy me a coffee via Polar embedded checkout
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Promotes PR #389: optional support feature — header coffee icon + localized /support page + Polar embedded checkout overlay (lazy-loaded, first-party). CI green on develop.