From 2a35a392691a782bb1e3b01f05e0888a3ac51a70 Mon Sep 17 00:00:00 2001 From: Pouria Date: Sun, 30 Mar 2025 18:22:37 +0330 Subject: [PATCH] Add Kutt, a modern URL shortener (#1101) Co-authored-by: nodiscc --- software/kutt.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/kutt.yml diff --git a/software/kutt.yml b/software/kutt.yml new file mode 100644 index 0000000000..d4e00217d8 --- /dev/null +++ b/software/kutt.yml @@ -0,0 +1,12 @@ +name: "Kutt" +website_url: "https://kutt.it" +source_code_url: "https://github.com/thedevs-network/kutt" +description: "A modern URL shortener with support for custom domains and custom URLs." +licenses: + - MIT +platforms: + - Nodejs + - Docker +tags: + - URL Shorteners +demo_url: "https://kutt.it"