Svelte cue stack editor with animated reordering, live editing controls, and a reactive stage preview
A compact Svelte pet project built to demonstrate list reordering the way Svelte makes it feel best: edit a cue, change the stack rule, and watch the board restack itself with animate:flip while the live stage preview recomputes from the same state.
Manual, Intensity, Focus, and Durationanimate:flip-driven card reordering that reacts immediately to sort mode and slider changes/ - the Cueframe cue stack editor| Layer | Technology |
|---|---|
| Framework | Svelte 5 |
| Language | TypeScript |
| Styling | Tailwind CSS 4 + compact custom slider styling |
| Motion | animate:flip, fade, fly |
| Build Tool | Vite 8 |
| Hosting | Static deployment ready |
Manual mode keeps your explicit order and enables move up / move down controlsIntensity, Focus, and Duration modes auto-restack the queue from live cue valuessvelte-cue-stack-editor/
├── public/
│ └── favicon.svg
├── src/
│ ├── App.svelte
│ ├── app.css
│ ├── main.ts
│ ├── vite-env.d.ts
│ └── lib/
│ └── CueSlider.svelte
├── LICENSE
├── netlify.toml
├── package.json
└── README.md
npm install
npm run dev
npm run build
netlify.tomlMIT License. See LICENSE.