Ant Design X: Crafting AI-Driven Interfaces with React Components
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Ant Design X is an innovative open-source project by Ant Design, designed to simplify the creation of AI-driven user interfaces. It offers a comprehensive suite of enterprise-level LLM components, tools for efficient data stream management, and a high-performance Markdown renderer. Built with TypeScript, it leverages React and Ant Design to provide a robust solution for modern AI applications.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Ant Design X is an innovative open-source project from Ant Design, meticulously crafted to simplify the development of AI-driven user interfaces. It offers a comprehensive suite of enterprise-level Large Language Model (LLM) components, robust tools for efficient data stream management, and a high-performance Markdown renderer. Built with TypeScript and leveraging the power of React and the Ant Design ecosystem, Ant Design X provides developers with a powerful and flexible solution for pioneering intelligent new experiences.
Installation
To get started with Ant Design X, you can use npm or utoo, which is recommended for local development due to its use of npm-workspace.
First, install utoo globally:
npm i -g utoo
Then, install project dependencies:
ut install
You can start the project using utoo as well:
ut start
# Or for a specific package:
ut start --workspace @ant-design/x
For adding dependencies to a subpackage, navigate into its directory or use the --workspace flag:
cd packages/x && ut install [pkg@version]
# Or:
ut install [pkg@version] --workspace packages/x
Examples
Ant Design X is structured into several packages, each serving a distinct purpose in building AI applications:
@ant-design/x: This core package provides a rich set of atomic components designed for various interaction stages, following the RICH interaction paradigm. These components enable developers to flexibly build their AI application interfaces.@ant-design/x-sdk: This package offers a collection of utility APIs specifically tailored to help developers manage AI application data streams efficiently and out of the box. It simplifies the complexities of data flow in intelligent systems.@ant-design/x-markdown: Aiming for high performance and extensibility, this package provides a streaming-friendly Markdown renderer. It supports advanced features like streaming rendering of formulas, code highlighting, and Mermaid diagrams, making it ideal for displaying dynamic AI-generated content.
Why Use Ant Design X?
- Enterprise-Level LLM Components: Quickly build sophisticated AI interfaces with ready-to-use, high-quality components tailored for LLM interactions.
- Efficient Data Management: Streamline AI application data flows with powerful SDK utilities, simplifying complex data handling.
- Advanced Markdown Rendering: Deliver dynamic content with a high-performance, streaming-friendly Markdown renderer that supports rich features like formulas, code highlighting, and Mermaid.
- React and TypeScript: Benefit from a modern, type-safe development experience within the robust React ecosystem.
- Ant Design Ecosystem Integration: Seamlessly integrate Ant Design X into existing Ant Design projects, ensuring consistency and leveraging familiar patterns.
Links
- GitHub Repository: https://github.com/ant-design/x
@ant-design/xon npm: https://www.npmjs.com/package/@ant-design/x@ant-design/x-sdkon npm: https://www.npmjs.com/package/@ant-design/x-sdk@ant-design/x-markdownon npm: https://www.npmjs.com/package/@ant-design/x-markdown- Community Support (GitHub Discussions): https://github.com/ant-design/x/discussions
Related repositories
Similar repositories that may be relevant next.
OpenMontage: The First Open-Source, Agentic Video Production System
June 29, 2026
OpenMontage is the world's first open-source, agentic video production system, designed to transform your AI coding assistant into a full video production studio. It features 12 pipelines, 52 tools, and over 500 agent skills, enabling end-to-end video creation from a simple prompt. This powerful tool handles research, scripting, asset generation, editing, and final composition, including the unique ability to produce real video from stock footage.

Guardrails: Enhancing LLM Reliability and Structured Data Generation
June 26, 2026
Guardrails is a Python framework designed to build reliable AI applications by adding guardrails to large language models. It helps detect, quantify, and mitigate risks in LLM inputs/outputs, and facilitates the generation of structured data. This framework ensures more predictable and safer interactions with AI models.

OpenPencil: The AI-Native, Open-Source Figma Alternative Design Editor
June 21, 2026
OpenPencil is an innovative AI-native design editor, serving as a powerful open-source alternative to Figma. It supports .fig files, integrates AI for design creation, and provides a fully programmable toolkit with a headless Vue SDK. This project emphasizes real-time collaboration and local data control, making it a compelling choice for designers and developers seeking flexibility and ownership.
REAL Video Enhancer: AI-Powered Video Interpolation, Upscaling, and Denoising
June 19, 2026
REAL Video Enhancer is a powerful open-source application designed to enhance video quality across Linux, Windows, and macOS. It leverages AI models for advanced video processing tasks such as frame interpolation, upscaling, decompression, and denoising. This tool provides a modern alternative to older software, making high-quality video enhancement accessible to a wider audience.
Source repository
Open the original repository on GitHub.