How can we help?

How do I get started with Webspire?

Install the CLI with `npm install -g @webspire/cli`, then run `webspire init` in your project directory. Browse available patterns with `webspire list` and add them with `webspire add`.

Can I customize the patterns after adding them?

Absolutely. Patterns are copied into your project as plain HTML with Tailwind classes. You own the code and can modify everything freely.

Do patterns work with any framework?

Yes. All patterns are HTML-first with Tailwind utilities. They work in any framework that supports HTML — React, Vue, Svelte, Astro, plain HTML, and more.