Next.js Client for Deluge

Suggestions and discussion of future versions
Post Reply
JokeJason
New User
New User
Posts: 1
Joined: Thu May 01, 2025 3:03 am

Next.js Client for Deluge

Post by JokeJason »

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
Post Reply