diff --git a/src/pages/examples/_config.ts b/src/pages/examples/_config.ts index 798101a969..798f4002ad 100644 --- a/src/pages/examples/_config.ts +++ b/src/pages/examples/_config.ts @@ -414,5 +414,15 @@ export const examples: Example[] = [ preview: require("./img/roketo-business.jpg"), tech: ["react", "effector", "tailwindcss", "turbo"], }, + { + title: "SpotifyVoiceCommander", + description: + "SpotifyVoiceCommander is a small plugin for managing spotify by voice", + version: VERSIONS.V2, + updatedAt: "2024-08-04", + source: "https://github.com/Metalvast/SpotifyVoiceCommander", + preview: require("./img/spotify-voice-commander.png"), + tech: ["blazor", "maui", "fluxor", "mudblazor"], + }, // Reverse the list (last examples should be at the top) ].reverse(); diff --git a/src/pages/examples/img/spotify-voice-commander.png b/src/pages/examples/img/spotify-voice-commander.png new file mode 100644 index 0000000000..e9b5de7475 Binary files /dev/null and b/src/pages/examples/img/spotify-voice-commander.png differ