https://github.com/ittuann/nextcv
📄 A modern resume website template. Build and manage your resume in Markdown — built with Tailwind CSS and Next.js.
https://github.com/ittuann/nextcv
cv resume resume-builder resume-generator resume-template
Last synced: 6 days ago
JSON representation
📄 A modern resume website template. Build and manage your resume in Markdown — built with Tailwind CSS and Next.js.
- Host: GitHub
- URL: https://github.com/ittuann/nextcv
- Owner: ittuann
- License: apache-2.0
- Created: 2025-08-15T13:37:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-08-20T07:43:59.000Z (about 2 months ago)
- Last Synced: 2025-08-29T22:39:33.244Z (about 1 month ago)
- Topics: cv, resume, resume-builder, resume-generator, resume-template
- Language: TypeScript
- Homepage: https://next-cv-example.vercel.app
- Size: 1.35 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# NextCV
📄 A modern resume website template. Create and manage your resume in Markdown — built with [Tailwind CSS](https://tailwindcss.com/) and [React](https://react.dev/) framework [Next.js](https://nextjs.org/).
## Samples

> [!NOTE]
> Visit [Live Demo](https://next-cv-example.vercel.app/): https://next-cv-example.vercel.app## Features
- **Markdown Base**: Version control your resume with Git. All content is written in Markdown text.
- **Internationalization**: Supports multiple languages. (TODO)
- **Customizable**: Highly customizable using React.## Quick Start
- Deploy on Vercel:
[](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fittuann%2FNextCV)
### Local Development
1. Fork and Clone this Repository
- Create [your own fork](https://docs.github.com/get-started/quickstart/fork-a-repo) of this repository to your GitHub account.
- Clone your fork to your local machine```bash
git clone https://github.com//NextCV.git
cd NextCV
```If you simply wish to explore the repository, you can clone the original repository directly:
```bash
git clone https://github.com/ittuann/NextCV.git
cd NextCV
```2. Install Dependencies
```bash
pnpm i
```3. Preview
```bash
pnpm dev
```To preview the builded static site:
```bash
pnpm build
pnpm serve
```Then you can open `http://localhost:3000` in your browser.
## Config
Edit the `cv.yaml` file writing in Markdown syntax in the root of the project.
Website will automatically read this file and generate your resume.