Next.js Client for Deluge
Posted: Thu May 01, 2025 3:14 am
Hi, guys.
I'm using deluge, but i notice that the webui crash quite frequently when there are a large amount of torrents in the ui. So i developed a Next.js frontend using shadcn ui and tanstack table (all modern Web app stack utilizing @ctrl/deluge as backend). https://github.com/JokeJason/deluge-next. A little bit contribution back to this awesome tool.
Currently, it has limited feature:
* List all torrents (with auto pagination) and refresh active token status
* add torrent file, and select files to download
* Queue: top/up/down/bottom
* Remove: remove torrent along with files
* Labels: set labels
I'm planning adding more features in the long run, but also welcome suggestion and PR request
Best regards
I'm using deluge, but i notice that the webui crash quite frequently when there are a large amount of torrents in the ui. So i developed a Next.js frontend using shadcn ui and tanstack table (all modern Web app stack utilizing @ctrl/deluge as backend). https://github.com/JokeJason/deluge-next. A little bit contribution back to this awesome tool.
Currently, it has limited feature:
* List all torrents (with auto pagination) and refresh active token status
* add torrent file, and select files to download
* Queue: top/up/down/bottom
* Remove: remove torrent along with files
* Labels: set labels
I'm planning adding more features in the long run, but also welcome suggestion and PR request
Best regards