diff --git a/apps/web/src/app/(home)/showcase/page.tsx b/apps/web/src/app/(home)/showcase/page.tsx index 059565d..fe6b449 100644 --- a/apps/web/src/app/(home)/showcase/page.tsx +++ b/apps/web/src/app/(home)/showcase/page.tsx @@ -6,12 +6,20 @@ import ShowcaseItem from "./_components/ShowcaseItem"; const showcaseProjects = [ { - title: "gl1.chat", + title: "DocSurf", description: - "An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router", - imageUrl: "https://gl1.chat/social-share-image.png", - liveUrl: "https://gl1.chat/?ref=better-t-stack", - tags: ["tRPC", "Drizzle", "Elysia", "Vite", "TanStack Router"], + "AI-powered writing platform with smart text suggestions, real-time autocomplete, and document management", + imageUrl: "https://docsurf.ai/opengraph.jpg", + liveUrl: "https://docsurf.ai/?ref=better-t-etter-t-stack", + tags: [ + "TanStack Start", + "Convex", + "Better Auth", + "Biome", + "Husky", + "Turborepo", + "pnpm", + ], }, { title: "Look Crafted", @@ -51,6 +59,14 @@ const showcaseProjects = [ "Turborepo", ], }, + { + title: "gl1.chat", + description: + "An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router", + imageUrl: "https://gl1.chat/social-share-image.png", + liveUrl: "https://gl1.chat/?ref=better-t-stack", + tags: ["tRPC", "Drizzle", "Elysia", "Vite", "TanStack Router"], + }, ]; export default function ShowcasePage() { diff --git a/bun.lock b/bun.lock index 4bc832a..3275e65 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.24.5", + "version": "2.25.0", "bin": { "create-better-t-stack": "dist/index.js", },