mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
feat: Add gl1.chat to showcase and update details (#329)
Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
@@ -7,27 +7,12 @@ import ShowcaseItem from "./_components/ShowcaseItem";
|
|||||||
|
|
||||||
const showcaseProjects = [
|
const showcaseProjects = [
|
||||||
{
|
{
|
||||||
title: "Project Alpha",
|
title: "gl1.chat",
|
||||||
description: "A cool project built with Better-T-Stack.",
|
description:
|
||||||
imageUrl: "https://via.placeholder.com/400x300?text=Project+Alpha",
|
"An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router",
|
||||||
liveUrl: "#",
|
imageUrl: "https://gl1.chat/social-share-image.png",
|
||||||
sourceUrl: "#",
|
liveUrl: "https://gl1.chat/?ref=better-t-stack",
|
||||||
tags: ["Next.js", "tRPC", "Drizzle"],
|
tags: ["tRPC", "Drizzle", "Elysia", "Vite", "TanStack Router"],
|
||||||
},
|
|
||||||
{
|
|
||||||
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"],
|
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user