mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
add docsurf.ai in showcase
This commit is contained in:
@@ -6,12 +6,20 @@ import ShowcaseItem from "./_components/ShowcaseItem";
|
|||||||
|
|
||||||
const showcaseProjects = [
|
const showcaseProjects = [
|
||||||
{
|
{
|
||||||
title: "gl1.chat",
|
title: "DocSurf",
|
||||||
description:
|
description:
|
||||||
"An ai platform focused on speed, reliability and advanced workflows powered by trpc, drizzle, vite, elysia, tanstack router",
|
"AI-powered writing platform with smart text suggestions, real-time autocomplete, and document management",
|
||||||
imageUrl: "https://gl1.chat/social-share-image.png",
|
imageUrl: "https://docsurf.ai/opengraph.jpg",
|
||||||
liveUrl: "https://gl1.chat/?ref=better-t-stack",
|
liveUrl: "https://docsurf.ai/?ref=better-t-etter-t-stack",
|
||||||
tags: ["tRPC", "Drizzle", "Elysia", "Vite", "TanStack Router"],
|
tags: [
|
||||||
|
"TanStack Start",
|
||||||
|
"Convex",
|
||||||
|
"Better Auth",
|
||||||
|
"Biome",
|
||||||
|
"Husky",
|
||||||
|
"Turborepo",
|
||||||
|
"pnpm",
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Look Crafted",
|
title: "Look Crafted",
|
||||||
@@ -51,6 +59,14 @@ const showcaseProjects = [
|
|||||||
"Turborepo",
|
"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() {
|
export default function ShowcasePage() {
|
||||||
|
|||||||
Reference in New Issue
Block a user