Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
0

RPGReact — React-based UI for RPG Maker MZ

A topic by RockOn Games created 14 days ago Views: 55
Viewing posts 1 to 1

RPGReact

Create any custom UI in RPGMaker

Hi everyone — I’m releasing RPGReact, a new RPG Maker MZ plugin that lets you build custom game UIs using React, while keeping all gameplay logic, data, and workflows inside RPG Maker.

RPGReact mounts a DOM-based React overlay over the game canvas and provides a lightweight bridge between the engine and your UI code. The engine remains authoritative; React is used purely for layout, interaction, and presentation.

This isn’t a UI skin or window replacement — it’s a way to treat UI as a real frontend layer using modern tools, while still working with maps, events, battles, and saves exactly as you do today.

It’s being released in early access to get real feedback from developers using it in active projects. The core architecture is solid, but real-world usage is the fastest way to surface edge cases and improve compatibility.


Release page:

https://rockongamesinc.itch.io/react-for-rpg-maker-mz

Full documentation (setup, workflow, overrides, examples):

https://rpgreact.rockon.games/

If you try it and run into anything odd — or if something feels harder than it should be — I’d genuinely like to hear about it. Feedback from early users will directly shape where this goes next.

Thanks for taking a look.