i want to do this: https://stackoverflow.com/questions/61966179/run-a-svelte-app-from-file-with-no-sever
but without using npm to build it
or at least have a svelte component in html
since the api is separate from the site, you can just deploy the svelte app separately. it also compiles into html
either use 2 domains, or create the app in a different repo, build it client side, and then but the build in the original repo