Read and write local files directly from the browser 📂

The File System Access API lets users open, edit, and save files on their device — no server required.

â‹… showOpenFilePicker() to open files
â‹… showSaveFilePicker() to save
â‹… Perfect for code editors, image tools, and local apps

Learn more 👇
https://developer.mozilla.org/en-US/docs/Web/API/File_System_API

File System API - Web APIs | MDN

The File System API — with extensions provided via the File System Access API to access files on the device file system — allows read, write and file management capabilities.

MDN Web Docs