Skip to content

Commit 0d7aa43

Browse files
feat: Add gl1.chat to showcase and update details (#329)
Co-authored-by: Aman Varshney <[email protected]>
1 parent 2a06998 commit 0d7aa43

File tree

2 files changed

+7
-22
lines changed

2 files changed

+7
-22
lines changed

apps/web/src/app/(home)/showcase/page.tsx

Lines changed: 6 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,12 @@ import ShowcaseItem from "./_components/ShowcaseItem";
77

88
const showcaseProjects = [
99
{
10-
title: "Project Alpha",
11-
description: "A cool project built with Better-T-Stack.",
12-
imageUrl: "https://via.placeholder.com/400x300?text=Project+Alpha",
13-
liveUrl: "#",
14-
sourceUrl: "#",
15-
tags: ["Next.js", "tRPC", "Drizzle"],
16-
},
17-
{
18-
title: "Beta App",
19-
description: "Another awesome application powered by Better-T-Stack.",
20-
imageUrl: "https://via.placeholder.com/400x300?text=Beta+App",
21-
liveUrl: "#",
22-
sourceUrl: "#",
23-
tags: ["Hono", "React Native", "SQLite"],
24-
},
25-
{
26-
title: "Gamma Platform",
27-
description: "Showcasing the versatility of Better-T-Stack.",
28-
imageUrl: "https://via.placeholder.com/400x300?text=Gamma+Platform",
29-
liveUrl: "#",
30-
tags: ["Convex", "TanStack Router"],
10+
title: "gl1.chat",
11+
description:
12+
"An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router",
13+
imageUrl: "https://gl1.chat/social-share-image.png",
14+
liveUrl: "https://gl1.chat/?ref=better-t-stack",
15+
tags: ["tRPC", "Drizzle", "Elysia", "Vite", "TanStack Router"],
3116
},
3217
];
3318

bun.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"apps/cli": {
1616
"name": "create-better-t-stack",
17-
"version": "2.18.5",
17+
"version": "2.19.0",
1818
"bin": {
1919
"create-better-t-stack": "dist/index.js",
2020
},

0 commit comments

Comments
 (0)