A modern design system crafted for building restaurant websites and applications with speed, consistency, and scalability. It provides reusable UI components, responsive layouts, and restaurant-specific patterns so developers and designers can deliver polished digital dining experiences without reinventing the wheel.
- 🎨 Customizable theme tokens – colors, typography, spacing, shadows
- 🧩 Reusable components – navbars, menus, cards, forms, modals, galleries
- 📱 Responsive design – mobile-first layouts optimized for diners
- 🍴 Restaurant-specific patterns – reservations, ordering, testimonials
- ⚡ Performance & accessibility baked in by default
- Next.js – App Router, SSR, and modern React features
- Tailwind CSS – utility-first styling
- ShadCN UI – accessible and customizable components
Clone the repository and start the dev server:
git clone https://github.com/QuickPrimeTech/restaurant-design-system.git
cd restaurant-design-system
npm install
npm run dev