From f1bed8efc0fb01b28581836a82ead614c2bdb7c8 Mon Sep 17 00:00:00 2001 From: Ali Hussein <42802922+Ali-Hussein-dev@users.noreply.github.com> Date: Sun, 17 Aug 2025 04:32:16 +0200 Subject: [PATCH] Add formcn to showcase projects (#522) --- apps/web/src/app/(home)/showcase/page.tsx | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/apps/web/src/app/(home)/showcase/page.tsx b/apps/web/src/app/(home)/showcase/page.tsx index 4bd8898..aa900b9 100644 --- a/apps/web/src/app/(home)/showcase/page.tsx +++ b/apps/web/src/app/(home)/showcase/page.tsx @@ -84,6 +84,20 @@ const showcaseProjects = [ "Hono", ], }, + { + title: "Formcn", + description: + "Easily build single- and multi-step forms with auto-generated client- and server-side code.", + imageUrl: "https://formcn.dev/opengraph-image.jpg", + liveUrl: "https://formcn.dev", + tags: [ + "Next.js", + "React 19", + "shadcn components", + "React-hook-form", + "Typescript", + ], + }, ]; export default function ShowcasePage() {