NitroIDE NitroIDE
Launch Workspace

Privacy & License

TL;DR: NitroIDE operates entirely within your browser. We do not have servers, we do not track your keystrokes, and we cannot see your code.

1. Privacy Policy

NitroIDE is designed with absolute privacy in mind. Because the execution engine is built using HTML5 srcdoc iframes and client-side JavaScript, your code is compiled and executed entirely on your local machine.

Data Storage: Any code you write, files you create in the Virtual File System (VFS), or settings you adjust (like Theme preferences) are stored strictly within your browser's local memory or localStorage. This data never leaves your device.

Data Deletion: Because we do not store your data on external servers, clearing your browser's cache or local storage will permanently delete any unsaved workspaces. Please utilize the Export features within the IDE to save your work to your hard drive.

Analytics & Tracking: We do not use tracking pixels or any form of telemetry. Your coding sessions are your own business.

Third-Party Integrations: If you use the CDN injector to fetch external libraries (like React or Tailwind), your browser will make standard network requests to those CDN providers (e.g., unpkg, cdnjs). Those requests are governed by the respective providers' privacy policies.

2. Terms of Service

NitroIDE is provided as an open-source educational and development utility. By using the platform, you agree to utilize it responsibly. The sandbox environment is designed for frontend web development (HTML, CSS, JavaScript).

3. Open Source Acknowledgements

NitroIDE is built on the shoulders of giants. We utilize the following open-source projects to deliver a premium experience without requiring a backend:

  • Monaco Editor The incredibly powerful text-editor core that powers VS Code, built by Microsoft. (MIT License)
  • Phosphor Icons The flexible, beautiful icon family used throughout our UI. (MIT License)
  • JSZip The client-side zip creation library that powers our instant export features. (MIT License)
  • Emmet-Monaco-ES A lightweight integration providing Emmet abbreviations within the Monaco instance. (MIT License)

4. MIT License

Copyright (c) 2026 NitroIDE

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.