Hacker News new | ask | show | jobs
by Octabrain 994 days ago
I have to admit, as a Spaniard that moved 7 years ago to the UK, that the government related sites are an absolute pleasure to work with. Taxes, information of any kind etc everything clear and straightforward. I take my hat off.

PS: Does anyone know the stack they use?

2 comments

Even the NHS website is so clean and accessible. I think every EU country should just adopt their format.
gov.uk manages some of the content using Whitehall which looks like a custom CMS using Ruby on Rails https://github.com/alphagov/whitehall

nhs.uk is built using Wagtail, a Django based CMS.