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