Skip to content

Next.js Shadcn Starter Template with JSON driven copy and clean ui perfect for SaaS

Notifications You must be signed in to change notification settings

Justmalhar/next-js-shadcn-starter

Repository files navigation

Next.js SaaS Landing Page Template with shadcn/ui

This is a modern landing page template built with Next.js and shadcn/ui components. The landing page is dynamically populated from a JSON file, making it easy to customize without changing the code.

Demo

Demo Landing Page

Features

  • 🚀 Built with Next.js 15
  • 🎨 Styled with Tailwind CSS
  • 🧩 Uses shadcn/ui components
  • 📱 Fully responsive design
  • 🌙 Dark mode support
  • 📄 Content loaded from JSON file
  • 🔄 Easy to customize

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

Customizing the Landing Page

The landing page content is loaded from the app_data.json file in the root directory. You can customize the content by editing this file.

JSON Structure

The JSON file contains the following sections:

  • Hero: The main banner section at the top of the page
  • Features: Highlights of your product or service
  • Testimonials: Customer reviews
  • Pricing: Pricing plans
  • CTA: Call-to-action section
  • Footer: Footer links and information

Adding Images

Place your images in the public directory:

  • Hero image: /public/hero-image.jpg
  • Avatar images: /public/avatars/[name].jpg

Adding More shadcn Components

You can add more shadcn components using the following command:

npx shadcn@latest add [component-name]

For example:

npx shadcn@latest add accordion

Learn More

To learn more about the technologies used in this template:

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.

About

Next.js Shadcn Starter Template with JSON driven copy and clean ui perfect for SaaS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published