Add formcn to showcase projects (#522)

This commit is contained in:
Ali Hussein
2025-08-17 04:32:16 +02:00
committed by GitHub
parent 0cce2d8d4e
commit f1bed8efc0

View File

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