pre-built UI components to help you create stunning websites in no time with bardui.com...
undefinedBardui is a professional, full-stack component library and developer toolkit built for the modern web. With over 1,000+ monthly unique visitors, it serves as a comprehensive resource for developers building beautiful, responsive applications.
Beyond just a component library, Bardui is a complete platform featuring a powerful Component Builder, essential developer tools, and a thriving community.
undefinedFrontend & Coreundefined
undefinedState & Logicundefined
undefinedTools & Integrationsundefined
undefinedClone the repositoryundefined
git clone https://github.com/your-username/bardui.git
cd bardui
undefinedInstall dependenciesundefined
npm install
# or
pnpm install
undefinedSet up environment variablesundefined
Copy the example env file and fill in your credentials:
cp .env.example .env.local
undefinedRun the development serverundefined
npm run dev
Open http://localhost:3000 with your browser to see the result.
bardui/
โโโ src/
โ โโโ app/ # Next.js App Router pages & layouts
โ โโโ components/ # Shared UI components (atomic)
โ โโโ features/ # Feature-specific logic & components
โ โ โโโ dashboard/ # User dashboard views
โ โ โโโ play/ # Component builder playground
โ โ โโโ tools/ # Dev tools (palette, contrast, etc.)
โ โโโ lib/ # Core utilities & configurations
โ โโโ services/ # API services & data fetching
โ โโโ styles/ # Global styles & Tailwind config
โ โโโ types/ # TypeScript definitions
โโโ public/ # Static assets
โโโ package.json # Dependencies & scripts
We welcome contributions from the community! Whether itโs a new component, a bug fix, or a documentation update, your help is appreciated.
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Distributed under the MIT License. See LICENSE for more information.
Made with โค๏ธ by the [Imran Baitham](https://imrandev.site)