Feature: Fastify Implementation (#274)

Co-authored-by: Aman Varshney <amanvarshney.work@gmail.com>
This commit is contained in:
Niloy
2025-05-22 17:32:32 +02:00
committed by GitHub
parent 17a7386071
commit b9dae19ce5
14 changed files with 243 additions and 2 deletions

View File

@@ -163,6 +163,13 @@ export const TECH_OPTIONS = {
icon: "/icon/express.svg",
color: "from-gray-500 to-gray-700",
},
{
id: "fastify",
name: "Fastify",
description: "Fast, low-overhead web framework for Node.js",
icon: "/icon/fastify.svg",
color: "from-gray-500 to-gray-700",
},
{
id: "convex",
name: "Convex",