Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A Next.js 16 + TypeScript + Tailwind CSS 4 developer portfolio with an AI chatbot, SEO-ready sections, and Netlify static export.
Shashidhar Naik Portfolio is a developer portfolio website template built with Next.js 16, TypeScript, and Tailwind CSS 4, created by software engineer Shashidhar Naik to present his experience, projects, and open-source npm packages. The template outputs a statically exported site (using Next.js static export) that can be deployed to Netlify, and it includes an AI-powered portfolio assistant chatbot for visitor engagement.
This template is a developer portfolio application built on the Next.js 16 App Router with React 19 and TypeScript. It takes professional content — work experience, projects, education, contact details, and npm package listings — and renders it into a portfolio site with a hero section, experience timeline, project gallery, open-source showcase, education, and contact form. The project is maintained by Shashidhar Naik and distributed under the MIT License.
Software engineers and full-stack developers can use this template to launch a professional portfolio by replacing the author's data with their own. Job seekers can highlight their work history, project galleries, and open-source contributions in a format that is pre-optimized for search engines. Freelance developers can deploy it to Netlify to create a marketing page for their services, with the AI chatbot acting as a first-line FAQ tool.
The project is a standard Next.js application. You clone the repository, run npm install, then npm run dev to preview locally. When you are ready, npm run build generates a static export into the out/ directory (configured with output: 'export'), which you deploy to Netlify via the dashboard, GitHub integration, or CLI.
The template is open source under the MIT License, so it is free to use, modify, and deploy for personal or commercial projects. There are no paid tiers or subscription fees associated with it.
Yes, the repository is licensed under the MIT License, which permits free commercial and personal use, modification, and distribution.
The template is built with Next.js 16 (App Router), React 19, TypeScript, and Tailwind CSS 4. It also uses Framer Motion for animations, Lucide React for icons, React Hook Form for the contact form, and React Scroll for navigation.
Run npm run build and deploy the generated out/ folder to Netlify. The README specifically mentions Netlify via GitHub integration or CLI as the deployment method.
Yes, there is a PortfolioAssistant.tsx component that acts as an AI portfolio assistant, answering professional inquiries about the developer's background, skills, and experience.
