Skip to main content
Build and run it yourself · Extend

Extend

Plugin examples

Explore bundled examples, from focused reports to complete business workspaces.

Updated September 13, 2026 3 min read

Plugins show how you can shape Command Center around the work your business actually does. Start with a focused report, add a reviewed workflow, or build a dedicated workspace on the shared records and services.

These examples are included in the source. Their guides explain what is implemented, how to try it and which parts you can adapt. A report, a registration scaffold and a complete operator workspace have different capabilities; choose the example that matches the change you want to make.

One example of a tailored workspace: Radar keeps business opportunities and their evidence together. This screen uses fictional demo data to show the decision the workflow supports.

Reports that turn records into a useful review

ExampleWhat you get
Business PulsePipeline risks, commitments and meetings in one factual report.
Pipeline follow-upOpen deals with stale updates or overdue next actions.
Overdue commitmentsOverdue tasks linked to the work behind them.
Meeting preparationUpcoming meetings that need preparation time.

These reports compute findings without a model call. They are useful examples of keeping factual business rules in code while letting AI help interpret the result.

Workflows that create something you can use

ExampleWhat you get
Client onboardingA reviewed checklist tied to a won opportunity.
Meeting commitmentsAssigned, dated tasks tied to a meeting.
Stripe invoicingReviewed invoice creation, sending and customer presentation.

These examples connect a preview to an approval and an execution result. They show how your own workflow can reuse the platform's task or provider services.

Workspaces for a business process

Receivables Collections brings invoice evidence, promises, disputes and reviewed reminders into one case workspace. Opportunity Radar combines a business profile with source-backed growth and relationship reviews. Their guides explain current limits as well as the larger extension patterns.

Learn the smallest building block

The Inventory registration example demonstrates a page, navigation and settings. It is a scaffold for learning module registration, not an inventory product.

Build your own

Choose an example, read its guide, and follow the linked source. Describe your desired business outcome to a coding assistant along with the records it should use and the approvals it must preserve. Then implement and test a focused change using the extension guide.

An extension should feel like part of the same workspace: the same customers, the same permissions, and a recorded result your team can inspect. That shared foundation is what lets you spend more time on your business-specific capability.

Go beyond the examples

The bundled examples are a starting library. You can build an App with different records, a custom lifecycle, its own queue and a bespoke interface. Follow the customization path to choose between settings and source changes, or use the AI development brief to describe a new App to a coding assistant. General-purpose App creation inside Command Center is planned; the current path uses the source repository.