Wrote up a fun vibe-coding project, I had Claude Code build me a SwiftUI macOS app for presenting a talk by turning a list of URLs into a full-screen slide experience I could remote control from my phone https://simonwillison.net/2026/Feb/25/present/
I vibe coded my dream macOS presentation app

I gave a talk this weekend at Social Science FOO Camp in Mountain View. The event was a classic unconference format where anyone could present a talk without needing to …

Simon Willison’s Weblog

@simon

> This works great, but comes with a very scary disadvantage: if the browser crashes I’ve just lost my entire deck!

I believe all browsers nowadays have a "restore previous session" feature that load all the tabs from last time.

@simon thinking a bit more about it, except for the remote control on the phone, the app basically replicates the bookmark functionality of some web browsers.

On Firefox, you can create a "bookmark folder", sort the links in any order you want, and then click on "Open All in Tabs" to open all the bookmarks at once.

Not trying to sound negative, you probably had a lot of fun with the project which is what matters. Just wanted to point out an alternative solution.