Creating Your First Feature
This guide walks you through creating a complete frontend feature from scratch: a task management interface that connects to the backend APIs. You'll learn how to create components, manage state, handle API calls and build a fully interactive user interface.
API Calls & Type Generation
Quick reference for making type-safe API calls and managing code generation in your frontend.
Zustand State Management
Quick reference for managing global state with Zustand in your React application.
White-Labeling & Theming
Quick reference for customizing your app's appearance, colors, and branding.
Abraxas Workflows Frontend
Quick reference for starting and monitoring Abraxas workflows from your React frontend using the useAbraxasWorkflow hook and Timeline component.