All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Security
Security
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Chrome's window.showDirectoryPicker API Enables Local-First Web Apps with Direct File System Access

By

steveharrison

16d ago· 2 min readenNews

Summary

Chrome's new window.showDirectoryPicker() API allows websites to request read/write access to a user-selected directory on their computer, enabling local-first web applications where users own their data instead of storing it in the cloud. The article highlights use cases like local-first notes apps for Markdown files, and the author shares a personal experiment using Claude AI to recreate Apple's Aperture UI with this API.

Source

Hacker NewsChrome's window.showDirectoryPicker API Enables Local-First Web Apps with Direct File System Accesssteveharrison.dev

Key quotes

· 3 pulled
window.showDirectoryPicker() allows the user to grant access to a directory on their computer and allow a website to read/write everything inside.
a local-first notes app, where you can grant it access to a folder full of Markdown notes, and you own the data rather than it being squirrelled away in some cloud service.
I was getting nostalgic about Apple's Aperture UI and wondered whether Claude could create a similarly-themed UI.
Snippet from the RSS feed
Chrome introduced a new API, window.showDirectoryPicker() that allows the user to grant access to a directory on their computer and allow a website to read/write everything inside.

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.