mirror of
https://github.com/mikndotdev/DoujinGameManager.git
synced 2026-08-18 02:57:35 +00:00
Easily manage and play web-based RPG Maker games from your browser
https://docs.mikn.dev/solutions/selfhost-guides/doujin-game-manager
- TypeScript 93.2%
- JavaScript 2.5%
- Dockerfile 2.3%
- HTML 1.7%
- CSS 0.3%
| .github/workflows | ||
| games/example | ||
| public/thumbs | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| API.Dockerfile | ||
| bun.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| eslint.config.js | ||
| index.html | ||
| nginx.conf | ||
| package.json | ||
| README.md | ||
| tsconfig.api.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Doujin Game Manager
imple app to manage and play web-based RPG Maker (or any web-based) games within your browser
- Simple game picker frontend
- Easy game management; just add the files and edit
games.json - Simple to host (Docker compose with no external dependencies)
- Fully static deployment (if you don't need the Cloud save API)
- Easy file-based export/import of local storage (game saves)
- Optional selfhostable Cloud Save API included for easy transfer of progress between devices
Stack
Frontend
- React
- Vite
- React Router 7 (Declarative mode)
- daisyUI
Backend
- Elysia
- Bun
- Redis
Setup guide: https://docs.mikn.dev/solutions/selfhost-guides/doujin-game-manager