BrieflyAct
Quick Facts. Direct Action.
Welcome to BrieflyAct. We highlight critical public campaigns to make it as simple as possible for you to take immediate action.
5
Active Briefings
Real-Time
Data
100%
Independent
function countActiveBriefings() { // Broadened to scan for ANY link containing the word 'mega' to prevent skips const totalCards = document.querySelectorAll('a[href*="mega"]').length; if (totalCards > 0) { document.getElementById('auto-briefing-count').innerText = totalCards; } } // Runs multiple times to guarantee it catches Carrd's rendering steps countActiveBriefings(); setTimeout(countActiveBriefings, 500); setTimeout(countActiveBriefings, 1500); setTimeout(countActiveBriefings, 3000);
How the Parliamentary Process Works❖ 10,000 Signatures — The UK Government is constitutionally required to issue a formal, written response to the petition.❖ 100,000 Signatures — The petition is automatically considered for a full, recorded debate by MPs inside the House of Commons.❖ Your MP Letter — Direct constituent emailing bypasses automated public filters, forcing mandatory review by your representative's office.
Abolish interest charges on student loans
Over
23,564 citizens have already signed to abolish interest charges on student loans. Help push this movement to the 100,000 target required for a full Parliamentary debate This petition ends in
.. days and
.. hours.
function fetchLoanData() { const targetUrl = 'https://parliament.uk' + Math.random(); const proxyUrl = 'https://allorigins.win' + encodeURIComponent(targetUrl); fetch(proxyUrl).then(r => r.json()).then(d => { const totalSignatures = d.data.attributes.signature_count; document.getElementById('loan-count').innerText = Number(totalSignatures).toLocaleString('en-GB'); }).catch(() => {}); } function calculateLoanTimeLeft() { const diff = new Date("2026-08-11T23:59:59").getTime() - new Date().getTime(); document.getElementById("loan-days").innerText = diff < 0 ? "0" : Math.floor(diff / 86400000); document.getElementById("loan-hours").innerText = diff < 0 ? "0" : Math.floor((diff % 86400000) / 3600000); } fetchLoanData(); calculateLoanTimeLeft(); setInterval(fetchLoanData, 30000); setInterval(calculateLoanTimeLeft, 60000); Petition Closes on 8 December 2026
End the mandatory fortification of white flour with folic acid immediately.
Over
28,536 citizens have already signed to stop the mass medication of the UK food supply. Help push this movement to the 100,000 target required for a full Parliamentary debate This petition ends in
.. days and
.. hours.
function fetchFlourData() { const targetUrl = 'https://parliament.uk' + Math.random(); const proxyUrl = 'https://allorigins.win' + encodeURIComponent(targetUrl); fetch(proxyUrl).then(r => r.json()).then(d => { const totalSignatures = d.data.attributes.signature_count; document.getElementById('flour-count').innerText = Number(totalSignatures).toLocaleString('en-GB'); }).catch(() => {}); } function calcFlour() { const diff = new Date("2026-12-08T23:59:59").getTime() - new Date().getTime(); document.getElementById("flour-days").innerText = diff < 0 ? "0" : Math.floor(diff / 86400000); document.getElementById("flour-hours").innerText = diff < 0 ? "0" : Math.floor((diff % 86400000) / 3600000); } fetchFlourData(); calcFlour(); setInterval(fetchFlourData, 30000); setInterval(calcFlour, 60000); Petition Closes on 8 December 2026
Ban Atmospheric Geo-Engineering in the United Kingdom.
Over
42,845 citizens have already signed to prohibit atmospheric geoengineering in UK skies. Help push this movement to the 100,000 target required for a full Parliamentary debate This petition ends in
.. days and
.. hours.
function fetchGeoEngineeringData() { const targetUrl = 'https://parliament.uk.json?nocache=' + Math.random(); const proxyUrl = 'https://allorigins.win' + encodeURIComponent(targetUrl); fetch(proxyUrl).then(r => r.json()).then(d => { const totalSignatures = d.data.attributes.signature_count; document.getElementById('geoeng-count').innerText = Number(totalSignatures).toLocaleString('en-GB'); }).catch(() => {}); } function calculateGeoengTimeLeft() { const diff = new Date("2026-08-24T23:59:59").getTime() - new Date().getTime(); document.getElementById("geoeng-days").innerText = diff < 0 ? "0" : Math.floor(diff / 86400000); document.getElementById("geoeng-hours").innerText = diff < 0 ? "0" : Math.floor((diff % 86400000) / 3600000); } fetchGeoEngineeringData(); calculateGeoengTimeLeft(); setInterval(fetchGeoEngineeringData, 30000); setInterval(calculateGeoengTimeLeft, 60000); Petition Closes on 24 August 2026
Raise the personal tax allowance to £18,000
Over
38,143 citizens have already signed to lift the personal tax allowance to £18,000. Help push this movement to the 100,000 target required for a full Parliamentary debate This petition ends in
.. days and
.. hours.
function fetchTaxData() { const targetUrl = 'https://parliament.uk' + Math.random(); const proxyUrl = 'https://allorigins.win' + encodeURIComponent(targetUrl); fetch(proxyUrl).then(r => r.json()).then(d => { const totalSignatures = d.data.attributes.signature_count; document.getElementById('tax-count').innerText = Number(totalSignatures).toLocaleString('en-GB'); }).catch(() => {}); } function calculateTaxTimeLeft() { const diff = new Date("2026-09-30T23:59:59").getTime() - new Date().getTime(); document.getElementById("tax-days").innerText = diff < 0 ? "0" : Math.floor(diff / 86400000); document.getElementById("tax-hours").innerText = diff < 0 ? "0" : Math.floor((diff % 86400000) / 3600000); } fetchTaxData(); calculateTaxTimeLeft(); setInterval(fetchTaxData, 30000); setInterval(calculateTaxTimeLeft, 60000); Petition Closes on 30 September 2026
Introduce an NHS data opt-out & require a consultation for system expansions.
National campaign to introduce a comprehensive NHS data opt-out system and mandate full public consultations for all future system expansions.
Petition Closes on 14 July 2026
Stay Engaged.
Bookmark this page and check back regularly.
We constantly monitor active public campaigns and update this hub with fresh fact sheets, petition links, and editable letter templates. New briefs are added weekly to help you take immediate action on the issues that matter most.
Special thanks to Rachel, Karina, Logan and Bobby.
▲ Back to Top
Disclaimer: BrieflyAct is an independent, non-partisan curation platform. The information and letter templates provided on this site are for educational and civic engagement purposes only and do not constitute legal or professional advice. Visitors are encouraged to verify petition details directly via the official UK Parliament website. This site uses anonymous cookies via Google Analytics to monitor traffic sources.
© 2026 BrieflyAct. All rights reserved.