diff --git a/apps/formbricks-com/pages/api/oss-friends/index.ts b/apps/formbricks-com/pages/api/oss-friends/index.ts index e2e70e6ce2..2efe845242 100644 --- a/apps/formbricks-com/pages/api/oss-friends/index.ts +++ b/apps/formbricks-com/pages/api/oss-friends/index.ts @@ -52,6 +52,11 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse) "Survey granular user segments at any point in the user journey. Gather up to 6x more insights with targeted micro-surveys. All open-source.", href: "https://formbricks.com", }, + { + name: "Firecamp", + description: "vscode for apis, open-source postman/insomnia alternative", + href: "https://firecamp.io", + }, { name: "Ghostfolio", description: @@ -138,6 +143,12 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse) description: "Sniffnet is a network monitoring tool to help you easily keep track of your Internet traffic.", href: "https://www.sniffnet.net", + }, + { + name: "Spark.NET", + description: + "The .NET Web Framework for Makers. Build production ready, full-stack web applications fast without sweating the small stuff.", + href: "https://spark-framework.net", }, { name: "Tolgee", @@ -173,17 +184,6 @@ export default async function handle(req: NextApiRequest, res: NextApiResponse) description: "Webstudio is an open source alternative to Webflow", href: "https://webstudio.is", }, - { - name: "Spark.NET", - description: - "The .NET Web Framework for Makers. Build production ready, full-stack web applications fast without sweating the small stuff.", - href: "https://spark-framework.net", - }, - { - name: "Firecamp", - description: "vscode for apis, open-source postman/insomnia alternative", - href: "https://firecamp.io", - }, ], }); }