@puberty-labs/refuctor
Version:
AI-powered, snark-fueled technical debt cleansing suite with automatic snarky language detection that turns code cleanup into a darkly humorous financial metaphor.
1 lines • 1.96 kB
HTML
<html lang="en"><head><meta charset="utf-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><title>Refuctor Dashboard - The Debt Collector</title><meta name="description" content="Refuctor Web Dashboard - Real-time Technical Debt Monitoring"/><style>body{margin:0;font-family:Monaco,Menlo,'Ubuntu Mono',monospace;background:#0a0a0a;color:#fff;overflow-x:hidden}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0a0a0a 0,#1a1a2e 50%,#16213e 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999}.loading-logo{font-size:3rem;font-weight:700;color:#ff6b6b;margin-bottom:1rem;text-shadow:0 0 20px rgba(255,107,107,.5)}.loading-text{font-size:1.2rem;color:#888;margin-bottom:2rem}.loading-spinner{border:3px solid #333;border-top:3px solid #ff6b6b;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.tagline{position:absolute;bottom:2rem;font-size:.9rem;color:#666;font-style:italic}</style><script defer="defer" src="/static/js/bundle.8a341f9d.js"></script><script defer="defer" src="/static/js/bundle.1fbbd957.js"></script></head><body><noscript><div style="text-align:center;padding:2rem;color:#ff6b6b"><h1>🏦 Refuctor Dashboard</h1><p>JavaScript is required to run the Debt Collector interface.</p><p>Enable JavaScript to monitor your technical debt.</p></div></noscript><div id="loading" class="loading-screen"><div class="loading-logo">🏦 REFUCTOR</div><div class="loading-text">Initializing Debt Collector...</div><div class="loading-spinner"></div><div class="tagline">"Refactor or Be Repossessed"</div></div><div id="root"></div><script>window.addEventListener("load",function(){setTimeout(function(){const e=document.getElementById("loading");e&&(e.style.opacity="0",setTimeout(()=>e.remove(),300))},500)})</script></body></html>