# plugin-sites

`@fayz-ai/plugin-sites` · preview · Visual surface

Most teams duct-tape a page builder onto a separate CRM and pray the leads sync. plugin-sites is the GoHighLevel "Sites" surface, native to your Fayz app: funnels, landing pages, and full websites that capture leads straight into the same tenant your pipeline lives in. No webhooks, no Zapier, no copy-paste.

## Specs

- **Package:** `@fayz-ai/plugin-sites`
- **Version:** 0.2.3
- **Status:** preview
- **Capability:** Visual surface
- **Product type:** Website
- **Stable channel:** `^0.2.3`
- **Migrations:** none
- **Factory:** `createSitesPlugin()`

## Data model

No tables of its own — this plugin uses the core / archetype library (same rule: tenant_id + RLS)..

## AI tools

This plugin declares no AI tools.

## Integrations

No hosted connector — external providers come in via the connector spine (`@fayz-ai/core`).

## Integrate

Add the plugin to surfaces.admin.plugins in your app's app.manifest.json and run the doctor to validate:

```json
{ "surfaces": { "admin": { "plugins": [ { "id": "sites", "enabled": true } ] } } }
```

```bash
npx fayz doctor
```
