fayzfayz sdk
PTEN

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.

Management system (Admin/SaaS)

A multi-tenant admin with a KPI home, customers, finance and tasks — running on day one.

fayz create admin minha-empresa
dashboardcrmfinancialtasksformsinventoryreportsmarketing
Online scheduling system

A calendar with time slots, conflicts and reminders live in an afternoon — with an official Google Calendar addon.

fayz create admin minha-agenda
agendareputation

agenda is the booking star (beta, already run in production); reputation slots in as the reviews companion.

Restaurant / food

Menu, kanban orders and a table map to run the floor on a packed Friday.

fayz create admin meu-restaurante
menuorderstablesinventory

menu + orders are a vertical pair (beta, stable channel pinned at ^0.3.0).

E-commerce

A customer-facing store with catalog, cart and checkout, assembled from blocks in the manifest.

fayz create storefront minha-loja
shopinventoryorders

the storefront runs on the @fayz-ai/shop and @fayz-ai/storefront packages.

Online coursePreview

A student portal with "my courses", a lesson player and progress, on top of the headless education engine.

fayz create member meu-portal
courses

plugin-courses is in preview — the authoring API may still change.

Website / landing pageExperimental

A bespoke site that pulls in only the Fayz capabilities you need — the headless path.

fayz create storefront meu-site
sitesblogpayments

sites, 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-automationsPreview

The best automations don't live in a third-party tool watching webhooks from the outside — they live inside the app, listening to…

Visual surfacev0.2.3
plugin-conversationsPreview

Customers reach out everywhere — a WhatsApp here, an Instagram DM there, an email, a text. Replying across five tabs is how…

Partial capabilityv0.2.4
plugin-crmBeta

Sales pipeline, leads, deals and activities in a configurable /sales page.

Partial capabilityv0.3.0
plugin-dashboardPreview

The app's home: KPIs, an onboarding checklist and widgets contributed by other plugins.

Visual surfacev0.1.6
plugin-financialBeta

Payables and receivables, cash, reconciliation and cards — the app's finance core.

Partial capabilityv0.2.0
plugin-formsBeta

Every real business runs on forms it never wanted to build: anamnesis sheets, evolution notes, consent contracts, intake docs.…

Partial capabilityv0.2.0
plugin-inventoryBeta

Product catalog, stock movements and specs (recipes).

Partial capabilityv0.1.7
plugin-marketingBeta

Marketing analytics are always the same shape — channels, campaigns, a funnel, landing-page CVR — but what counts as a…

Partial capabilityv0.2.1
plugin-reportsPreview

Every business eventually asks the same thing: "show me the numbers." plugin-reports answers it without a BI bolt-on. You declare…

Partial capabilityv0.2.0
plugin-tasksBeta

Tasks with subtasks, priorities and labels — in a drawer you can reach from any screen.

Partial capabilityv0.1.7

Scheduling2

Bookings with resources and conflict handling, plus reputation as a companion.

Restaurant / food4

Menu, orders and floor plan for food-service operations.

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.

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.