This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Jake Lazaroff
jakelazaroff.com
did:plc:vrrdgcidwpvn4omvn7uuufoo
actually there are some cool client-side patterns w/ astro components. any script tags you use get deduped + bundled so you can e.g. define a custom element and use it in the astro component for client-side interactivity. technically that’s “your own <script>” but it’s more encapsulated + composable
https://docs.astro.build/en/guides/client-side-scripts/
2025-05-05T02:33:29.182Z