Feno Recruit is a Laravel 12 + React + Tailwind recruitment platform inspired by the Ashby-style all-in-one hiring workflow. It includes a marketing landing page, an authenticated hiring dashboard, and dedicated views for candidates, jobs, scheduling, and analytics.
- Laravel 12
- Inertia.js + React
- Tailwind CSS
- Vite
- ATS pipeline tracking
- Interview scheduling coordination
- Hiring analytics and funnel reporting
- Authenticated dashboard navigation
- Dark, glassy SaaS-style UI
composer install
npm install
php artisan key:generate
php artisan serveIn a second terminal, run the frontend watcher:
npm run devnpm run build/landing page/dashboardhiring overview/candidatescandidate pipeline/jobsrequisitions/schedulinginterview coordination/analyticsreporting
- The app currently uses seeded demo content in the UI to present the product experience.
- Vite emits a Node engine warning on this machine because the installed Node version is older than the version requested by Vite 7, but the production build still completes successfully.