Plugin catalog
A Fayz app is a composition of plugins. Each plugin is a @fayz-ai/* package that declares what it is — navigation, routes, widgets, data — and the core resolves it all at runtime. But before the raw catalog, the practical question is a different one: what product do you want to build? Start there and the right set of plugins falls into place on its own.
What do you want to build?
Each path below is a product type Fayz assembles today. The card carries the promise, the scaffold command that opens the project, and the plugins that make up the base.
A multi-tenant admin with a KPI home, customers, finance and tasks — running on day one.
fayz create admin minha-empresaA calendar with time slots, conflicts and reminders live in an afternoon — with an official Google Calendar addon.
fayz create admin minha-agendaagenda is the booking star (beta, already run in production); reputation slots in as the reviews companion.
Menu, kanban orders and a table map to run the floor on a packed Friday.
fayz create admin meu-restaurantemenu + orders are a vertical pair (beta, stable channel pinned at ^0.3.0).
A customer-facing store with catalog, cart and checkout, assembled from blocks in the manifest.
fayz create storefront minha-lojathe storefront runs on the @fayz-ai/shop and @fayz-ai/storefront packages.
A student portal with "my courses", a lesson player and progress, on top of the headless education engine.
fayz create member meu-portalplugin-courses is in preview — the authoring API may still change.
A bespoke site that pulls in only the Fayz capabilities you need — the headless path.
fayz create storefront meu-sitesites, blog and payments already ship as website surfaces (preview); the headless path shows how to pull in each { manifest, Provider } bundle.
In practice the commands use npx (e.g. npx fayz create admin my-company). Online course and website are still early surfaces (preview) — the status badges on each card tell the truth, and the headless path covers the website bundles (blog, payments) already published.
Full catalog
Every published plugin, grouped by product type, straight from the SDK metadata: status, capability and version of each package. The same plugin can appear in more than one group (plugin-inventory, for example, serves management, e-commerce and food). Click any card to see the specs — each one carries the plugin's data model, AI tools and connectors (the contract an AI reads as a skill).
Management (Admin/SaaS)10
The backbone of a management app: home, sales, finance, forms and operations.
plugin-automationsPreviewThe best automations don't live in a third-party tool watching webhooks from the outside — they live inside the app, listening to…
plugin-conversationsPreviewCustomers reach out everywhere — a WhatsApp here, an Instagram DM there, an email, a text. Replying across five tabs is how…
plugin-crmBetaSales pipeline, leads, deals and activities in a configurable /sales page.
plugin-dashboardPreviewThe app's home: KPIs, an onboarding checklist and widgets contributed by other plugins.
plugin-financialBetaPayables and receivables, cash, reconciliation and cards — the app's finance core.
plugin-formsBetaEvery real business runs on forms it never wanted to build: anamnesis sheets, evolution notes, consent contracts, intake docs.…
plugin-inventoryBetaProduct catalog, stock movements and specs (recipes).
plugin-marketingBetaMarketing analytics are always the same shape — channels, campaigns, a funnel, landing-page CVR — but what counts as a…
plugin-reportsPreviewEvery business eventually asks the same thing: "show me the numbers." plugin-reports answers it without a BI bolt-on. You declare…
plugin-tasksBetaTasks with subtasks, priorities and labels — in a drawer you can reach from any screen.
Scheduling2
Bookings with resources and conflict handling, plus reputation as a companion.
plugin-agendaBetaA calendar with resources, conflict detection and drag-and-drop, driven by config instead of forks.
plugin-reputationPreviewReputation is the cheapest growth lever a local business has, and the easiest to ignore. Reviews sit scattered across Google and…
Restaurant / food4
Menu, orders and floor plan for food-service operations.
plugin-inventoryBetaProduct catalog, stock movements and specs (recipes).
plugin-menuBetaMenu: items, categories, modifiers and real-time availability.
plugin-ordersBetaRestaurant orders on a kanban — dine-in, takeout and delivery.
plugin-tablesBetaRestaurants don't run on records — they run on the room. plugin-tables gives the food vertical a real floor plan: zones, tables,…
E-commerce2
Catalog, orders and inventory for selling to end customers.
Courses1
Course authoring and the student portal.
Website3
Sites, funnels and landing pages — the public-surface path.
plugin-blogPreviewA headless, SEO-ready blog — a /blog list and an article page — as a public-surface bundle for websites.
plugin-paymentsPreviewPix charges behind a single PaymentProvider — QR and copy-paste code, with a mock/real resolver. Thin surface, no migrations.
plugin-sitesPreviewMost teams duct-tape a page builder onto a separate CRM and pray the leads sync. plugin-sites is the GoHighLevel "Sites" surface,…
Platform2
Cross-cutting infrastructure that underpins the other groups.
For the external providers an app can connect to — payments, scheduling, analytics, channels — see the Integrations catalog.