Phials plugin documentation
User guide
AI Disclosure: This page was generated by an LLM and may contain inaccuracies. Hand-crafted documentation will be implemented over time on the road to 1.0

Get started

Start here to understand what a Phials plugin can add and reach a working local installation with the supported starter project. You need working knowledge of TypeScript, npm, Git, and component-based web development; prior Phials, Svelte 5, or Phoundry UI experience is not required.

  • Understand Phials plugins introduces capabilities, providers, lifecycle states, the public SDK, and the trust boundary.
  • Build your first plugin takes the plugin starter from a fresh checkout to an activated plugin and a visible first change.
  • Use Svelte and Phoundry UI covers the supported component patterns, shared interface library, styling, responsiveness, and accessibility.

After the first-plugin path works, use Run your plugin locally for the complete repeatable development loop.