Frequently Asked Questions

Where are my files stored? All files are stored locally on your device inside your browser's secure IndexedDB. They're never uploaded to any server automatically — you maintain full ownership and privacy of your code. Only cloud share sends files to a server.

Do I need an internet connection to use Veyrix? No. Once loaded in your browser for the first time, its Service Worker caches the application, so you can use the IDE entirely offline. An internet connection is only needed for "Cloud Share."

Can I recover a deleted file? No. Deleting a file from the sidebar removes it permanently from local IndexedDB, along with all associated snapshots. Use the Download feature to keep manual backups of important code.

What languages does Veyrix support? Syntax highlighting for 50+ languages via Ace Editor. Common formats — HTML, CSS, JavaScript, TypeScript, Python, Markdown, JSON, YAML, XML — are auto-detected from the file extension.

Can I install Veyrix as an app? Yes — it's a Progressive Web App. Tap the menu button, then "Install Web App." It runs fullscreen without browser toolbars.