SIMON Master Console Rebuild
True command center for SIMON + WEB360
This rebuild gives you a cleaner production spine: interactive tree, live viewer, guarded editor, dynamic graphics, architecture map, and note storage. It is designed to sit beside your existing
console.php
and become the stronger replacement path.
Dashboard
Tree
Viewer
System Map
File Registry
Notes
Files
15,279
Folders
408
Scanned Size
3.84 GB
PHP Files
891
Editable Text Files
12,540
File viewer
guarded to /htdocs
/web360/builder.php
<?php require_once __DIR__.'/core/bootstrap.php'; $csrf=w360_csrf(); ?> <!doctype html><html><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="stylesheet" href="assets/css/web360.css"><title>WEB360 Builder</title></head><body> <div class="shell"><?php include __DIR__.'/ui/sidebar.php'; ?><main class="workspace"> <div class="toolbar"><select id="fileSelect"></select><input id="path" placeholder="projects/demo/index.php"><button onclick="openFile()">Open</button><button onclick="saveFile()">Save</button><button onclick="askAI()">AI Enhance</button><button onclick="toggleFull()">Full</button></div> <textarea id="editor" spellcheck="false"></textarea> <div class="aiDock"><select id="jobType"><option value="code">Code</option><option value="debug">Debug</option><option value="security">Security</option><option value="design">Design</option><option value="seo">SEO</option></select><select id="provider"><option value="auto">Auto AI</option><option value="openai">OpenAI</option><option value="anthropic">Claude</option><option value="gemini">Gemini</option><option value="openrouter">OpenRouter</option><option value="ollama">Ollama</option></select><select id="bounce"><option value="review">Bounce Review</option><option value="off">No Bounce</option><option value="compare">Compare</option></select></div> </main></div><script>const csrf="<?=htmlspecialchars($csrf,ENT_QUOTES,'UTF-8')?>";</script><script src="assets/js/files.js"></script><script src="assets/js/ai.js"></script></body></html>
Save file
Quick jump
open a path
Open