Getting Started
Components
- Agent Status
- Agent Template Card
- API Key Card
- Button
- Channel Status Card
- Chat Composer
- Code Editor
- Condition Builder
- Confirm Dialog
- Conversation
- Dataset Card
- Document Status Badge
- Extraction Strategy Select
- File Icon
- File Upload
- Indexing Progress
- Matrix
- Message
- Model Diff View
- Model Selector
- Model Type Filter
- Node Catalog
- Option Editor
- Output Variables View
- Package Card
- Prompt Editor
- Provider Status Card
- Radio Card
- Resource Card
- Resource Sidebar
- Response
- Run Node List
- Segment Card
- Shimmering Text
- Token Trend Chart
- Tool Call Card
- Usage Stat Card
- Variable Binding Editor
- Variable Selector
- Workflow Node Card
- Workspace Selector
Once an ZGI UI component is installed, you can import it and use it in your application like any other React component. The components are added as part of your codebase (not hidden in a library), so you can edit the components to suit your specific needs.
Example
After installing ZGI UI components, you can use them in your application like any other React component. For example:
"use client"
import { Card } from "@/components/ui/card"
import { WorkflowNodeCard } from "@/components/ui/workflow-node-card"
export default function Page() {
return (
<Card className="p-4">
<WorkflowNodeCard
title="Intent router"
type="logic"
description="Routes requests to the right workflow."
status="running"
/>
</Card>
)
}On This Page
ExampleDeploy and Scale Agents with ZGI
ZGI delivers the infrastructure and developer experience you need to ship reliable agent, workflow, and knowledge applications at scale.
Talk to an expert