DEV Community

Said MOUNAIM
Said MOUNAIM

Posted on

Resume Scan AI app built with Next.js 15, Tailwind CSS, BetterAuth, Open AI, Inngest, and Shadcn/ui

Resume Scan AI

Resume Scan AI app built with Next.js 15, Tailwind CSS, BetterAuth, Open AI, Inngest, and Shadcn/ui. Features include user sign-up, sign-in, uploading and scanning resumes, viewing scan results, and deleting analyses.

Getting Started

Clone the repository:

git clone https://github.com/saidMounaim/resume-scan-AI.git
Enter fullscreen mode Exit fullscreen mode

Install dependencies:

npm install
Enter fullscreen mode Exit fullscreen mode

Create a .env file:

DATABASE_URL=""
BETTER_AUTH_BASE_URL=""
OPENAI_API_KEY=""
Enter fullscreen mode Exit fullscreen mode

Built With

Contribution

All kinds of contributions are welcome. Feel free to fork the repo and submit a pull request!

Top comments (1)

Collapse
 
dotallio profile image
Dotallio

Really solid modern stack and the idea is super practical - I can see this saving a ton of time for both candidates and recruiters. Any thoughts on expanding it to scan cover letters or portfolios too?