A collection of components and utilities for building layered interfaces with Shadcn UI. blocks designed for SaaS and marketing websites.
Layered UI is a modern collection of beautifully crafted, responsive UI blocks built with shadcn/ui, Tailwind CSS 4, and Next.js 16.
It helps developers and designers quickly build:
- SaaS landing pages
- Marketing websites
- Startup products
All components are easy to customize, accessible, and production-ready. You can either clone the repository to use as a template or install individual blocks via the shadcn CLI.
- Built with shadcn/ui: Leveraging the best-in-class UI components.
- Tailwind CSS 4: Optimized for the latest version of Tailwind CSS.
- Fully Responsive: Every block is designed to look great on any device.
- Accessibility-first: Follows WAI-ARIA patterns for inclusive web experiences.
- Shadcn Registry: Install blocks directly into your project via CLI.
- Modern Tech Stack: Powered by React 19, Next.js 16, and Motion.
- Framework: Next.js 16 (App Router)
- Library: React 19
- Styling: Tailwind CSS 4
- Components: shadcn/ui
- Icons: Lucide React
- Animations: Motion (Framer Motion)
git clone https://github.com/KingTroy125/Layered-UI.git
cd Layered-UInpm install
# or
pnpm installnpm run dev
# or
pnpm devOpen http://localhost:3000 with your browser to see the result.
You can install production-ready blocks directly into your project using the shadcn CLI.
Add the Layered registry to your components.json:
{
"registries": {
"@layeredui": "https://layered-blocks.vercel.app/r/{name}.json"
}
}Install blocks via the shadcn CLI using the @layeredui/{name} syntax:
npx shadcn add @layeredui/hero-section-1Explore available block names on the official website.
Layered UI provides a wide variety of blocks to kickstart your project:
- Hero Sections: High-impact headers for your landing page.
- Features: Showcase your product's capabilities.
- Pricing: Clear and effective pricing tables.
- Testimonials: Build trust with social proof.
- Contact & Forms: Ready-to-use login, sign-up, and contact forms.
- Footers: Multi-purpose footer designs.
- And more: Call to Action, Logo Clouds, Stats, Team sections, etc.
Layered UI supports Model Context Protocol (MCP) to help AI assistants understand and use these blocks.
npx shadcn mcp initSelect your MCP client when prompted. Once enabled, you can prompt your AI assistant:
- "Find me a hero from layered registry"
- "Build me a landing page using a hero and features section from layered registry"
Distributed under the MIT License. See LICENSE.md for more information.
