diff --git a/public/images/posts/aca-calc-chart.png b/public/images/posts/aca-calc-chart.png
new file mode 100644
index 000000000..102e7fa04
Binary files /dev/null and b/public/images/posts/aca-calc-chart.png differ
diff --git a/src/PolicyEngine.jsx b/src/PolicyEngine.jsx
index 364b531a1..8a4ed9824 100644
--- a/src/PolicyEngine.jsx
+++ b/src/PolicyEngine.jsx
@@ -52,6 +52,7 @@ import DeveloperHome from "./pages/DeveloperHome";
import CTCComparison from "./applets/CTCComparison";
import CTCCalculator from "./applets/CTCCalculator";
import GiveCalc from "./applets/GiveCalc";
+import ACACalc from "./applets/ACACalc";
import { wrappedResponseJson } from "./data/wrappedJson";
import US2024ElectionCalculator from "./applets/US2024ElectionCalculator";
import SALTernative from "./applets/SALTernative";
@@ -407,6 +408,7 @@ export default function PolicyEngine() {
element={}
/>
} />
+ } />
}
diff --git a/src/applets/ACACalc.jsx b/src/applets/ACACalc.jsx
new file mode 100644
index 000000000..d44cc49e3
--- /dev/null
+++ b/src/applets/ACACalc.jsx
@@ -0,0 +1,33 @@
+import Header from "../layout/Header";
+import { Helmet } from "react-helmet";
+import style from "../style";
+import { useWindowHeight } from "../hooks/useWindow";
+
+export default function ACACalc() {
+ const windowHeight = useWindowHeight();
+
+ return (
+ <>
+
+ ACA-Calc | PolicyEngine
+
+
+
+
+
+ >
+ );
+}
diff --git a/src/images/posts/aca-calc-chart.png b/src/images/posts/aca-calc-chart.png
new file mode 100644
index 000000000..102e7fa04
Binary files /dev/null and b/src/images/posts/aca-calc-chart.png differ
diff --git a/src/images/posts/biden-arpa.png b/src/images/posts/biden-arpa.png
new file mode 100644
index 000000000..24e3f490d
Binary files /dev/null and b/src/images/posts/biden-arpa.png differ
diff --git a/src/posts/articles/introducing-aca-calc.md b/src/posts/articles/introducing-aca-calc.md
new file mode 100644
index 000000000..962a2d4ce
--- /dev/null
+++ b/src/posts/articles/introducing-aca-calc.md
@@ -0,0 +1,47 @@
+The enhanced Affordable Care Act premium tax credits are set to expire at the end of 2025. We're launching [**ACA-Calc**](../aca-calc) — an interactive calculator that estimates premium tax credits for individual households.
+
+[**_Calculate your household's premium tax credits here._**](../aca-calc)
+
+## What the tool does
+
+ACA-Calc allows users to estimate Affordable Care Act premium tax credits for any household configuration. The tool calculates subsidies under the enhanced schedule (the subsidies enacted through the American Rescue Plan Act and extended through 2025) and the original schedule (the subsidy levels that would apply if enhancements expire). The tool shows side-by-side comparisons of how the two policy scenarios affect household premiums and subsidy eligibility.
+
+## Example
+
+Consider a married couple in West Virginia, ages 60 and 64, with no dependents and an annual household income of $63,450.
+
+Their base Second Lowest Cost Silver Plan is $49,687 per year ($4,141 per month).
+
+Under the enhanced schedule (2026 with IRA), they would receive $45,880 in annual premium tax credits. Under the original schedule (2026 after expiration), they would receive $43,659 in annual premium tax credits.
+
+When the IRA enhancements expire, their premium tax credits would decrease by $2,221 per year ($185 per month).
+
+**Healthcare Assistance by Household Income showing premium tax credits with and without IRA enhancements**
+
+
+
+## Key features
+
+The calculator accepts detailed household information including location (state and county for accurate benchmark premium data), household Modified Adjusted Gross Income, family composition (number and ages of household members), and filing status (single or married).
+
+Users can compare outcomes across two scenarios: the enhanced schedule (current law through 2025) and the original schedule (pre-2021 baseline if enhancements expire).
+
+For each scenario, the tool displays the annual premium tax credit (total subsidy amount), monthly premium tax credit (subsidy divided across 12 months), premium percentage cap (maximum premium as percentage of income), benchmark premium (second-lowest-cost Silver plan in your area), and required contribution (amount paid toward premiums).
+
+The tool provides instant recalculation as you adjust household income levels, number of household members, ages of family members, and geographic location. ACA-Calc includes benchmark premium data for all counties across the United States.
+
+## How it works
+
+The calculator implements the ACA premium tax credit formula using PolicyEngine's validated rules engine. First, it determines household size and income relative to the Federal Poverty Line. Next, it looks up the benchmark premium (second-lowest-cost Silver plan) for your county. The calculator then calculates the applicable percentage from the premium cap schedule and computes your required contribution as that percentage of income. Finally, it subtracts your contribution from the benchmark premium to determine the credit amount.
+
+The tool applies the same calculation methods used in PolicyEngine's full microsimulation model, which has been validated against official sources including Internal Revenue Service data.
+
+## Policy context
+
+The enhanced premium tax credits are set to expire at the end of 2025. The Congressional Budget Office estimates that if the enhancements expire, marketplace enrollment would decrease by approximately 3.4 million people.
+
+For households purchasing coverage through ACA marketplaces, the difference between the enhanced and original subsidy schedules affects annual subsidy amounts, premium contribution requirements as a percentage of income, and subsidy eligibility thresholds.
+
+## Get started
+
+ACA-Calc is available at [**policyengine.org/us/aca-calc**](../aca-calc). To use the calculator, enter your household's basic information (state, county, income, size), review your premium tax credit under each schedule, compare the enhanced versus original subsidy amounts, and adjust household parameters to see how credits change.
diff --git a/src/posts/posts.json b/src/posts/posts.json
index ff7da763f..77137332d 100644
--- a/src/posts/posts.json
+++ b/src/posts/posts.json
@@ -1,4 +1,13 @@
[
+ {
+ "title": "Introducing ACA-Calc: Calculate your household's premium tax credits",
+ "description": "New interactive calculator shows how Affordable Care Act subsidies affect households under current enhanced schedule and original schedule.",
+ "date": "2025-09-30",
+ "tags": ["us", "policy", "featured", "healthcare", "interactives"],
+ "authors": ["daphne-hansell"],
+ "filename": "introducing-aca-calc.md",
+ "image": "biden-arpa.png"
+ },
{
"title": "How carbon tax and dividend policies affect UK households",
"description": "PolicyEngine analysis of £100/200 per tonne carbon taxes with full dividend redistribution shows approximately 71% of UK residents would gain.",