Simple file sharing in 2026

The other day, it took me half an hour to share an HTML file of a blog design from my phone with Claude Code, which was running in an isolated environment. Now Iโ€™m not inexperienced when it comes to computers but file sharing on iOS is just needlessly complicated.

Claude code canโ€™t read files shared using iCloud and all the services it suggested like Pastee allow sharing of text but itโ€™s not possible to view the source of an .html file stored in Files on iOS without third party apps. Ultimate I had to push the file into a temporary git repository.

Anyway, what I needed was a simple file share so I whipped up FileShare. Login with an account you setup and create temporary or permanent private and public files

#projects #fileshare