You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/ui/work-table.tsx
+68-69
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,13 @@ type Work = {
26
26
}
27
27
28
28
constworks=[
29
+
{
30
+
name: 'Albertsons',
31
+
description:
32
+
'Albertsons is a Fortune 500 company that is a major American grocery retailer, and it operates numerous supermarket brands, including Safeway, Vons, and Jewel-Osco. We have been working with them on an ongoing project, details of which are not yet public.',
33
+
date: '2025',
34
+
category: 'Client'
35
+
},
29
36
{
30
37
name: 'Graphite',
31
38
description:
@@ -77,75 +84,18 @@ const works = [
77
84
{
78
85
name: 'Gumloop',
79
86
description:
80
-
'Gumloop is an AI-native automation platform. We designed and built their landing page and platform frontend.',
87
+
'Gumloop is an AI-native automation platform. The founders of Gumloop, Rahul and Max, came to us with an impossible task — to rebuild their landing page and platform frontend in 10 days. Our understanding of consumers in the AI space made this possible.',
'SyncLinear is an open-source app which enables end-to-end sync of Linear tickets and GitHub issues. The team at cal.com came to us with the idea and we implemented the solution in collaboration. It serves 1000+ projects at no cost and is used by teams at PostHog, Vercel, Novu, and more.',
89
-
date: '2023',
90
-
category: 'Client',
91
-
link: {label: 'Try it out',href: 'https://synclinear.com',target: '_blank'},
92
-
secondaryLink: {
93
-
label: 'Check source code',
94
-
href: 'https://github.com/calcom/synclinear.com',
95
-
target: '_blank'
96
-
}
97
-
},
98
-
{
99
-
name: 'Weave',
100
-
description:
101
-
'We built an enterprise booking platform for Weave to handle everything from POS to inventory management.',
'Albertsons is a Fortune 500 company that is a major American grocery retailer, and it operates numerous supermarket brands, including Safeway, Vons, and Jewel-Osco. We have been working with them on an ongoing project, details of which are not yet public.',
192
-
date: '2025',
193
-
category: 'Client'
141
+
'dRisk is a fintech platform that instantly identifies new risk factors in the quarterly (10-Q) and annual (10-K) financial reports filed with the SEC. Evan, the founder, came to us with an idea and we implemented the platform end-to-end.',
'SyncLinear is an open-source app which enables end-to-end sync of Linear tickets and GitHub issues. The team at cal.com came to us with the idea and we implemented the solution in collaboration. It serves 1000+ projects at no cost and is used by teams at PostHog, Vercel, Novu, and more.',
185
+
date: '2023',
186
+
category: 'Client',
187
+
link: {label: 'Try it out',href: 'https://synclinear.com',target: '_blank'},
188
+
secondaryLink: {
189
+
label: 'Check source code',
190
+
href: 'https://github.com/calcom/synclinear.com',
191
+
target: '_blank'
192
+
}
193
+
},
194
+
{
195
+
name: 'Series B stealth',
196
+
description: 'We built a flagship AI-native product for this team.',
197
+
date: '2024',
198
+
category: 'Client'
199
+
},
208
200
{
209
201
name: 'Sligo',
210
202
description: 'We built a RAG and SQL generation system for Sligo.',
'dRisk is a fintech platform that instantly identifies new risk factors in the quarterly (10-Q) and annual (10-K) financial reports filed with the SEC. Evan, the founder, came to us with an idea and we implemented the platform end-to-end.',
0 commit comments