feat(support): Buy me a coffee via Polar embedded checkout - #389
Merged
Conversation
Promote to production: full-screen reading for viewer tools
Promote to production: Video Recorder tool
Promote to production: de-flake fruit-merge E2E
Promote to production: per-tool PWA install
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.
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.
Optional support feature integrating Polar (polar.sh).
What
/supportpage with short thank-you copy.@polar-sh/checkoutembed is bundled first-party and lazy-loaded on click (~4KB chunk) — no third-party<script>tag, and no other page pays for it. Falls back to opening the hosted checkout in a new tab if the overlay can't load.config.ts(POLAR_CHECKOUT_URL— a public payment URL, not a secret); entry points hide when it's unset.Notes
Tests
e2e/support.spec.ts: /support renders + the button is visible; the header links to /support./support/and/id/support/).