Next.js

Next.js Starter

A minimal Next.js starter with App Router and Tailwind CSS. Perfect for starting a new project quickly.

Features

  • Next.js 14 with App Router
  • TypeScript for type safety
  • Tailwind CSS for styling
  • ESLint and Prettier configured
  • Dark mode support
  • SEO optimized

Tech Stack

Next.js 14React 18TypeScriptTailwind CSSESLint

Template Preview

Quick Start

1. Clone the repository

git clone https://github.com/cupadev/nextjs-starter

2. Install dependencies

npm install

3. Run development server

npm run dev

4. Deploy to CupaDev

cupadev deploy

What's Included

  • • Homepage with hero section
  • • About page
  • • Blog page with MDX support
  • • Contact form
  • • Responsive navigation
  • • Footer component
  • • API routes example

Deploy in One Click

Connect your GitHub account and deploy this template instantly to CupaDev.

Get Started