https://github.com/kpedrok/the-boring-page
An open-source landing page template built with Next.js and all shadcn/ui components.
https://github.com/kpedrok/the-boring-page
atomic-design lading-page nextjs shadcn-ui
Last synced: 9 months ago
JSON representation
An open-source landing page template built with Next.js and all shadcn/ui components.
- Host: GitHub
- URL: https://github.com/kpedrok/the-boring-page
- Owner: kpedrok
- License: mit
- Created: 2024-05-20T00:45:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-17T03:08:55.000Z (12 months ago)
- Last Synced: 2025-06-17T04:20:57.588Z (12 months ago)
- Topics: atomic-design, lading-page, nextjs, shadcn-ui
- Language: TypeScript
- Homepage: https://atomic-shad.vercel.app
- Size: 148 KB
- Stars: 23
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcnui - Github - shad.vercel.app) | ★23 | (Boilerplates & Starters)
README
# Next.js Landing Page Template
An open-source landing page template built with Next.js, TailwindCSS, and all shadcn/ui components, organized using a improved version of Atomic Design System.
Preview - https://atomic-shad.vercel.app/ ·
Features ·
Setup ·
Authors
## Features
- [Next.js](https://nextjs.org)
- App Router
- [TailwindCSS](https://tailwindcss.com) for styling
- [ShadCn/UI](https://ui.shadcn.com)
- Built with [Radix UI](https://radix-ui.com) for headless component primitives
- Organized using the Atomic Design System
- The Atomic Design System was applied with slight modifications. Atoms include typography, padding, and colors. Molecules include buttons and inputs...
## Setup
1. Clone the repository:
```bash
git clone https://github.com/kpedrok/nextjs-atomic-shadcn-ui-landing-page.git
```
2. Install dependencies:
```bash
cd nextjs-atomic-shadcn-ui-landing-page
pnpm install
```
3. Start the development server:
```bash
pnpm dev
```
Your app should now be running on [http://localhost:3000](http://localhost:3000).
## Authors
This template is created by [CreatedByPed](https://x.com/CreatedByPed)