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%
Find a file
2026-06-11 17:37:41 +09:00
.github/workflows init 2026-06-11 16:46:59 +09:00
games/example init 2026-06-11 16:46:59 +09:00
public/thumbs init 2026-06-11 16:46:59 +09:00
src init 2026-06-11 16:46:59 +09:00
.dockerignore init 2026-06-11 16:46:59 +09:00
.gitignore init 2026-06-11 16:46:59 +09:00
API.Dockerfile init 2026-06-11 16:46:59 +09:00
bun.lock init 2026-06-11 16:46:59 +09:00
docker-compose.yml fix: Wrong Docker username 2026-06-11 16:48:05 +09:00
Dockerfile init 2026-06-11 16:46:59 +09:00
eslint.config.js init 2026-06-11 16:46:59 +09:00
index.html init 2026-06-11 16:46:59 +09:00
nginx.conf init 2026-06-11 16:46:59 +09:00
package.json feat: Optimize API compilation 2026-06-11 17:37:41 +09:00
README.md feat: Nice README 2026-06-11 17:01:47 +09:00
tsconfig.api.json init 2026-06-11 16:46:59 +09:00
tsconfig.app.json init 2026-06-11 16:46:59 +09:00
tsconfig.json init 2026-06-11 16:46:59 +09:00
tsconfig.node.json init 2026-06-11 16:46:59 +09:00
vite.config.ts init 2026-06-11 16:46:59 +09:00

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