@@ -7,27 +7,12 @@ import ShowcaseItem from "./_components/ShowcaseItem";
7
7
8
8
const showcaseProjects = [
9
9
{
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" ] ,
31
16
} ,
32
17
] ;
33
18
0 commit comments