@@ -6,12 +6,20 @@ import ShowcaseItem from "./_components/ShowcaseItem";
6
6
7
7
const showcaseProjects = [
8
8
{
9
- title : "gl1.chat " ,
9
+ title : "DocSurf " ,
10
10
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
+ ] ,
15
23
} ,
16
24
{
17
25
title : "Look Crafted" ,
@@ -51,6 +59,14 @@ const showcaseProjects = [
51
59
"Turborepo" ,
52
60
] ,
53
61
} ,
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
+ } ,
54
70
] ;
55
71
56
72
export default function ShowcasePage ( ) {
0 commit comments