Privacy Policy
Last updated:
1. Data Collection & Usage
Lurix is built with a strictly local-first architecture. We do not collect, store, sell, or transmit any personally identifying information (PII) to our own servers.
2. How We Handle Your Code
❯
Local Caching: When you write code in the Lurix IDE, it is saved directly to your browser's local storage. It never leaves your machine unless explicitly requested.
❯
Codeforces Integration: When you click "Submit", Lurix sends your code directly to the official Codeforces servers. We act only as a bridge.
❯
Local Execution: When you click "Run Samples", your code is securely sent to the Wandbox API (an anonymous compilation service) to execute it against local test cases and return the output.
3. Permissions Explained
❯
Storage: Required to locally save your code so it is not lost if the tab closes.
❯
Host Permissions: Required to inject the editor directly into Codeforces problem pages and communicate with the Wandbox compilation API.
4. Contact Us
If you have any questions about this Privacy Policy, how your data is handled, or just need general support, please contact the developer via email at: dhakshinkotha2007@gmail.com
Getting Started Guide
Welcome to Lurix! Follow these simple steps to supercharge your competitive programming workflow.
1
Open a Problem
Simply navigate to any Codeforces problem page (e.g., codeforces.com/problemset/...). Lurix will automatically inject the IDE right into the page!
2
Write Your Code
Use the fully-featured Monaco Editor. Try typing #inc, for, or main for instant autocomplete snippets!
3
Run Samples Locally
Click the Run Samples button. Lurix will extract the test cases from the page and execute your code locally using the Wandbox API, completely bypassing the Codeforces queue.
4
Submit
Once your samples pass, click Submit. Lurix bypasses anti-bot tokens and submits directly to Codeforces. If a test case fails, Lurix will fetch the hidden failed test case and inject it straight into your IDE!
Pro Tips
★
Competitive Mode: Click the Focus toggle to hide your OS and browser UI for maximum concentration.
★
Vim & Emacs: Open the floating CF+ dock settings menu to enable native Vim or Emacs keybindings.
★
Custom Themes: Change your theme and accent color from the settings menu to match your vibe.