From 0d7aa433d1c9d295d2fba04995d0932a8047700d Mon Sep 17 00:00:00 2001 From: Gl1tch <108278866+Gl1tchblade@users.noreply.github.com> Date: Tue, 17 Jun 2025 02:06:35 -0400 Subject: [PATCH] feat: Add gl1.chat to showcase and update details (#329) Co-authored-by: Aman Varshney --- apps/web/src/app/(home)/showcase/page.tsx | 27 +++++------------------ bun.lock | 2 +- 2 files changed, 7 insertions(+), 22 deletions(-) diff --git a/apps/web/src/app/(home)/showcase/page.tsx b/apps/web/src/app/(home)/showcase/page.tsx index 4d3541f..84237f2 100644 --- a/apps/web/src/app/(home)/showcase/page.tsx +++ b/apps/web/src/app/(home)/showcase/page.tsx @@ -7,27 +7,12 @@ import ShowcaseItem from "./_components/ShowcaseItem"; const showcaseProjects = [ { - title: "Project Alpha", - description: "A cool project built with Better-T-Stack.", - imageUrl: "https://via.placeholder.com/400x300?text=Project+Alpha", - liveUrl: "#", - sourceUrl: "#", - tags: ["Next.js", "tRPC", "Drizzle"], - }, - { - title: "Beta App", - description: "Another awesome application powered by Better-T-Stack.", - imageUrl: "https://via.placeholder.com/400x300?text=Beta+App", - liveUrl: "#", - sourceUrl: "#", - tags: ["Hono", "React Native", "SQLite"], - }, - { - title: "Gamma Platform", - description: "Showcasing the versatility of Better-T-Stack.", - imageUrl: "https://via.placeholder.com/400x300?text=Gamma+Platform", - liveUrl: "#", - tags: ["Convex", "TanStack Router"], + 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"], }, ]; diff --git a/bun.lock b/bun.lock index e60c2cd..f1ad61c 100644 --- a/bun.lock +++ b/bun.lock @@ -14,7 +14,7 @@ }, "apps/cli": { "name": "create-better-t-stack", - "version": "2.18.5", + "version": "2.19.0", "bin": { "create-better-t-stack": "dist/index.js", },