Changelog

April 2026

v23.0 The Serverless Update

A monumental architectural upgrade transforming NitroIDE from a single sandbox into a full-blown local operating system with zero-latency sharing.

  • NEW Project Manager Dashboard: Create, manage, and seamlessly switch between multiple local workspaces without overwriting your progress.
  • NEW Serverless Workspace Sharing: Instantly share entire codebases. Workspaces are ultra-compressed into the URL via LZ-String—no databases or logins required.
  • NEW Dynamic IntelliSense: The Monaco engine now supports React JSX natively and automatically fetches TypeScript definitions when you inject CDNs like jQuery or GSAP.
  • NEW Drag-and-Drop Import: Drag .zip folders or code files directly onto the IDE, or use the mobile-friendly native file picker to instantly unpack projects.
  • UPDATE Zero-Day Security Sandbox: Hardened the live preview iframe to strictly protect your local storage engine from malicious shared links.
  • UPDATE UI Polish: Automatically injected custom premium scrollbars into the live code previews so the interface stays gorgeous even when overflowing.
  • FIX Engine Stability: Patched critical edge-cases preventing the IDE from crashing when deleting active files or loading corrupted shared URLs.
  • FIX Drag-and-Drop Shield: Prevented the browser from navigating away and wiping local data when a file is accidentally dropped outside the IDE window.
  • FIX Persistent Settings: Editor font-size preferences are now properly saved to local storage and persist across hard refreshes.
  • FIX API Rate-Limiting: Optimized the live visitor counter polling interval to drastically reduce network requests and prevent backend bans.
April 2026

v22.5 The Growth Update

A massive under-the-hood overhaul focused entirely on Search Engine Optimization, web accessibility, and hardware-accelerated performance to help scale our user base.

  • NEW SEO Landing Pages: Deployed 5 highly-targeted entry points (React Playground, Monaco Sandbox, etc.) to capture specific developer search intents.
  • NEW PWA & Open Graph: Injected Progressive Web App meta tags and Social Share cards so the IDE installs natively on mobile and unfurls beautifully on Discord and X.
  • NEW FAQ Rich Snippets: Wove FAQPage JSON-LD schema into the documentation to capture Google's "People Also Ask" search modules.
  • UPDATE Hardware Acceleration: Offloaded heavy CSS gradient animations to the GPU using will-change, ensuring a buttery 60FPS experience even on lower-end hardware.
  • UPDATE Perfect Accessibility: Surgically added aria-label tags to all icon-only UI buttons across the platform, achieving a flawless 100/100 Lighthouse A11y score.
  • UPDATE Technical SEO: Reconfigured robots.txt and the XML sitemap to cleanly route web crawlers through the new optimized site architecture.
April 2026

v22.0 The Nitro Update

A massive leap forward in both aesthetic and architectural stability. We've rebranded to NitroIDE and rebuilt the workspace interface from the ground up for ultimate performance.

  • NEW Rebranded to NitroIDE: A fresh identity to reflect our zero-latency execution engine.
  • NEW State Visualizer: Introduced the global Codebox.watch() hook for real-time JSON debugging and state tracking.
  • NEW Device Emulation: Test your CSS breakpoints instantly with Desktop, Tablet, and Mobile viewport toggles.
  • UPDATE Collapsible Output Drawer: Moved the Preview, Console, and State tabs to the bottom of the screen with a sleek minimize/expand chevron to maximize vertical code space.
  • UPDATE Bulletproof Mobile UI: Completely rewrote the workspace header architecture (.ws-header) to guarantee pixel-perfect responsiveness on all mobile devices without CSS bleed.
  • UPDATE Zip Export: Refined the export engine to instantly bundle your multi-file VFS into a production-ready `.zip` archive.
April 2026

v18.0 The Polish Update

A leap forward in aesthetic engineering and core performance. We've stabilized the IDE while introducing powerful new workflow features.

  • NEW Floating PiP Preview: You can now pop the live preview out of the IDE into a draggable, resizable glass window.
  • NEW In-App Feedback: A seamless, serverless feedback widget powered by FormSubmit allows direct communication with the developers.
February 2026

v17.5 Engine Rewrite

  • UPDATE Replaced standard textareas with the official Monaco Editor (VS Code core), introducing Emmet support and syntax highlighting.
  • UPDATE Added magnetic resize sliders between code panels for custom layout geometries.
  • FIX The execution iframe no longer completely reloads when updating pure CSS, reducing flicker.
November 2025

v17.0 The Architecture Update

  • NEW Virtual File System (VFS): Migrated from a single-file view to a multi-file explorer. You can now create custom components and separate your logic into distinct modules.
  • NEW Zip Exporting: Integrated jszip to allow downloading the entire VFS as a production-ready folder.
  • UPDATE Redesigned the Developer Console to capture unhandled promise rejections and structural DOM errors natively.
August 2025

v16.0 Initial Beta

  • NEW Launched the initial zero-latency client-side execution engine.
  • NEW Added the integrated CDN manager for fetching unpkg modules directly into the iframe header.