mirror of
https://github.com/5rahim/seanime
synced 2026-04-18 22:24:55 +02:00
Seanime Web
Main interface for web and desktop clients
React + Rsbuild + Tanstack Router
.
└── seanime-web/
├── public
└── src/
├── api/
│ ├── client
│ ├── generated
│ └── hooks
├── app/
│ └── (main)/
│ ├── _atoms
│ ├── _electron
│ ├── _features
│ ├── _hooks
│ ├── _listeners
│ ├── auth
│ └── ...
├── components
├── hooks
├── lib
├── routes/
│ ├── _main
│ └── ...
└── types
