Dockable Chrome extension that drops onto any running Mendix app and surfaces the object graph, live data sources, performance, security, and accessibility — reading directly from the React Fiber tree.
Walks the page's object graph — Page Parameters, Context Objects, On-Page entities, Cached. Search attribute values, copy GUIDs, trace associations, see dirty-state flags.
The perf tracker installs at document_start and wraps XHR + fetch before your app boots — so the numbers you see are what actually happened, not what React could measure after the fact.
9 Mendix runtime CVEs tracked per version. Secret-pattern and entropy scan over Mendix Constants — catches JWTs, AWS keys, GitHub tokens, Stripe keys, OpenAI and Anthropic credentials.
Runs entirely in the browser. Walks the React Fiber tree for Mendix 10+ and the dijit registry for Dojo — no mx.data calls.
world: 'MAIN', run_at: 'document_start'
fiber.memoizedProps.datasource.items
chrome.scripting.executeScript({…})
Not on the Chrome Web Store yet — grab the latest release and load it unpacked.
mendix-inspector-v0.2.2-beta.zip from Releases
chrome://extensions → enable Developer mode
Load unpacked → select the src folder