Ant Design, but make it AIGC
A React component library that extends Antd with opinionated theming, motion, and i18n plumbing for generative-AI interfaces.

What it does
Lobe UI is a React component library pitched at builders of AIGC web apps. It wraps Ant Design components in its own ThemeProvider and adds I18nProvider and motion-aware ConfigProvider utilities. In practice, it is an opinionated layer atop Antd that supplies extra scaffolding rather than a ground-up replacement.
The interesting bit
The README is refreshingly honest about the library’s lineage: components are built directly on Antd and fully compatible with it, with antd-style recommended for CSS-in-JS. The quirk is that animations are not internalized; you must manually inject a motion component from motion/react through ConfigProvider, making animation a hard external dependency.
Key highlights
- Explicitly Antd-based and fully compatible with Ant Design’s component set.
- Bundled i18n support with resource bundles for forms and hotkeys.
- ESM-only; no CommonJS build is provided.
- Requires integration with
motion/reactfor animated components. - Part of the broader LobeHub ecosystem alongside Lobe Chat and Lobe Icons.
Caveats
- The README never itemizes the component catalog, so which parts are uniquely “AIGC” beyond branding is unclear.
- ESM-only distribution means extra transpile configuration for Next.js page-router SSR.
Verdict Useful if you are already in the Antd ecosystem and want pre-wired theming and motion for a chatbot or generative-AI UI. Look elsewhere if you need a standalone component library or prefer zero animation dependencies.
Frequently asked
- What is lobehub/lobe-ui?
- A React component library that extends Antd with opinionated theming, motion, and i18n plumbing for generative-AI interfaces.
- Is lobe-ui open source?
- Yes — lobehub/lobe-ui is open source, released under the MIT license.
- What language is lobe-ui written in?
- lobehub/lobe-ui is primarily written in TypeScript.
- How popular is lobe-ui?
- lobehub/lobe-ui has 2.1k stars on GitHub.
- Where can I find lobe-ui?
- lobehub/lobe-ui is on GitHub at https://github.com/lobehub/lobe-ui.