# ResAlign AI > Intelligent career navigation for the AI era. ResAlign AI analyzes resumes against job descriptions to provide fit scoring, skill gap analysis, personalized learning roadmaps, and job matching. It helps job seekers understand exactly why they get rejected and what to do about it. ## Product - Website: https://resalign.com - Developer Platform: https://resalign.com/developer - API: https://api.resalign.com/v1 ## Core Features - **Resume-Job Alignment**: Upload a resume and job description to get an AI-powered fit score with detailed category breakdowns (technical skills, experience, education, soft skills, certifications). - **Skill Gap Analysis**: Identifies missing skills, partially matched skills, and strengths relative to a target role. - **Learning Roadmaps**: Generates personalized learning paths with curated courses, projects, and timelines to close skill gaps. - **Job Search**: Search and discover jobs matched to your profile with fit predictions. - **Interview Studio**: AI-powered interview preparation tailored to specific roles and companies. - **Skill Lab**: Track skill development progress and get recommendations. - **Application Tracker**: Manage job applications with status tracking and insights. ## Developer API ResAlign provides a REST API for developers and AI agents to integrate career intelligence into their applications. - Base URL: `https://api.resalign.com/v1` - Authentication: API key via `Authorization: Bearer ` - Endpoints: analysis, alignment, job search, resume parsing, skill taxonomy, learning recommendations ### Key Endpoints - `POST /v1/analyze` — Analyze a resume against a job description - `GET /v1/jobs/search` — Search jobs with skill-based matching - `GET /v1/taxonomy` — Access the skill taxonomy - `POST /v1/upload` — Parse and extract resume data ## Target Users - Job seekers preparing for career transitions - Students entering the job market - Career coaches and counselors - Developers building career tools and job platforms - AI agents that assist with job search and career planning ## Tech Stack - Frontend: Next.js (App Router), React, Tailwind CSS - Backend: Python FastAPI with E2B cloud sandboxes - AI: Claude models (via E2B) for analysis, Gemini for other features - Infrastructure: Google Cloud Run, Supabase, Stripe