Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Developer Portfolio built with Nextjs 13

Portfolio library replicating the GitHub UI, built with Next.js, TypeScript, and Tailwind CSS.
Portfolio Website is an open-source developer portfolio template built with Next.js 13, TypeScript, and Tailwind CSS, designed to run as a personal resume site and deploy to Vercel.
Portfolio Website is a developer portfolio template bootstrapped with create-next-app, featuring the Next.js 13 App Router and TypeScript. It takes your personal content—biography, projects, and resume details—as input and renders them as a responsive website with automatic font optimization. The template is open source and listed under the repository description "Developer Portfolio built with Nextjs 13". It uses the app directory structure (app/page.tsx) and includes an API route example at app/api/hello/route.ts.
First, install dependencies and run npm run dev (or yarn/pnpm equivalents) to start the development server at http://localhost:3000. Edit app/page.tsx and the API route at app/api/hello/route.ts to customize the site; the browser auto-reloads on save. For production, deploy to Vercel using the linked platform.
Yes, the repository is open-source and can be used as a starting point for personal projects. No paid license is mentioned.
It uses Next.js 13 with the App Router, TypeScript, Tailwind CSS for styling, and next/font for Inter font optimization. Deployment is designed for Vercel.
Run npm run dev or yarn dev or pnpm dev from the project root, then open http://localhost:3000.
Yes, the template includes a Route Handler at app/api/hello/route.ts which you can edit or duplicate to create new API routes.
The page auto-updates as you edit app/page.tsx, thanks to Next.js Fast Refresh.