Marketing landing page for Job Seek, a job-search companion that lets users follow target companies, track applications, and switch between light/dark themes. Built with Next.js 16 (App Router), React 19, the MUI component library, Stackframe auth surfaces, and a small custom CSS design system (no Tailwind required).
npm install
npm run devVisit http://localhost:3000 and edit copy in src/content/site.ts to customize navigation, hero text, feature sections, and which public-domain artwork appears in each slot.
- Push the repo to GitHub.
- Import it into Vercel and pick the default Next.js preset (
npm run build). - No environment variables are required; deploy immediately.
- Install dependencies and build:
npm install && npm run build. - Start the production server:
npm run start. - Serve the app behind your platform’s reverse proxy on port
3000.
- Application code: MIT License
- Job data (Collection of Job Postings): CC BY-NC 4.0
See /license in the app for a plain-language summary.