Why Every Indian College Student Needs a Portfolio Website in 2026
Resumes tell recruiters what you did. A portfolio website shows them. In 2026, Indian tech recruiters at companies like Zoho, Razorpay, Swiggy, and hundreds of startups explicitly ask for portfolio links, and candidates who send one are 4x more likely to get an interview than candidates who only send a PDF resume. The best part: you can build a free, professional portfolio website in one weekend using tools that cost zero rupees and require no server admin.
What Your Portfolio Website Should Include
- Hero section — your name, one-line tagline, photo, and 3 call-to-action buttons (Projects, Resume, Contact)
- About section — 100 words about what you do and what you want to do next
- Projects section — 3 to 6 of your best projects with screenshots, tech stack, and GitHub links
- Skills section — a clean list grouped by category (Languages, Frameworks, Tools)
- Experience section — internships, open-source contributions, and freelance gigs
- Contact section — email, LinkedIn, GitHub, Twitter/X, resume PDF download
The Free Tech Stack That Indian Students Actually Use
- Framework: Next.js 15 (free, the most hireable choice)
- Styling: Tailwind CSS (free, ultra-fast)
- Hosting: Vercel (free tier is more than enough)
- Domain: Free subdomain like
yourname.vercel.app— or buy a custom .in domain for ₹299/year from GoDaddy - Analytics: Vercel Analytics (free) or Umami (free self-hosted)
- Contact form: Formspree (50 submissions/month free) or your own Next.js API route
Total cost: ₹0 — or ₹299 if you want a custom domain.
Step 1: Set Up the Project
Open your terminal:
npx create-next-app@latest my-portfolio --typescript --tailwind --app
cd my-portfolio
npm run dev
You now have a running Next.js app on localhost:3000.
Step 2: Build the Hero Section
Replace app/page.tsx with your hero component. Include your name, a tagline like "Final year CSE student at IIT Roorkee building Next.js and AI apps", and three buttons linking to projects, resume, and contact sections.
Step 3: Add Your Projects
Create components/Projects.tsx. Each project card should have:
- Project title
- One-line description
- Tech stack tags
- Screenshot (compressed to under 150KB)
- Live demo link
- GitHub link
Only include projects you can explain clearly in 60 seconds. Quality beats quantity. Three great projects beat ten mediocre ones.
Step 4: Write the About Section
Keep it to 80–120 words. Use this template:
"I'm [Name], a [year] year [branch] student at [college]. I build web and mobile apps using [main stack]. My recent work includes [top project]. I'm looking for [internship / full-time roles] in [domain]. Outside code, I [one interesting thing]."
Step 5: Add the Contact Form
The fastest free option is a Next.js API route that sends an email using a free transactional email service like Resend (100 emails/day free). Add a form component that posts to /api/contact.
Step 6: Deploy to Vercel (Free)
- Push your code to a GitHub repo
- Go to vercel.com and log in with GitHub
- Click Import Project, pick your repo, and click Deploy
- In 60 seconds you have a live URL:
my-portfolio.vercel.app
Step 7: Add SEO So Recruiters Find You
- Set page title to "Your Name — Software Engineer Portfolio"
- Add a meta description with your main skills
- Add Open Graph tags so your link previews look good on WhatsApp and LinkedIn
- Submit your site to Google Search Console
- Create a LinkedIn post announcing your portfolio with the URL
Step 8: Keep It Updated
Update your portfolio every time you finish a new project or internship. A stale portfolio last updated 8 months ago signals that you've stopped building. Recruiters notice.
Common Student Portfolio Mistakes
- Listing 15 projects when only 3 are worth reviewing
- Tiny unreadable screenshots
- Broken links (test every single link before sharing)
- No contact method
- Flashy animations that hurt mobile performance
- Copying a full template without any personal touches
Where to Share Your Portfolio
- Top of your resume (as a clickable link)
- LinkedIn headline and featured section
- GitHub profile README
- Twitter / X bio
- Email signature
- Every job application
Why This Matters
A portfolio website is the single cheapest career accelerator an Indian student can build in 2026. It takes one weekend, costs nothing, and opens doors that a PDF resume never will. Start this Saturday and you will have a live URL by Sunday night.
Stuck building yours? Tech Assistant runs a free student portfolio review program and builds custom portfolio websites for Indian students who want a professional edge. Learn more or get in touch.