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[] = [