Skip to content

Commit 1ae6f22

Browse files
committed
Sort work in order of relevance
1 parent 46b962a commit 1ae6f22

File tree

1 file changed

+68
-69
lines changed

1 file changed

+68
-69
lines changed

src/ui/work-table.tsx

+68-69
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ type Work = {
2626
}
2727

2828
const works = [
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+
},
2936
{
3037
name: 'Graphite',
3138
description:
@@ -77,75 +84,18 @@ const works = [
7784
{
7885
name: 'Gumloop',
7986
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.',
8188
date: '2023',
8289
category: 'Client',
8390
link: { label: 'Visit website', href: 'https://gumloop.com', target: '_blank' }
8491
},
85-
{
86-
name: 'SyncLinear',
87-
description:
88-
'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.',
102-
date: '2024',
103-
category: 'Client',
104-
link: { label: 'Visit website', href: 'https://weavein.co', target: '_blank' }
105-
},
106-
{
107-
name: 'Sweater Planet',
108-
description: 'We built a scalable eCommerce platform. Acquired.',
109-
date: '2022',
110-
category: 'Internal',
111-
link: { label: 'Visit website', href: 'https://sweaterplanet.com', target: '_blank' }
112-
},
11392
{
11493
name: 'Trigger.dev',
11594
description: "We built several open-source demos to showcase Trigger.dev's AI capabilities.",
11695
date: '2023',
11796
category: 'Client',
11897
link: { label: 'Visit website', href: 'https://autochangelog.dev', target: '_blank' }
11998
},
120-
121-
{
122-
name: 'Create Rubric App',
123-
description: 'Our CLI to spin up an AI-native React app.',
124-
date: '2024',
125-
category: 'Internal',
126-
link: {
127-
label: 'Check source code',
128-
href: 'https://github.com/rubricLab/create-rubric-app',
129-
target: '_blank'
130-
},
131-
secondaryLink: {
132-
label: 'Read blog post',
133-
href: '/blog/create-rubric-app'
134-
}
135-
},
136-
{
137-
name: 'Greptile',
138-
description: 'We built a landing page and demo for Greptile.',
139-
date: '2024',
140-
category: 'Client',
141-
link: { label: 'Visit website', href: 'https://greptile.com', target: '_blank' }
142-
},
143-
{
144-
name: 'Series B stealth',
145-
description: 'We built a flagship AI-native product for this team.',
146-
date: '2024',
147-
category: 'Client'
148-
},
14999
{
150100
name: 'Cal.com',
151101
description: 'We built an early version of Cal.ai, one of the first AI agents to go to market.',
@@ -186,11 +136,19 @@ const works = [
186136
quote: 'Iterating toward production-ready agents.'
187137
},
188138
{
189-
name: 'Albertsons',
139+
name: 'dRisk',
190140
description:
191-
'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.',
142+
date: '2024',
143+
category: 'Client',
144+
link: { label: 'Visit platform', href: 'https://d-risk.ai', target: '_blank' }
145+
},
146+
{
147+
name: 'Greptile',
148+
description: 'We built a landing page and demo for Greptile.',
149+
date: '2024',
150+
category: 'Client',
151+
link: { label: 'Visit website', href: 'https://greptile.com', target: '_blank' }
194152
},
195153
{
196154
name: 'Maige',
@@ -205,13 +163,55 @@ const works = [
205163
target: '_blank'
206164
}
207165
},
166+
{
167+
name: 'Create Rubric App',
168+
description: 'Our CLI to spin up an AI-native React app.',
169+
date: '2024',
170+
category: 'Internal',
171+
link: {
172+
label: 'Check source code',
173+
href: 'https://github.com/rubricLab/create-rubric-app',
174+
target: '_blank'
175+
},
176+
secondaryLink: {
177+
label: 'Read blog post',
178+
href: '/blog/create-rubric-app'
179+
}
180+
},
181+
{
182+
name: 'SyncLinear',
183+
description:
184+
'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+
},
208200
{
209201
name: 'Sligo',
210202
description: 'We built a RAG and SQL generation system for Sligo.',
211203
date: '2024',
212204
category: 'Client',
213205
link: { label: 'Visit website', href: 'https://sligo.ai', target: '_blank' }
214206
},
207+
{
208+
name: 'Weave',
209+
description:
210+
'We built an enterprise booking platform for Weave to handle everything from POS to inventory management.',
211+
date: '2024',
212+
category: 'Client',
213+
link: { label: 'Visit website', href: 'https://weavein.co', target: '_blank' }
214+
},
215215
{
216216
name: 'Neat',
217217
description: 'Your GitHub feed, smartly filtered. Used by 2k+ developers.',
@@ -220,12 +220,11 @@ const works = [
220220
link: { label: 'Visit website', href: 'https://neat.run', target: '_blank' }
221221
},
222222
{
223-
name: 'dRisk',
224-
description:
225-
'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.',
226-
date: '2024',
227-
category: 'Client',
228-
link: { label: 'Visit platform', href: 'https://d-risk.ai', target: '_blank' }
223+
name: 'Sweater Planet',
224+
description: 'We built a scalable eCommerce platform. Acquired.',
225+
date: '2022',
226+
category: 'Internal',
227+
link: { label: 'Visit website', href: 'https://sweaterplanet.com', target: '_blank' }
229228
}
230229
] satisfies Work[]
231230

@@ -271,7 +270,7 @@ export const WorkTable = () => {
271270
</Link>
272271
)}
273272
{work.secondaryLink && (
274-
<Link href={work.secondaryLink.href} target={work.link.target ?? '_self'}>
273+
<Link href={work.secondaryLink.href} target="_self">
275274
<Button variant="ghost">{work.secondaryLink.label}</Button>
276275
</Link>
277276
)}

0 commit comments

Comments
 (0)