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
git clone https://github.com/sergiopesch/my-site-template
cd my-site-template
npm install
npm run dev
## Customization Points
- /app/page.tsx (homepage)
- /components (reusable UI)
- tailwind.config.js (theming)
## Links
- Repo: https://github.com/sergiopesch/my-site-template