WIP: Spicetify extension to integrate your Jellyfin music library into Spotify
Find a file
2026-03-03 18:32:00 +00:00
src feat: initial commit 2026-03-03 18:32:00 +00:00
.gitattributes feat: initial commit 2026-03-03 18:32:00 +00:00
.gitignore feat: initial commit 2026-03-03 18:32:00 +00:00
package.json feat: initial commit 2026-03-03 18:32:00 +00:00
pnpm-lock.yaml feat: initial commit 2026-03-03 18:32:00 +00:00
README.md feat: initial commit 2026-03-03 18:32:00 +00:00
tsconfig.json feat: initial commit 2026-03-03 18:32:00 +00:00

Warning

This project is deprecated and should not be used for bundling spicetify extensions or custom apps. Please use esbuild, Bun's bundler, Rollup or webpack/rspack with your own config. This project won't be receiving any more updates until further notice.

Spicetify Creator

Spicetify Creator is a tool to compile modern Typescript/Javascript code to Spicetify extensions and custom apps.

Features

  • Typescript and React syntax
  • Import node packages
  • CSS/SCSS with PostCSS support
  • Extremely fast compile time with esbuild.
  • Plugins

Docs

Check out Spicetify's docs!

Made with Spicetify Creator