Bemployed is an AI-powered job search product. The site presents the product as an AI assistant that finds relevant jobs, adapts resumes, and applies automatically for job seekers.
- A hero section, company marquee, feature sections, workflow steps, FAQ, and footer
- Tailwind CSS v4 styling with reusable UI components
- Lightweight motion and visual effects, including highlighted text and a 3D-style synthesis background
- Next.js 16
- React 19
- TypeScript
- Tailwind CSS 4
- ESLint
Before running the project locally, make sure you have:
- Node.js 20 or newer
pnpminstalled globally
You can install pnpm with:
npm install -g pnpmpnpm installStart the development server:
pnpm devThen open http://localhost:3000.
Create a production build:
pnpm buildRun the production server locally:
pnpm startpnpm lintapp/contains the Next.js app entry and global stylesfeatures/landing-page/contains the main landing page sectionscomponents/contains reusable UI and section-level componentspublic/contains static images and assets
- There are currently no required environment variables for local development.
- Remote images are configured for
logo.debounce.comandimages.unsplash.cominnext.config.ts.