frontend-integration
OfficialConnect Kailash workflows to your React & Flutter apps.
AuthorIntegrum-Global
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Integrating powerful backend workflows with modern frontend applications can be challenging. This Skill provides clear guides and best practices for seamlessly connecting Kailash SDK workflows to React and Flutter UIs, simplifying full-stack development.
Core Features & Use Cases
- React & Flutter Guides: Step-by-step instructions for integrating Kailash with popular frontend frameworks.
- API Client Setup: Learn to configure API clients, manage state, and handle real-time updates.
- Use Case: You're building a mobile app with Flutter that needs to trigger a complex AI workflow. This Skill guides you through setting up the API client, sending data, and displaying results in your Flutter UI.
Quick Start
// React + Nexus API call
import { useQuery } from '@tanstack/react-query';
const { data, isLoading, error } = useQuery({
queryKey: ['workflow', workflowId],
queryFn: () => fetch(/api/workflow/${workflowId}, {
method: 'POST',
body: JSON.stringify({ input: 'data' })
}).then(res => res.json())
});
Dependency Matrix
Required Modules
kailashfastapi
Components
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: frontend-integration Download link: https://github.com/Integrum-Global/new_project_template/archive/main.zip#frontend-integration Please download this .zip file, extract it, and install it in the .claude/skills/ directory.