Pick a component
The agent reads registry.json and chooses an item by its behavior. Each record names the files, entrypoint, anatomy, tokens, and states needed to use it.
Share this site's URL to provide the catalogue, source, and integration rules.
Your agent can choose a component and download the files.
Use Flowstage for the interface we are building. Read llms.txt, registry.json, and agent-skill.md at this site's root. Choose components that fit the task, fetch their actual source files, and follow their integration references. Download the source into the project. Keep keyboard controls, reduced motion, and cleanup behavior. Verify the result in the target application.
Includes this site's full URL.
Where to start and what to fetch next.
registry.jsonSource paths, anatomy, tokens, and supported states.
agent-skill.mdInstallation, adaptation, and verification instructions.
flowkit-starter.htmlA complete FlowKit example with local source links.
motion.mdThe SVG motion API, controls, and styling reference.
The agent reads registry.json and chooses an item by its behavior. Each record names the files, entrypoint, anatomy, tokens, and states needed to use it.
Save the listed files in your project. FlowKit uses lib/flowkit.css and lib/flowkit.js; SVG motion uses lib/motion.css and lib/motion.js. UI components list their own files.
Load the CSS and JavaScript, then call the item's entrypoint. Use the documented tokens to match your interface. The FlowKit starter and motion reference show complete integrations.
Verify the layout, keyboard interactions, playback controls, and reduced motion. When removing a FlowKit or motion view, call destroy() to release its listeners and animation.