@@ -6,12 +6,20 @@ import ShowcaseItem from "./_components/ShowcaseItem";
66
77const showcaseProjects = [
88 {
9- title : "gl1.chat " ,
9+ title : "DocSurf " ,
1010 description :
11- "An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router" ,
12- imageUrl : "https://gl1.chat/social-share-image.png" ,
13- liveUrl : "https://gl1.chat/?ref=better-t-stack" ,
14- tags : [ "tRPC" , "Drizzle" , "Elysia" , "Vite" , "TanStack Router" ] ,
11+ "AI-powered writing platform with smart text suggestions, real-time autocomplete, and document management" ,
12+ imageUrl : "https://docsurf.ai/opengraph.jpg" ,
13+ liveUrl : "https://docsurf.ai/?ref=better-t-etter-t-stack" ,
14+ tags : [
15+ "TanStack Start" ,
16+ "Convex" ,
17+ "Better Auth" ,
18+ "Biome" ,
19+ "Husky" ,
20+ "Turborepo" ,
21+ "pnpm" ,
22+ ] ,
1523 } ,
1624 {
1725 title : "Look Crafted" ,
@@ -51,6 +59,14 @@ const showcaseProjects = [
5159 "Turborepo" ,
5260 ] ,
5361 } ,
62+ {
63+ title : "gl1.chat" ,
64+ description :
65+ "An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router" ,
66+ imageUrl : "https://gl1.chat/social-share-image.png" ,
67+ liveUrl : "https://gl1.chat/?ref=better-t-stack" ,
68+ tags : [ "tRPC" , "Drizzle" , "Elysia" , "Vite" , "TanStack Router" ] ,
69+ } ,
5470] ;
5571
5672export default function ShowcasePage ( ) {
0 commit comments