Official Plugin Templates
Official Plugin Templates
Section titled “Official Plugin Templates”Rhyolite provides a curated set of official plugin templates to help you start fast and follow best practices. Each template is type-safe, tested, and ready for production.
Available Templates
Section titled “Available Templates”- React — Modern React setup with strict TypeScript, linting, and tests
- Vue — Vue 3, Vite, and TypeScript out of the box
- Svelte — SvelteKit, TypeScript, and best-in-class DX
- Solid — SolidJS, fast builds, and strict typing
Usage Example
Section titled “Usage Example”pnpm create rhyolite@latest my-plugin -- --plugin reactReplace react with vue, svelte, or solid to use a different template.
Customization
Section titled “Customization”All templates are fully extensible. Fork, modify, or extend as needed for your workflow.