Skip to content

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.

  • 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
Terminal window
pnpm create rhyolite@latest my-plugin -- --plugin react

Replace react with vue, svelte, or solid to use a different template.

All templates are fully extensible. Fork, modify, or extend as needed for your workflow.