From 6c4c385ac4127e833a3e54bdd59811a74d307444 Mon Sep 17 00:00:00 2001 From: Jared Patterson Date: Tue, 31 Mar 2026 11:28:23 +1300 Subject: [PATCH 1/3] Add Jared Patterson to humans.txt (#44367) ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Update - Adding myself to the Supabase team ## What is the current behavior? ## What is the new behavior? ## Additional context --- apps/docs/public/humans.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/public/humans.txt b/apps/docs/public/humans.txt index c178d075a507d..afba06c401a9c 100644 --- a/apps/docs/public/humans.txt +++ b/apps/docs/public/humans.txt @@ -106,6 +106,7 @@ Illia Basalaiev Inian P Ivan Vasilov Jamie Boyd +Jared Patterson Jason Farber Jean-Paul Argudo Jeezy From e820068634a84c1771a5b1fa40fffa50eb25891f Mon Sep 17 00:00:00 2001 From: Prashant Sridharan <914007+CoolAssPuppy@users.noreply.github.com> Date: Tue, 31 Mar 2026 01:08:38 +0100 Subject: [PATCH 2/3] Added a meeting scheduler form (#44368) --- .../meeting-scheduler.tsx | 57 +++++++++++++++++++ apps/www/_go/index.tsx | 2 + 2 files changed, 59 insertions(+) create mode 100644 apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx diff --git a/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx b/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx new file mode 100644 index 0000000000000..14175c847d46b --- /dev/null +++ b/apps/www/_go/events/stripe-sessions-2026/meeting-scheduler.tsx @@ -0,0 +1,57 @@ +import type { GoPageInput } from 'marketing' + +const page: GoPageInput = { + template: 'lead-gen', + slug: 'stripe/schedule', + metadata: { + title: 'Schedule a Meeting at Stripe Sessions 2026 | Supabase', + description: + 'Book time with the Supabase team at Stripe Sessions 2026. Learn how Supabase and Stripe work together to help you build faster.', + }, + hero: { + title: 'Meet the Supabase team at Stripe Sessions', + subtitle: 'The open-source Postgres development platform', + description: + 'Supabase gives you a Postgres database, Auth, Storage, Edge Functions, and Realtime out of the box. Book a slot below to talk with our engineers about your project, ask questions, or see a live demo.', + ctas: [ + { + label: 'Book a time', + href: '#schedule', + variant: 'primary', + }, + ], + }, + sections: [ + { + type: 'hubspot-meeting', + id: 'schedule', + title: 'Schedule a meeting', + description: 'Pick a time that works for you to chat with our team.', + meetingSlug: 'chris-caruso/event-meeting-stripe-sessions', + }, + { + type: 'single-column', + title: 'Build with Supabase, monetize with Stripe', + description: + 'Supabase gives you everything you need to go from idea to production in a weekend -- a full Postgres database, authentication, file storage, edge functions, and realtime sync. When you are ready to charge for what you have built, Stripe handles payments, subscriptions, and billing. Together they let you focus on your product instead of your infrastructure.', + children: ( +
+ + Start building with Supabase + + + Read the documentation + +
+ ), + }, + ], +} + +export default page diff --git a/apps/www/_go/index.tsx b/apps/www/_go/index.tsx index d8893e4338e74..437ed1d59e085 100644 --- a/apps/www/_go/index.tsx +++ b/apps/www/_go/index.tsx @@ -13,6 +13,7 @@ import startupGrindContest from './events/startup-grind-2026/contest' import stripeSessionsContest from './events/stripe-sessions-2026/contest' import stripeExecDinner from './events/stripe-sessions-2026/exec-dinner' import stripeExecDinnerThankYou from './events/stripe-sessions-2026/exec-dinner-thank-you' +import stripeMeetingScheduler from './events/stripe-sessions-2026/meeting-scheduler' import sxswContest from './events/sxsw-2026/contest' import exampleLeadGen from './lead-gen/example-lead-gen' import amoe from './legal/amoe' @@ -37,6 +38,7 @@ const pages: GoPageInput[] = [ boltWebinarThankYou, // remove after March 31, 2026 stripeExecDinner, // remove after May 31, 2026 stripeExecDinnerThankYou, // remove after May 31, 2026 + stripeMeetingScheduler, // remove after May 31, 2026 stripeSessionsContest, // remove after May 31, 2026 sxswContest, // remove after April 30, 2026 accentureContest, // remove after May 31, 2026 From c571bfe44cfc52932449785b5f435cd1b3102d0c Mon Sep 17 00:00:00 2001 From: Samir Ketema Date: Mon, 30 Mar 2026 20:56:58 -0700 Subject: [PATCH 3/3] chore(docs): add Samir Ketema to humans.txt (#44374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## I have read the [CONTRIBUTING.md](https://github.com/supabase/supabase/blob/master/CONTRIBUTING.md) file. YES ## What kind of change does this PR introduce? Adding myself to humans.txt as I joined the team 🎉 ## What is the current behavior? ## What is the new behavior? ## Additional context --- apps/docs/public/humans.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/docs/public/humans.txt b/apps/docs/public/humans.txt index afba06c401a9c..b0fd24f5f066a 100644 --- a/apps/docs/public/humans.txt +++ b/apps/docs/public/humans.txt @@ -204,6 +204,7 @@ Ruan Maia Sam Meech-Ward Sam Rome Sam Rose +Samir Ketema Sana Cordeaux Sara Read Sean Oliver