Deferred cleanup tasks from the Vite → Next.js migration (#811). To be done after site is stable and ui-kit is integrated.
Remaining deletions
Improvements (not regressions)
Context
Migration audit on 2026-04-02 confirmed all phases are functionally complete. Website and calculator both serving from Next.js in production. These items are safe to defer until ui-kit integration stabilizes shared components.
Parent issue: #811
Deferred cleanup tasks from the Vite → Next.js migration (#811). To be done after site is stable and ui-kit is integrated.
Remaining deletions
app/scripts/generate-prerender.ts(replaced by Next.js SSG)app/scripts/generate-sitemap.ts(replaced bywebsite/src/app/sitemap.ts)app/scripts/generate-llms-txt.ts(replaced by route handlers in PR Add llms.txt route handlers to Next.js website #905)vite.config.mjs,website.html,calculator.html)react-router-domdependency, router files)Improvements (not regressions)
generateMetadatato home page and research listing for social sharing previews (Next.js migration: middleware + SEO #815)generateMetadatato supporters and citations pagesContext
Migration audit on 2026-04-02 confirmed all phases are functionally complete. Website and calculator both serving from Next.js in production. These items are safe to defer until ui-kit integration stabilizes shared components.
Parent issue: #811