Commit Graph
56 Commits
Author SHA1 Message Date
shaziyaandGitHub 8252b69b6a feat(www): convert TRAE webinar page to on-demand (#48225)
## 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?

Feature — converts the TRAE webinar event page to its on-demand version
and adds a small template enhancement to support a custom type label.

## What is the current behavior?

The [TRAE webinar
page](https://supabase.com/events/supabase-trae-high-quality-apps) is
set up as a live, upcoming event: `onDemand: false`, a registration CTA
linking out to GoToWebinar, and copy written in the future tense ("What
we'll cover").

The shared event page template (`pages/events/[slug].tsx`) always
renders the raw `type` frontmatter value (e.g. "WEBINAR") as the label
at the top of the page, with no way to override it.

## What is the new behavior?

- Flips `onDemand` to `true` and swaps the `main_cta` from the
GoToWebinar registration link to a `#recording` anchor labeled "Watch
the recording", matching the pattern used for the Bolt and Perplexity
webinars once they went on-demand.
- Adds a `video-container` iframe placeholder (`id="recording"`) below
the intro copy. The `src` is intentionally left empty with a `TODO`
comment — neither the Bolt nor Perplexity on-demand pages expose the
recording URL in frontmatter, it's a hardcoded YouTube embed URL in the
MDX body, so this needs the real embed URL dropped in before merging.
- Replaces the "What we'll cover" section with updated "Key Takeaways"
copy and a closing line ("We hope you enjoy the recording!").
- Adds an optional `type_label` frontmatter field to the event page
template. When set, it renders in place of the raw `type` value at the
top of the page; when unset, behavior is unchanged for every other event
page. Used here to show "Supabase Live" instead of "WEBINAR".

## Additional context

Verified locally in preview:
- TRAE event page renders correctly with the new CTA, video placeholder,
updated copy, and "SUPABASE LIVE" label.
- Other event pages (e.g. `enterprise-innovation-with-bolt`) are
unaffected and still show their original type label, confirming the
`type_label` change is backward compatible.

Still needed before merging: the actual recording embed URL in the
iframe `src`.
2026-07-23 11:13:14 -07:00
shaziyaandGitHub d582d3cd8f feat(www): add TRAE webinar event landing page (#47415)
## 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?

- Adds event landing page for the Supabase x TRAE webinar (July 22, 2026
at 7pm PT)
- Adds Gary Qi (TRAE) to authors.json
- Adds TRAE logos and Gary Qi avatar

## Test plan

- [ ] Preview the page at `/events/supabase-trae-high-quality-apps`
- [ ] Confirm speaker cards render correctly
- [ ] Confirm TRAE logo appears in the event header

🤖 Generated with [Claude Code](https://claude.com/claude-code)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* Added a new MDX event page for an upcoming webinar about building
high-quality Supabase apps with TRAE.
* Included event details such as schedule, duration, timezone, speaker
information, and a registration/CTA link.
* Added supporting content covering what attendees will learn, plus live
Q&A and recording availability.
* Updated the authors list by adding Gary Qi to support refreshed
speaker/content attribution.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-29 12:46:40 -07:00
Prashant SridharanandGitHub 8e5ac61e3a Cleaned up the Perplexity webinar landing page (#47413) 2026-06-29 18:04:05 +01:00
shaziyaandGitHub 9b3d57f05c Add recording to Perplexity webinar page (#47407)
## 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?

Add recording / change CTA

## What is the current behavior?

It links to the GoToWebinar page.

## What is the new behavior?

It will now link to the on-demand recording :)

## Additional context

Add any other context or screenshots.


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Updated the event page to feature a watchable recording instead of a
registration link.
* Added an embedded video section and a new “Key takeaways” area for
easier recap.


<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-29 09:20:07 -07:00
Prashant SridharanandGitHub 1036b0e20f Added a new webinar landing page (#46670)
## 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?

New landing page for an upcoming webinar with Perplexity.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* New webinar event now available: "Workflows That Scale: Supabase +
Perplexity Computer for Small Businesses" with event details, agenda,
speaker information, and registration link.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-06-05 10:23:00 +01:00
Prashant SridharanandGitHub a96396d1e9 Added the datadog webinar recording (#46211)
## 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?

Adds the YouTube recording of the datadog webinar to the landing page

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* A webinar previously scheduled as a live event is now available as an
on-demand recording
* Embedded video player has been added for immediate viewing of the
recorded session
* Event page content and key takeaways have been updated to reflect the
recording format
* Call-to-action button now directs users to access the recording
directly instead of registering

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46211?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-21 10:26:22 +01:00
Prashant SridharanandGitHub 3356525028 Fix event linking behavior (#46083)
## 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?

1. Removed the upcoming Figma webinar and postponed it until later
2. Fixed the event linking behavior for MDX events on the page. MDX
events should link to the MDX page, not the CTA.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Updates**
* Event links now intelligently route based on event configuration:
external event URLs open in new tabs when available, while default
events navigate to internal event detail pages within the application
* This provides event organizers with flexible options for directing
attendees to external event platforms or internal event information
pages
  * Event entries updated to support new link routing functionality

<!-- review_stack_entry_start -->

[![Review Change
Stack](https://storage.googleapis.com/coderabbit_public_assets/review-stack-in-coderabbit-ui.svg)](https://app.coderabbit.ai/change-stack/supabase/supabase/pull/46083?utm_source=github_walkthrough&utm_medium=github&utm_campaign=change_stack)

<!-- review_stack_entry_end -->

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-05-18 21:45:07 +01:00
Prashant SridharanandGitHub 17a622e29d Added three new webinars (#45141)
## 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?

Added three new webinar pages:

- Upcoming webinar with Datadog
- Upcoming webinar with Figma
- Upcoming webinar with Sentry (made it a proper webinar page so that we
can embed the video later and keep it in the past webinars library)

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **New Features**
* Added three upcoming webinar events for 2026 featuring Sentry,
Datadog, and Figma Make integrations
  * Added three new speaker profiles to the event roster

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-22 22:37:12 +01:00
Prashant SridharanandGitHub 386c7b72ff Changed labels and CTAs on solutions page (#44816)
## 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?

- Removed a webinar from the on demand page
- Made some changes to the Startups solution page at the request of the
startups team

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Chores**
  * Adjusted event availability settings
* Updated page messaging and call-to-action text on the startups
solution page

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-04-14 13:19:56 +01:00
Prashant SridharanandGitHub ba5eedcefa Added Navigating Regional Network Blocks blog post (#44203) 2026-03-26 05:52:19 +00:00
Prashant SridharanandGitHub 1e12f93fde Updated webinar pages with YouTube recording links (#44003)
## 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?

Updated webinar landing pages with recording of the event on YouTube
2026-03-19 22:35:09 +00:00
Prashant SridharanandGitHub 5528817602 Figma webinar pages (#43779) 2026-03-16 16:15:01 +00:00
Alan DanielandGitHub 9c650cca60 add partners section to webinar page (#43761)
Add speakers section to webinar page.

| Before | After |
|--------|--------|
| <img width="685" height="406" alt="Screenshot 2026-03-13 at 15 50 27"
src="https://github.com/user-attachments/assets/7997c452-0d6a-422b-b97b-dffabf236a75"
/> | <img width="711" height="515" alt="Screenshot 2026-03-13 at 15 50
07"
src="https://github.com/user-attachments/assets/21356245-0831-43f2-b780-44bcf7e73360"
/> |
2026-03-13 20:46:22 +00:00
8fe62a5715 Updated ETL blog post and added speakers to webinar (#43602)
## 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?

- Modified the old Supabase ETL blog post
- Added two new speakers to an upcoming webinar

---------

Co-authored-by: Alan Daniel <[email protected]>
2026-03-10 17:58:14 +00:00
ce980f1724 Modified past webinars and landing page to include YouTube embeds (#43191)
## 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?

I modified previous webinars to include the following:
- A YouTube embed of the recording
- New "Watch the Recording" CTA buttons
- New slug for the go page `/vibe-coding-done-right-webinar`

---------

Co-authored-by: Alan Daniel <[email protected]>
Co-authored-by: Claude Sonnet 4.6 <[email protected]>
2026-02-25 20:17:00 +00:00
b1f93226bb Added video embeds of previous webinars (#43134)
## 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?

We are now saving our old webinar videos as unlisted YouTube videos.

I added the video embeds to previous webinars.

---------

Co-authored-by: Alan Daniel <[email protected]>
2026-02-24 21:52:32 +00:00
Prashant SridharanandGitHub 52e2bf6325 Added a new agency webinar (#43000)
## 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?

Added a new webinar event
Speakers are both already in the system
2026-02-18 19:58:20 +00:00
Prashant SridharanandGitHub 7f13c269ac Added Eric Simons to webinar promo (#42608)
## 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?

Quick change to the webinar metadata to highlight that the Bolt CEO will
be co-hosting with us.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

* **Documentation**
* Updated event marketing materials for the 2026 Enterprise Innovation
webinar with enhanced branding and messaging featuring Bolt.new.

* **Style**
  * Code formatting improvements.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-02-09 11:16:31 +00:00
Prashant SridharanandGitHub 1be4ef5d27 Added Eric Simons to webinar hosts (#42559) 2026-02-06 14:13:33 +00:00
Prashant SridharanandGitHub 184b288d18 Add new blog posts and a new webinar (#42260) 2026-01-29 05:14:38 +00:00
Danny WhiteandGitHub ba107edbda chore(www): clarify image paths (#41451)
## What kind of change does this PR introduce?

Frontmatter name change.

## What is the current behavior?

We repeatedly mistake `thumb` for `image` and visa versa, meaning the
wrong images are used for Open Graph and in-site thumbnails on blog
posts. Events and case studies use the same naming convention too.

## What is the new behavior?

These two bits of frontmatter are renamed for clarity:

  - Blog posts: `imgThumb` + `imgSocial`

That mapping for blog posts:

- `thumb` is now `imgThumb`
- `image` is now `imgSocial`

These related bits remain as-is:

  - Events
  - Case studies

The
[www/README.md](https://github.com/supabase/supabase/blob/dnywh/chore/blog-image-frontmatter/apps/www/README.md#best-practices)
file has been expanded to clarify all of the above. It now also provides
instructions on image optimisation.

## To test

A lot of files were touched here. Please help make sure:

- [ ] The CMS works as intended. This is the **biggest unknown**.
- [x] All blog posts render the correct image as their on-site thumbnail
and Open Graph image. You can test the latter by firing up a draft
iMessage. Online Open Graph services like Facebook cache images, so
aren’t reliable.
- [x] All events render their correct images
- [x] All case studies render their correct images
- [x] All customer stories render their correct images ([known
issue](https://supabase.slack.com/archives/C072FL5KKKP/p1768888063209359?thread_ts=1768885681.502169&cid=C072FL5KKKP),
predates this work)
2026-01-29 11:29:26 +11:00
Alan DanielandGitHub 8e3ce674fa chore: add more meetups (#41170) 2025-12-08 17:45:46 -04:00
Alan DanielandGitHub 6715e41df4 chore: add more meetups events (#40838)
add more events
2025-11-26 11:31:56 -04:00
Alan DanielandGitHub 7747ef0b29 fix filtering in events page (#40697)
* fix filtering in events page

* make agency on-demand
2025-11-24 15:01:24 -04:00
Alan DanielandGitHub e067920f6f re:invent landing page (#40683)
* re:invent landing page

* change day 1 name

* add event entry

* upd copy

* upd links

* format
2025-11-22 01:10:34 +08:00
Alan DanielandGitHub 22a370f862 chore: add more meetups events (#40590)
* add two more meetups

* new events

* fix

* metadata
2025-11-18 15:24:46 -04:00
Alan DanielandGitHub 4d7b66888d new /events page (#40222)
* draft new page

* nits

* adding description in file events

* event list

* nits in grid size

* filters

* fetch descriptions from luma

* fetching right data

* upd

* responsive

* reponsive skeleton

* more nits
2025-11-18 18:56:11 +00:00
Prashant SridharanandGitHub 5dfe350531 Added speakers to the hackathon (#40363) 2025-11-12 08:52:29 +00:00
Prashant SridharanandGitHub 6ca1f35a6f Copy changes to hackathon landing page (#40243)
* Copy changes to hackathon landing page

* ci: Autofix updates from GitHub workflow
2025-11-07 11:48:03 +00:00
Prashant SridharanandGitHub d2a4175bdb Added Agency Webinar (#40207) 2025-11-06 17:51:22 +00:00
Alan DanielandGitHub 4ae3a6ee4d chore: add two more meetups (#40188) 2025-11-05 14:59:25 -04:00
Alan DanielandGitHub 0a8fd27926 chore: add athens meetup (#40130)
add athens meetup
2025-11-04 10:37:16 -04:00
Francesco SansalvadoreandGitHub 62e4d477fd add www events (#39945) 2025-10-28 13:51:22 -04:00
Francesco SansalvadoreandGitHub d4f29516ba add supabase select event (#38923) 2025-09-22 19:13:14 +02:00
Prashant SridharanandGitHub 21f213c8b6 Switched to Zoom and changed registration link (#38360) 2025-09-01 21:46:33 +01:00
0d885c8b12 Webinar setup (#38311)
* Added Mobbin Firebase webinar landing page

* Added the correct Zoom Webinar link

* pretty

---------

Co-authored-by: Francesco Sansalvadore <[email protected]>
2025-08-29 22:59:39 +01:00
Francesco SansalvadoreandGitHub 62b8a93caa luma events (#37046)
integrate luma api to events page
2025-07-11 17:44:07 +02:00
f07a3947c7 Added Bree case study (#34834)
* Added Bree case study

* Added an Admonition

* ci: Autofix updates from GitHub workflow

* fix closing tag

* rss

* Replaced links with relative links

* prettify

* Fixed Bree customer logos

* Fixed a typo in Bree company description

---------

Co-authored-by: pamelachia <[email protected]>
Co-authored-by: Pamela Chia <[email protected]>
Co-authored-by: Francesco Sansalvadore <[email protected]>
2025-04-09 16:13:53 +01:00
TylerandGitHub 95c9796ebd events: Add bolt.new hoodie as the prize for the hackathon (#31012)
Add bolt.new hoodie as the prize for the hackathon
2024-12-09 10:42:52 +08:00
Francesco SansalvadoreandGitHub 17c8741c60 hackathon end_date (#30976)
* hackathon end_date

* end_date
2024-12-06 16:33:30 +00:00
Wen Bo XieandGitHub c30b7a5e0f feat: update lw13 hackathon prize categories (#30973) 2024-12-06 15:20:06 +00:00
09143219a2 create lw13 hackathon event (#30912)
* Create 2024-12-05-launch-week-13-hackathon.mdx

* Update apps/www/_events/2024-12-05-launch-week-13-hackathon.mdx

Co-authored-by: Wen Bo Xie <[email protected]>

* Update apps/www/_events/2024-12-05-launch-week-13-hackathon.mdx

Co-authored-by: Wen Bo Xie <[email protected]>

* Update apps/www/_events/2024-12-05-launch-week-13-hackathon.mdx

Co-authored-by: Wen Bo Xie <[email protected]>

* Update apps/www/_events/2024-12-05-launch-week-13-hackathon.mdx

Co-authored-by: Wen Bo Xie <[email protected]>

* prettifying post

* prettify

---------

Co-authored-by: Wen Bo Xie <[email protected]>
Co-authored-by: Francesco Sansalvadore <[email protected]>
2024-12-06 11:04:53 -04:00
Craig CannonandGitHub 0984800fae updating start time to 6pm + timezone to pst (#30463) 2024-11-13 21:12:06 -05:00
eca93011b1 Updating copy on YC hackathon -- event is full (#30462)
* Updating copy on YC hackathon -- event is full

* disable event cta

---------

Co-authored-by: Francesco Sansalvadore <[email protected]>
2024-11-13 21:00:01 -05:00
Craig CannonandGitHub 272ca9dd15 Copy updates to YC hackathon event page (#30253) 2024-11-04 16:26:39 -05:00
Francesco SansalvadoreandGitHub 438e1f0b6e remove webinar announcement link (#30059)
* remove webinar announcement link

* watch now
2024-10-24 09:47:37 +08:00
Francesco SansalvadoreandGitHub 7f0a3de733 Feat: event webinar 2 (#29788)
* webnar 2 event

* n2

* webinar content update

* webinar content update

* webinar trim meta_title

* update webinar 2

* fix themed image

* hero banner
2024-10-09 17:18:23 +02:00
Francesco SansalvadoreandGitHub ced39c1a7e override y-combinator og image (#29774)
* override y-combinator og image

* YC
2024-10-09 19:57:49 +09:00
Francesco SansalvadoreandGitHub a3bb129279 Feat: events october (#29748)
* add event files

* add end date

* 2 days of hacking

* hackathon info

* full stop

* add judges

* yc hackathon

* update event content

* fix event image import
2024-10-08 17:20:10 +02:00
Francesco SansalvadoreandGitHub b5eadc1455 change messaging (#29537)
* revert to mil

* update sitemap
2024-09-27 18:27:20 +02:00