Craft Premium React Interfaces with Absolute Speed
Beautiful, accessible, and high-performance React components built with Tailwind CSS. Copy, paste, and build premium interfaces instantly.
Great UI is a collection of beautiful, accessible, and high-performance React components built with Tailwind CSS. Just copy the code, paste it into your project, and build premium interfaces instantly.
- Copy & Paste - Not a dependency. You own the code.
- Interactive - Smooth animations, custom dark mode transitions, and sleek designs.
- Customizable - Built with Tailwind CSS v4. Easy to modify.
- Accessible - WAI-ARIA compliant components.
- Dark Mode - All components support light and dark modes with high-contrast variants.
- TypeScript - Fully typed for the best developer experience.
# Clone the repository
git clone https://github.com/Saurabh-2607/GreatUI.git
cd GreatUI
# Install dependencies
npm install
# Start development server
npm run devGreatUI/
├── app/ # Next.js Application Route Layouts & Pages
├── components/ # Reusable UI component modules
├── lib/ # Component registry metadata registry
└── public/ # Static logo assets & public files
| Command | Description |
|---|---|
npm run dev |
Start local development server |
npm run build |
Build the Next.js application |
npm run lint |
Run ESLint syntax check |
npm run format |
Format code with Prettier |
We welcome contributions! Whether it's:
- Reporting a bug
- Submitting a fix
- Proposing new features
- Creating new components
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-component) - Commit your changes (
git commit -m 'Add amazing component') - Push to the branch (
git push origin feature/amazing-component) - Open a Pull Request
When creating new components:
- Use TypeScript with proper type definitions
- Support both light and dark modes
- Include comprehensive props with sensible defaults
- Follow existing code styles and patterns
- Framework: Next.js 16
- Styling: Tailwind CSS 4
- Components: React 19
- Package Manager: npm
MIT License - feel free to use these components in personal and commercial projects.
Made with care by Saurabh
