Hacker News new | ask | show | jobs
by nourihab 24 days ago
What an incredibly detailed and calming project! I am really impressed with how you connected so many different audio materials to create a final PWA product. The very fact that it works offline and acts like a native application is enough to make it a great background soundtrack for focused work. I saw your mentioning of Claude Code as a means for handling PWA backend and offline caching issues. As a person who usually creates everything manually, I am willing to find out how it went for you. Did this solution manage to master the technical side of Service Workers and caching techniques at once or did it take a lot of iterations to get everything in order?
1 comments

Thank you. I appreciate your kind words.

I've built PWAs with rich UIs and offline caching in the past and found that Claude Code produced results far quicker than I could. But it wasn't without it's quirks. The service workers and caching were handled pretty seamlessly I must say, but it took LOTS of iterations to get the UI behaving as I wanted, with the level of polish I was aiming for.

There's probably a lesson about taste in here somewhere.