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,338
Folders
408
Scanned Size
3.84 GB
PHP Files
890
Editable Text Files
12,599
File viewer
guarded to /htdocs
/web360/Demo/simon_voice_os.php
<?php declare(strict_types=1); header('Content-Type: text/html; charset=UTF-8'); header('X-Content-Type-Options: nosniff'); ?> <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"> <title>SIMON Voice OS ยท WEB360</title> <link rel="stylesheet" href="assets/web360.css"> <style> body{overflow:hidden}.voiceos{height:100dvh;display:grid;grid-template-rows:auto 1fr auto}.top{display:flex;align-items:center;justify-content:space-between;padding:14px;background:rgba(0,0,0,.45);border-bottom:1px solid var(--line)}.orb{width:min(62vw,380px);aspect-ratio:1;border-radius:50%;margin:auto;background:radial-gradient(circle,#fff 0 2%,var(--cyan) 5%,var(--violet) 35%,var(--pink) 60%,transparent 72%);box-shadow:0 0 80px rgba(88,220,255,.35);animation:pulse 3s infinite alternate}.stage{display:grid;place-items:center;text-align:center}.bottom{padding:14px;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;border-top:1px solid var(--line);background:rgba(0,0,0,.45)}@keyframes pulse{from{transform:scale(.94)}to{transform:scale(1.06)}}@media(max-width:760px){.bottom{grid-template-columns:repeat(2,1fr)}} </style> </head> <body> <div class="voiceos"> <header class="top"><strong>SIMON Voice OS</strong><a class="btn" href="index.php">WEB360</a></header> <main class="stage"><div><div class="orb"></div><h1 class="big">SIMON AI</h1><p>Voice command, job routing, canvas reading hook, and WEB360 project intelligence.</p></div></main> <footer class="bottom"><a class="btn" href="simon_ai.php">Command</a><a class="btn" href="workspace.php">Workspace</a><a class="btn" href="viewer.php?file=simon_voice_os.php">Viewer</a><a class="btn" href="ai_engines.php">AI Engines</a></footer> </div> <script> try{fetch('/connlink/test1/ui/webhook_inbox.php?stream=visits',{method:'POST',headers:{'Content-Type':'application/json'},keepalive:true,body:JSON.stringify({title:'SIMON Voice OS',source:'simon_voice_os.php',url:location.href,at:new Date().toISOString()})}).catch(()=>{})}catch(e){} </script> </body></html>
Save file
Quick jump
open a path
Open