Skip to content

Commit b368e7a

Browse files
Add Supabase case study and quotes to customer testimonials section (#16582)
1 parent d7d3f11 commit b368e7a

File tree

3 files changed

+18
-6
lines changed

3 files changed

+18
-6
lines changed

content/_index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ customer_logos:
9393
link: /case-studies/
9494
- name: unity
9595
link: /case-studies/
96+
- name: supabase
97+
link: /case-studies/
9698
- name: ae-networks
9799
link: /case-studies/
98100
- name: deloitte
@@ -152,6 +154,12 @@ customer_quotes:
152154
"Pulumi Neo addresses our biggest challenge of <b>eliminating the infrastructure bottleneck</b> that slows down our entire engineering organization. To get to market faster, we require infrastructure intelligence that understands our environment, respects our guardrails, and keeps humans in the loop so we can <b>move faster, safely</b>."
153155
author: Richard Genthner, Chief Information Security Officer
154156
logo: boost-insurance
157+
supabase:
158+
text: |
159+
"Since it's just another programming language with control structures and external packages, it makes for a good transition from application code to infrastructure as code. <b>Infrastructure contributors grew from 1-2 people to over 40 active engineers</b> across the organization."
160+
author: Paul Cioanca, Platform Engineer
161+
logo: supabase
162+
link: /case-studies/supabase/
155163
clear:
156164
text: |
157165
“We’ve spent a lot of time building our internal developer platform. We moved from a lower-level Terraform and HCL-based interface to Pulumi, letting us use a custom, higher-level, and much simpler-to-use YAML schema we’ve defined. <b>We've made cloud infrastructure really easy to use for our developers.</b>”

content/case-studies/_index.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,12 @@ aliases:
1010
- /case-studies/lykke/
1111

1212
featured_customer:
13-
name: unity
14-
headline_stat: 80%
13+
name: supabase
14+
headline_stat: 1 week
1515
headline: |
16-
Reduction in deployment times, from weeks to
17-
hours, significantly improving Unity's time to market.
16+
Infrastructure readiness for new region deployment, enabling rapid global expansion.
1817
quote: |
19-
"Terraform relies on HCL and lacks support for concepts like classes, objects and inheritance.
20-
An equivalent deployment would take more lines of code while yielding IaC that is less reusable."
18+
"The infrastructure team acts as groundkeepers of our Pulumi practices, not gatekeepers, but promoters for the entire org."
2119
2220
customer_logos:
2321
logos:
@@ -27,6 +25,7 @@ customer_logos:
2725
- name: moderna
2826
- name: docker
2927
- name: unity
28+
- name: supabase
3029
- name: ae-networks
3130
- name: deloitte
3231
- name: stokespace

layouts/index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ <h3>{{ .Params.code_faster.title | markdownify }}</h3>
136136
</div>
137137
</section>
138138

139+
<!-- Supabase quote - IaC validation -->
140+
<section class="w-full md:w-2/3 lg:w-1/2 mx-auto mt-16 px-6">
141+
{{ partial "home/quote.html" (dict "quote" .Params.customer_quotes.supabase) }}
142+
</section>
143+
139144
<!-- Neo (Image Left, Text Right) -->
140145
<section
141146
class="py-12 my-12 px-6 xl:px-0 home-page-section bg-gradient-to-r from-white from-0% via-violet-200 via-50% to-white to-100%">

0 commit comments

Comments
 (0)