Automated job application bot with LinkedIn Easy Apply support, applicant profile answers, CV upload, and AI-assisted form filling.
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
^2.4.1^0.15.0^5.14.0^3.0.11^7.0.11^1.7.2^5.8.0^2.1.1^1.1.1^5.3.2^0.383.014.2.4^5.0.0-beta.30^4.2.1^7.0.13^6.32.0^1.1.1^1.44.0^18^18^14.2.3^2.3.0^3.23.8^20^1.1.4^18^18^10^814.2.4^8^5.14.0^3.4.1^4.15.0^532
commits
Revert webpack externals to isServer only — middleware no longer imports project files
d9285cdView on GitHubAdd nodemailer to serverComponentsExternalPackages to fix stream/fs/crypto resolve error
67ca37bView on GitHubFix middleware Edge bundle: exclude Node.js externals from Edge webpack build
56720e3View on GitHubRun prisma generate before next build to fix Vercel Prisma Client error
c5207d2View on GitHubFix Edge Runtime: replace next-auth middleware with simple cookie check (no jose import)
d25a330View on GitHubRemove unused IORedis instance from queues.ts to eliminate ioredis type conflict
3157795View on GitHubSplit auth config: lightweight auth.config.ts for middleware (Edge), full auth.ts for API routes (Node)
a7dfbc9View on GitHubUpgrade next-auth to beta.30 to fix Edge Runtime DecompressionStream error
d43a9f9View on GitHubAdd jose and @auth/core to serverComponentsExternalPackages to fix Edge Runtime error
0c0a823View on GitHubSet nodejs runtime on all API routes to fix Edge Runtime DecompressionStream error
1c9024cView on GitHubFix apply worker ioredis type conflict: use plain URL object instead of Redis instance
3c0b1dbView on GitHubFix extension userId: pass userId from profile to saveResult so applications always link to correct user
6048a0cView on GitHub