Inspect all available game data of Traim Sim World 5. Usefull for debug purposes when writing your own controllers.
A reverse engineered API documentation is available at online.
Note
This application was vibe-coded to be able to quickly reverse engineer the available controls. Do not expect any quality code here.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.