All Projects
LiveLead Engineer & DesignerFlagship · Advanced

ISDC — Innovation & Startup Development Center

Where startups take their first step.

The ISDC platform is the digital front door for India's next generation of student entrepreneurs — a place where ideas become ventures, mentors become partners, and college corridors become launchpads.

Live Demo
ISDC — Innovation & Startup Development Center

The Story

Why this exists.

The Problem

India's college innovation cells are invisible online. Students with ideas can't find mentors. Startups that graduated from these programs have no record of their journey. Events go unannounced beyond campus walls. The potential of campus entrepreneurship is leaking because there's no digital infrastructure to hold it.

Why It Matters

India produces millions of engineering graduates every year. A small fraction of them have ideas that could become companies — but without discovery, mentorship, and visibility infrastructure, those ideas die in hostel rooms. ISDC is the platform that stops that.

The Solution

A fully responsive Next.js platform that showcases ISDC's startup portfolio, mentors, events, and resources. Built for discovery — SEO-optimised, performance-first, and designed to convert visitors into applicants.

Product Features

What it does.

Startup Showcase

A curated portfolio of startups incubated at ISDC — each with their story, traction, team, and contact details. Filterable by domain, year, and stage.

Startup Showcase

Events & Programs

Live and upcoming events — hackathons, pitch competitions, workshops, and guest lectures — with registration flow and archive of past events.

Mentor Network

Profiles of mentors and industry advisors with expertise tags, availability, and a direct connection request flow.

SEO-First Architecture

Every page server-rendered with structured metadata, Open Graph tags, and a sitemap — built to rank and be discovered by students searching for startup support.

System Architecture

How every layer connects.

Static pages served from Vercel edge — sub-100ms TTFB globally

FrontendNext.js + Tailwind CSSSSG pages, responsive layout, animation, SEO metadata
ContentTypeScript data filesAll content in typed TS files — no CMS dependency
DeploymentVercel Edge CDNGlobal CDN, ISR for content freshness

Technical Deep Dive

Under the hood.

Performance-First Build Strategy

Every page is statically generated at build time. Images use Next.js Image Optimisation for WebP conversion and lazy loading. Fonts are preloaded with display:swap. The result is a Lighthouse score of 98/100 on Performance. No JavaScript hydration on static pages — content is pure HTML from the CDN edge.

Content Architecture Without a CMS

All startup, mentor, and event data lives in typed TypeScript files. This means content editors (who know basic JSON) can update data, CI rebuilds the site, and Vercel deploys within 45 seconds. No CMS subscription, no vendor lock-in, full type safety.

Engineering Decisions

Challenge → Decision → Result.

CMS vs. TypeScript data files for content management

Decision

TypeScript data files with CI/CD

Why

The team is technical. A CMS adds cost and complexity. Typed files give autocomplete, validation, and zero runtime errors.

Result

Content updates deploy in 45 seconds with zero runtime errors.

ISR vs. full SSG for event pages

Decision

ISR with 1-hour revalidation for event pages

Why

Events update infrequently — full SSG would require a manual redeploy for every update. ISR gives freshness without a rebuild.

Result

Event pages always within 1 hour of the latest data.

Performance & Scale

By the numbers.

98/100Lighthouse Performancestatic pages
< 80msTTFBVercel edge CDN
< 45sBuild Timefull site rebuild
0.02Cumulative Layout Shiftno layout instability

Deployment & Infrastructure

Production setup.

Deployment

Next.js on Vercel. All static pages on global edge CDN. ISR for dynamic content. Custom domain with SSL.

CI/CD

GitHub Actions — build + Lighthouse CI check on PR. Auto-deploy on merge to main.

Monitoring

Vercel Analytics. Lighthouse CI score tracked on every deploy.

Challenges & Failures

What broke — and how I fixed it.

Challenge

Maintaining consistent design across 40+ pages contributed by multiple team members.

Fix

Built a shared component library with Tailwind config tokens — all spacing, colour, and typography enforced by the design system.

What I Learned

Key takeaways.

Future Roadmap

Where this is going.

v2.0 — 2026

  • Startup application portal with form submission and status tracking
  • Mentor matching algorithm based on startup domain and stage
  • Alumni startup tracker — where are they now?

Screenshots

The product.

ISDC platform homepage

Homepage — startup showcase and programs

Mentor network

Mentor discovery and connection flow

Technology Stack

Built with.

Frontend

Next.jsTailwind CSSTypeScript

Deployment

Vercel

Ready to dive in?

This isn't just a project.
It's a system I designed,
engineered, and shipped.

Live Demo ← All Projects