From b0369fcd9a1848bca8329854275af4e6d0c40ba2 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Thu, 17 Sep 2026 22:17:20 +0400 Subject: [PATCH 1/6] chore: bump pnpm to 12.4.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e55608d..92e6c9e 100644 --- a/package.json +++ b/package.json @@ -42,5 +42,5 @@ "engines": { "node": ">=22" }, - "packageManager": "pnpm@12.4.1" + "packageManager": "pnpm@12.4.2" } From 9231357c937adc2ee931049611709ae3a8b4747f Mon Sep 17 00:00:00 2001 From: Max Katz Date: Thu, 17 Sep 2026 22:57:03 +0400 Subject: [PATCH 2/6] fix(web): align landing page section separators --- apps/web/src/components/sections/feedback-section.tsx | 2 +- apps/web/src/components/sections/sponsors-section.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/sections/feedback-section.tsx b/apps/web/src/components/sections/feedback-section.tsx index 6c14ae5..f73d3a1 100644 --- a/apps/web/src/components/sections/feedback-section.tsx +++ b/apps/web/src/components/sections/feedback-section.tsx @@ -70,7 +70,7 @@ export function FeedbackSection() {
-
+
diff --git a/apps/web/src/components/sections/sponsors-section.tsx b/apps/web/src/components/sections/sponsors-section.tsx index ebeb987..9d7b084 100644 --- a/apps/web/src/components/sections/sponsors-section.tsx +++ b/apps/web/src/components/sections/sponsors-section.tsx @@ -81,10 +81,13 @@ export function SponsorsSection() { Sponsors
+
+
+
-
+
{companySponsors.map((sponsor) => ( ))} From ca7d1e452d5ffb30f10c73f1e58ec63c8ad34b88 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Thu, 17 Sep 2026 23:05:10 +0400 Subject: [PATCH 3/6] fix(web): cover feedback fade edge --- apps/web/src/components/sections/feedback-section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/sections/feedback-section.tsx b/apps/web/src/components/sections/feedback-section.tsx index f73d3a1..602d5fd 100644 --- a/apps/web/src/components/sections/feedback-section.tsx +++ b/apps/web/src/components/sections/feedback-section.tsx @@ -87,7 +87,7 @@ export function FeedbackSection() {
))}
-
+
); From d54843d3fc82325a3051e8def69779aaab8b9453 Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 18 Sep 2026 15:50:25 +0400 Subject: [PATCH 4/6] docs: add sponsors section to README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 6dd10c2..a411fda 100644 --- a/README.md +++ b/README.md @@ -90,3 +90,18 @@ You can help continue its development by: If you discover a security vulnerability within PayKit, please send an email to [security@paykit.sh](mailto:security@paykit.sh). All reports will be promptly addressed, and you'll be credited accordingly. + +## Sponsors + +PayKit is supported by companies and individuals who help keep the project maintained. Want to support PayKit? [Become a sponsor →](https://github.com/sponsors/maxktz) + + +

+ + + + + PayKit sponsors + + +

From 8b158de8cd89e23341486b968c441f86f3388fbf Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 18 Sep 2026 17:00:30 +0400 Subject: [PATCH 5/6] fix(web): tune responsive hero layout --- apps/web/src/components/sections/hero-section.tsx | 2 +- apps/web/src/components/web/hero-title.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/sections/hero-section.tsx b/apps/web/src/components/sections/hero-section.tsx index 5548aa0..6a0751a 100644 --- a/apps/web/src/components/sections/hero-section.tsx +++ b/apps/web/src/components/sections/hero-section.tsx @@ -18,7 +18,7 @@ export function HeroSection() { return (
-
+
diff --git a/apps/web/src/components/web/hero-title.tsx b/apps/web/src/components/web/hero-title.tsx index 942853d..b997cb5 100644 --- a/apps/web/src/components/web/hero-title.tsx +++ b/apps/web/src/components/web/hero-title.tsx @@ -20,7 +20,7 @@ export function HeroTitle() { return (
-

+

Build Stripe billing{" "}
without the glue code From 5bc483be2860235fcd0453bd7796e64bad188cea Mon Sep 17 00:00:00 2001 From: Max Katz Date: Fri, 18 Sep 2026 17:07:47 +0400 Subject: [PATCH 6/6] codex: address PR review feedback (#211) --- README.md | 2 +- apps/web/src/components/sections/sponsors-section.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a411fda..d844893 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ PayKit is supported by companies and individuals who help keep the project maint - PayKit sponsors + PayKit sponsors

diff --git a/apps/web/src/components/sections/sponsors-section.tsx b/apps/web/src/components/sections/sponsors-section.tsx index 9d7b084..614ade8 100644 --- a/apps/web/src/components/sections/sponsors-section.tsx +++ b/apps/web/src/components/sections/sponsors-section.tsx @@ -87,7 +87,7 @@ export function SponsorsSection() {
-
+
{companySponsors.map((sponsor) => ( ))}