This section covers the fundamental building blocks of C1. These guides walk you through the complete, end-to-end flow: from making your first backend API call to rendering a dynamic, data-driven UI on the frontend. Mastering these concepts is the first step to building any application with C1.Documentation Index
Fetch the complete documentation index at: https://docs.thesys.dev/llms.txt
Use this file to discover all available pages before exploring further.
Guides in This Section
- Integrating C1 in your backend Call the C1 API from your backend using the OpenAI-compatible endpoint.
- Rendering C1 Responses into live UI Use the C1 React SDK to render the API response as interactive UI components.
- Streaming Stream responses from the API to create a real-time, responsive user experience.
- Guiding UI generations Use system prompts to control the structure and content of the generated UI.
- Integrate data via Tool Calling Connect C1 to your own data sources and APIs using tool calling.