From e77d374b070ccf9b677fb34cf0bfa7cc07f47dcc Mon Sep 17 00:00:00 2001 From: Max Ghenis Date: Thu, 27 Nov 2025 07:59:25 -0500 Subject: [PATCH] Add SPM Threshold Calculator to apps MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Embeds the SPM Threshold Calculator (https://policyengine.github.io/spm-calculator/) as an iframe in the US country pages. The calculator allows users to: - Calculate SPM thresholds for any family composition - Adjust for geographic cost of living (GEOADJ) - View historical and forecasted thresholds (2015-2030) - Understand the CE Survey methodology 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- app/src/data/apps/apps.json | 9 +++++++++ changelog_entry.yaml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/app/src/data/apps/apps.json b/app/src/data/apps/apps.json index 228dbdfc..99626bbf 100644 --- a/app/src/data/apps/apps.json +++ b/app/src/data/apps/apps.json @@ -1,4 +1,13 @@ [ + { + "type": "iframe", + "slug": "spm-calculator", + "title": "SPM Threshold Calculator", + "description": "Calculate Supplemental Poverty Measure thresholds for any US geography, family composition, and year", + "source": "https://policyengine.github.io/spm-calculator/", + "tags": ["us", "featured", "policy", "poverty"], + "countryId": "us" + }, { "type": "iframe", "slug": "uk-autumn-budget-2025", diff --git a/changelog_entry.yaml b/changelog_entry.yaml index 76a17e1f..af80a2e5 100644 --- a/changelog_entry.yaml +++ b/changelog_entry.yaml @@ -1,4 +1,4 @@ -- bump: minor +- bump: patch changes: added: - - Blog post comparing OBR March 2025 and November 2025 economic projections with interactive chart + - SPM Threshold Calculator app embedding for US country pages