about

home

I had a 'skill' (saved prompt) in dia which would recommend me some recently released albums. When I stopped using dia I still occasionally wanted to run that prompt, so I'd open dia and run it.

That felt silly so I decided to find a new home for it, and figured it should be pretty easy to build a little project which ran the prompt on a regular schedule and nicely displayed the results... And now you're looking at it!

A couple of notes on the implementation, in case you're interested:

  • the prompt is sent to Perplexity via OpenRouter
  • I use the Effect AI package for this
  • this is a small program which is deployed to Cloudflare Workers and runs on a schedule
  • the frontend is a very simple SvelteKit application
  • I worked on it with Amp
  • you can check out the source code on GitHub