No description
Find a file
2025-12-31 05:01:00 +01:00
.vscode In the middle of rearranging the entire code. 2022-01-31 21:38:44 +02:00
packages v1.0.17 2023-11-26 12:24:50 +02:00
.gitignore Works fine for now. 2022-01-31 22:54:48 +02:00
LICENSE Monorepo 2022-02-01 22:33:22 +02:00
package.json chore: changed repository urls 2022-04-09 19:21:17 +03:00
README.md feat: deprecation notice 2025-12-31 05:01:00 +01:00
yarn.lock fix: use plugin-external-global for replacing imports 2023-02-23 22:24:33 +02: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