| title | Slopsmith Demo |
|---|---|
| emoji | 🎸 |
| colorFrom | indigo |
| colorTo | purple |
| sdk | docker |
| app_port | 7860 |
| pinned | false |
Public demo of Slopsmith — a web app for browsing, playing, and editing Rocksmith 2014 CDLC.
Hosted on Hugging Face Spaces (free CPU tier).
- Full plugin suite (editor, NAM tone engine, karaoke playback, drums, piano, and more)
- One pre-prepared demo song with stems, lyrics, and vocal pitch data already built in
- Read-only — edits are session-local and not persisted to disk
| Action | Why |
|---|---|
| Save / build CDLC | Read-only demo |
| Upload audio / art | Read-only demo |
| Install / update plugins | Prevents arbitrary git clones |
| Lyrics alignment / pitch extraction | Requires demucs server not present in demo |
docker build -t slopsmith-demo .
docker run --rm -p 7860:7860 slopsmith-demoOpen http://localhost:7860.
GoatCounter runs in the same container at /goatcounter/. No cookies, no personal data.
Drop a pre-prepared .sloppak into dlc/ before building the image. The sloppak should already contain split stems, lyrics.json, and vocal_pitch.json so no demucs server is needed at runtime.