# My Site Template

> A reusable Next.js personal site starter with theming, content, accessibility, and SEO foundations.

- Canonical page: [https://www.sergiopesch.com/projects/my-site-template](https://www.sergiopesch.com/projects/my-site-template)
- Content type: project
- Published: 2024-01-16
- Content updated: 2026-07-13
- Repository created: 2024-01-16
- Repository updated: 2026-04-14
- Author: [Sergio Peschiera](https://www.sergiopesch.com/about)
- Topics: Next.js, Tailwind CSS, Web templates, Accessibility
- Source code: [https://github.com/sergiopesch/my-site-template](https://github.com/sergiopesch/my-site-template)

## Content

Site template. Quick start.

***

## What It Is

A personal website template built with Next.js. My starting point for new sites: comes with everything I always end up adding anyway.

## What's Included

* Next.js 14 with App Router
* Tailwind CSS configured
* Dark mode support
* SEO components
* Responsive navigation
* Blog/content system
* Contact form ready

## Why Make a Template

**1. Consistency**

Every project starts the same way. Same folder structure, same patterns, same quality bar.

**2. Speed**

Skip the setup. Clone, customize, ship. Hours saved per project.

**3. Best practices baked in**

Performance optimizations, accessibility, SEO: all there from line one.

***

## Agent Quick Start

```
# My Site Template

Next.js personal website starter.

## Features
* Next.js 14 App Router
* Tailwind CSS
* Dark mode
* SEO optimization
* Responsive design
* Content system

## Quick Start
Clone the repository from the project link above.
Open the cloned project directory.
npm install
npm run dev

## Customization Points
* /app/page.tsx (homepage)
* /components (reusable UI)
* tailwind.config.js (theming)

```

## Provenance and freshness

This is a first party account by the project author. Page content was last updated on 2026-07-13. The linked repository last changed on 2026-04-14. Linked repositories and live services may change independently.

### Primary sources

- [Source code](https://github.com/sergiopesch/my-site-template)
