Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A sleek, modern, and responsive personal portfolio bootstrapped with create-t3-app.
Developer Portfolio is a responsive single-page portfolio template built with Next.js, React, and Tailwind CSS, bootstrapped with create-t3-app, that lets developers showcase their projects, skills, and contact information on a live website.
The Developer Portfolio is an open-source personal portfolio site template generated with create-t3-app, producing a complete Next.js application with a polished UI. It takes your personal content — your name, projects, and skills — through direct edits to src/pages/index.tsx, and outputs a live portfolio site that runs locally or on a hosting platform. The project is maintained on GitHub under the wendoj account and has 188 stars.
src/pages/index.tsx and styling in src/styles/globals.css, so you can edit two files to make it yours.locomotive-scroll for smooth scrolling and framer-motion for animated UI elements.npm install.npm run dev to start the development server at http://localhost:3000.src/pages/index.tsx and src/styles/globals.css to personalize.Yes, the template is publicly available on GitHub, and you can clone, modify, and deploy it for free.
Open src/pages/index.tsx and replace the default text with your own name, project descriptions, and skill lists. The visual style is controlled by src/styles/globals.css.
The repository references official deployment guides for Vercel, Netlify, and Docker, so you can deploy to any of these platforms.
Yes, it uses locomotive-scroll for smooth scrolling and framer-motion for interactive transitions.
create-t3-app is a starter toolkit that scaffolds a Next.js application with TypeScript, Tailwind CSS, and other optional integrations, which this template uses as its base.
