From 06217a1e7a6d8ebee0546fb6fe1c9dc390716140 Mon Sep 17 00:00:00 2001 From: Space-Banane <64922620+Space-Banane@users.noreply.github.com> Date: Fri, 16 Jan 2026 22:06:23 +0100 Subject: [PATCH] Added Supertonic Wrapper --- src/App.tsx | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 0f85143..189a38c 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1226,6 +1226,19 @@ const miniProjects: MiniProject[] = [ github: "https://github.com/reversed-dev/qr-code-gen", image: "https://cdn.reversed.dev/pictures/qrcode.jpeg", }, + { + title: "Supertonic TTS Wrapper API", + description: "A simple API wrapper for the Supertonic TTS model.", + why: "I guess nobody made one thats deployable via docker yet?", + github: "https://github.com/Space-Banane/supertonic-wrapper", + image: + "https://shx.reversed.dev/u/cc6j2r.png", + note: { + color: "yellow", + content: + "Experimental. PRs are welcome to improve stability and features.", + }, + } ]; const experiences: Experience[] = [