You Can Now Export Your RPGJS Game
Game export is now available in RPGJS Studio with two workflows: quick web embed or full source export based on open-source RPGJS v5.
You Can Now Export Your RPGJS Game
Export is now officially available in RPGJS Studio.
From now on, you can export your game in two different ways, depending on your goals.
1. Simple Embed Export
The first option is a simple embed that you can place directly on a website.
It is easy to set up and works well if you want to publish quickly without changing your development workflow.
2. Full Source Export (RPGJS v5)
The second option is a full source export based on the open-source RPGJS v5 framework.
This is ideal if you are comfortable with TypeScript and JavaScript and want to keep developing beyond the studio workflow.
What This Changes
This means your project is no longer locked inside Studio.
Some creators were understandably concerned about having their whole game only on one platform. With source export, your game can be moved offline and continued on top of RPGJS packages.
You can customize everything, keep building, and push your project much further.
In short:
- Studio mode gives you powerful no-code creation
- Source export lets you go further with code
That combination is what makes the workflow especially powerful.
Availability
Full source export is available with the subscription offer.
It is not available on the free offer.
Native Export Roadmap
Native one-click export for Windows, macOS, Linux, Android, and iOS is planned for the future.
For now, because you already have the sources, you can still target these platforms yourself (for example with Electron). It is possible today, just not yet a one-click studio flow.
How to Export
- Open your project maps
- Click Export Game
- Download the ZIP
- Install project dependencies (prefer pnpm)
- Start the project with
npm run dev