Transform before the renderer
Place palamedes() before the React plugin, or add it to SolidStart's Vite configuration with the Solid runtime module.
Choose a renderer, not a new model
@palamedes/react and @palamedes/solid expose renderer-specific macros and client helpers over the same catalog semantics.
Keep extraction out of the browser build
The native pmds CLI extracts and updates catalogs explicitly, while Vite focuses on turning application modules into runnable code.