The code browser is available in Developer View. If you are not technical, you can safely skip
this step — the audit reports provide a non-technical summary of code quality.
Enabling Developer View
Developer View is an opt-in setting that shows technical details throughout Transmuter. To enable it:1
Go to Settings
Click your profile icon in the top-right corner and select Settings.
2
Toggle Developer View
Under the Developer View section, turn on the toggle. The interface will update to show technical information alongside the simplified descriptions.
Using the code browser
With Developer View enabled, navigate to your project and click the Code tab. You will see:- File browser — a tree view of all project files, organized by folder
- Code viewer — syntax-highlighted code for the selected file
- Architecture diagram — a visual overview of how the different parts of your product connect
What to look for
If you are technical and want to evaluate the generated code, here are some things to check:- File structure — is the project organized in a logical way?
- Type safety — are types defined and used consistently?
- Error handling — does the code handle edge cases gracefully?
- Security — are credentials and sensitive data handled properly?
Simplified vs. Developer View
You can switch between views at any time without losing your place.