About This Project

A full-stack starter built with Next.js, demonstrating both frontend pages and serverless backend API routes — ready to deploy on Vercel.

Tech Stack

Next.js 15

React framework with App Router & Server Components

TypeScript

Type-safe JavaScript across frontend and backend

Tailwind CSS

Utility-first CSS framework

Vercel

Serverless deployment platform with edge network

Architecture

  • Frontend — Next.js pages under src/app/
  • Backend — Serverless API routes under src/app/api/
  • Deployment — Each API route is a Vercel Serverless Function
  • CI/CD — Push to GitHub → Vercel auto-deploys