Skip to content

rifkiandriyanto/next-js-boilerplate-landing-page

 
 

Repository files navigation

Next.js 15 Landing Page Saas Template

Next.js Template

This is a Next.js 15 template built with Tailwind CSS, designed for SaaS platforms, freelancers, and other modern web applications. The template is fully responsive, fast, and optimized for SEO.

Features

  • Built with Next.js 15 – the latest version of Next.js
  • Tailwind CSS integration for fast and modern styling
  • Optimized for performance and SEO
  • Pre-designed components for SaaS and freelance projects
  • Fully responsive and mobile-first design
  • Easily customizable to fit various needs

Getting Started

Prerequisites

Make sure you have the following installed:

Installation

  1. Clone the repository:

    git clone [email protected]:kodespoon/next-js-boilerplate-landing-page-pro.git
  2. Navigate to the project directory:

    cd next-js-boilerplate-landing-page-pro
  3. Install dependencies:

    npm install
    # or
    pnpm install

Running the Development Server

Start the development server with the following command:

npm run dev
# or
pnpm dev

Customization

  • Modify the Tailwind CSS configuration in tailwind.config.js to adjust styles and themes.
  • Add new pages and components to extend the functionality.
  • Replace the demo content in the public/ folder with your own assets.

License

This project is licensed under the MIT License.


Happy coding! 🚀

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.1%
  • CSS 11.8%
  • JavaScript 2.1%