Track Scottish party manifestos and compare policies side by side. Built for voters.
Live at scotvote26.org — Scottish Parliament election, 7 May 2026.
- Tracks manifesto release dates for every major party
- Compares party commitments across 13 policy areas in one table
- Filterable by policy area so you can focus on what matters to you
- Updated as manifestos are published
Non-partisan. No ads. No tracking beyond basic analytics.
- Jekyll 4.3 — static site, no database
- Pure CSS, no frameworks
- Vanilla JS for table filtering
- Hosted on GitHub Pages
- Analytics via GoatCounter (privacy-first, no cookies)
git clone https://github.com/YOUR-USERNAME/elections-scotland-2026
cd elections-scotland-2026
bundle install
bundle exec jekyll serve --livereloadSite runs at http://localhost:4000.
All content lives in two YAML files — no need to touch templates.
Edit _data/parties.yml:
manifesto_released: true
manifesto_date: "16 April 2026"
manifesto_url: "https://example.com/manifesto"Edit _data/policies.yml, find the policy area and the relevant party entry:
- party: snp
status: committed # committed | opposed | partial | tbc
summary: "Plain-English description of the commitment."Add a block to _data/policies.yml following the existing structure. Include an entry for every party in _data/parties.yml.
Spotted an error or a missing commitment? Contributions welcome.
- Fork the repo
- Update the relevant
_data/file - Open a pull request with a source link in the description
Please link to an official party source (manifesto PDF, party website) for any policy data you add or change.
MIT — see LICENSE.