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.

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead
August 15, 2026
mcp-gateway is a powerful Rust binary designed to streamline AI agent interaction with diverse tools. It consolidates unlimited MCP servers and REST APIs behind a single, compact endpoint, drastically reducing context token overhead and enabling efficient tool access.

Jan: An Open-Source, Offline ChatGPT Alternative for Your Desktop
August 14, 2026
Jan is a powerful open-source desktop application that provides a 100% offline alternative to ChatGPT. It allows users to download and run various large language models locally, ensuring complete control and privacy over their AI interactions. With support for multiple platforms, Jan offers a robust solution for personal and private AI use.

TurboLLM: Run Local LLMs with Auto-Tuning, Any Engine, and a Polished UI
August 13, 2026
TurboLLM is a powerful, lightweight solution for running local LLM engines, offering auto-tuning for your GPU and a polished web UI. It supports any llama-server compatible binary, including community forks, and provides both OpenAI and Anthropic-compatible APIs. This offline-first tool allows users to maximize performance and flexibility with their local language models.
OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents
August 12, 2026
OpenSandbox is a powerful, general-purpose sandbox platform designed for AI applications. It provides secure, fast, and extensible runtime environments, supporting multi-language SDKs and Docker/Kubernetes deployments. This project is ideal for developing and evaluating AI agents in isolated, controlled settings.
Source repository
Open the original repository on GitHub.
8 counted GitHub visits