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
npm install
npm run dev
Open http://localhost:3000.
Demo login:
demo@launchpad.dev
DemoPass123!
npm run lint
npm run typecheck
npm run build
npm run ship
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.
See DEPLOYMENT.md for GitHub and Vercel steps.
The public deployment package used for the live app is in appdeploy/.