intern-launchpad

Intern Launchpad

A polished full-stack internship operating system built with Next.js, TypeScript, Server Actions, Route Handlers, cookie auth, and a responsive dashboard UI.

Live app: https://a73edf1e7b5d48ca92.v2.appdeploy.ai/

GitHub: https://github.com/lakshmanlucky2007-maker/intern-launchpad

What It Does

Tech Stack

Quick Start

npm install
npm run dev

Open http://localhost:3000.

Demo login:

demo@launchpad.dev
DemoPass123!

Quality Commands

npm run lint
npm run typecheck
npm run build
npm run ship

API

GET /api/health
GET /api/applications
POST /api/applications
PATCH /api/tasks/:id

The authenticated API uses the same signed session cookie as the dashboard.

Deployment

See DEPLOYMENT.md for GitHub and Vercel steps.

The public deployment package used for the live app is in appdeploy/.