Skip to content

Commit cd93d5e

Browse files
add docsurf.ai in showcase
1 parent 8d3c384 commit cd93d5e

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

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

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

77
const 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

5672
export default function ShowcasePage() {

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.24.5",
17+
"version": "2.25.0",
1818
"bin": {
1919
"create-better-t-stack": "dist/index.js",
2020
},

0 commit comments

Comments
 (0)