Empire UI
Beautifully designed AI-powered components built for React and Next.js applications. Empire UI provides a comprehensive suite of intelligent UI components that make integrating AI features into your applications seamless and visually stunning.
Overview
Empire UI is an open-source library of React components specifically designed for AI-powered applications. Built with Tailwind CSS, TypeScript, and modern web technologies, Empire UI offers a collection of reusable, customizable components to enhance your next AI project with intelligent features and seamless integration.
Current version: 1.2.0 (Beta) - Components and APIs are subject to change as we refine and improve the collection.
Features
🚀 AI-Ready Components - Pre-built components specifically designed for AI applications including chatbots, prediction outputs, and data visualization.
🎨 Beautiful Design - Carefully crafted aesthetics with modern UI/UX principles and attention to detail.
🧩 Modular Architecture - Use only what you need with independently usable components.
🔌 Easy Integration - Simple installation and implementation with comprehensive documentation.
♿ Accessibility - Components built with accessibility in mind, following WCAG standards.
🌐 Open Source - Free to use and open for community contributions.
Installation
# Using npm
npm install @empireui/components
# Using yarn
yarn add @empireui/components
# Using pnpm
pnpm add @empireui/components
Or use our CLI tool to set up a new project:
npx empireui@latest init
Quick Start
import { Button, MCPInterface, AuroraBackground } from '@empireui/components';
function App() {
return (
<div>
<AuroraBackground>
<h1>My AI Application</h1>
<MCPInterface />
<Button>Get Started</Button>
</AuroraBackground>
</div>
);
}
Component Categories
AI Communication
- AI Chatbox
- AI Grammar Button
- AI Paraphraser Button
- AI Summarizer Button
- AI Translator Button
Data Visualization
- Dataset Overview Card
- Training Summary Card
- Prediction Output Card
UI Elements
- Aurora Background
- Passcode Card
- Expand Card
- Step Form
- Toast Notifications
- Wavy Background
Community
We welcome contributions from the community! Check out our Contribution Guide and Pull Request Guide to get started.
Join our Discord community to connect with other developers, ask questions, and share your work.
License
Empire UI is available under the MIT License.