add docsurf.ai in showcase

This commit is contained in:
Aman Varshney
2025-07-12 07:15:39 +05:30
parent 8d3c384a45
commit cd93d5e520
2 changed files with 22 additions and 6 deletions

View File

@@ -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() {

View File

@@ -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",
},