The javascript for this site was generated through prompting the Hermes3-405b model via Lambdalabs. These were the prompts:
!llm -m lambdalabs/hermes3-405b 'Generate a single-page HTML that queries the Wikipedia API for articles geotagged within 500 metres of the users position'
!llm -m lambdalabs/hermes3-405b -c 'Add a spinner while the data is loaded'
!llm -m lambdalabs/hermes3-405b -c 'Now add a map to display these points of interest'
!llm -m lambdalabs/hermes3-405b -c 'Add a slider so that the user can set the radius'
!llm -m lambdalabs/hermes3-405b -c 'When the user changes the slider, the page should requery wikipedia and refresh results.'
!llm -m lambdalabs/hermes3-405b -c 'Ok, but the map does not refresh the points'