Deployment recipes

Add the tool later — without rebuilding it

Host the public/ folder (GitHub Pages, Netlify, S3, or a subdirectory on the existing sites). Then paste one of the snippets below. Use site=newengland or site=smallbusiness.

1. Iframe (simplest)



      

2. One-line script tag

Drops an auto-sizing iframe into any page. Change the script src to wherever you host embed.js.



      

3. Next.js / current VIM sites

Copy snippets/nextjs-iframe.tsx into either site’s source/src/components/tools/ and render it on a tools page. Do not do that until you are ready to change the live sites.



      

4. WordPress shortcode

Upload snippets/wordpress-shortcode.php as a must-use plugin, then use [vim_illiquidity site="newengland"].

Back to live preview