https://github.com/nicolassutter/switch-ui
A frontend for your locally stored and legally obtained (dumped) switch games.
https://github.com/nicolassutter/switch-ui
Last synced: about 1 year ago
JSON representation
A frontend for your locally stored and legally obtained (dumped) switch games.
- Host: GitHub
- URL: https://github.com/nicolassutter/switch-ui
- Owner: nicolassutter
- Created: 2025-01-06T16:45:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T14:52:50.000Z (over 1 year ago)
- Last Synced: 2025-07-01T03:53:59.954Z (about 1 year ago)
- Language: TypeScript
- Homepage: http://localhost:3000
- Size: 276 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# switch-ui

A frontend for your locally stored and legally obtained (dumped) switch games.
The backend scans a directory (docker volume) on your machine where your games are stored in xci, nsp or nsz format. It then tries to find the game's titleId with a regexp and finally matches it to a game in the database.
## Features
- Automatically maintain database with a cron job (once a day)
- Manually update database and scan filesystem
- Display a list of your switch games
- Filter games based on search query or category
- Dark & Light mode
## How to run
1. Clone the project somewhere on your machine
2. Edit the compose.yaml file to your needs
3. `docker compose up -d` !
4. Visit http://localhost:3000 (or your domain if you set up a reverse proxy)
## Stack
- Solid Start
- TypeScript
- Uno CSS
- tRPC
- Drizzle and SQLite
- https://shadcn-solid.com/