CareerForge icon

CareerForge

ProductionData & Intelligence

A Career Knowledge Graph System that treats individual career data (skills, achievements, roles) as a queryable database. CareerForge maps skills to market demand, enables dynamic resume generation, provides interview preparation, and facilitates skill gap analysis.

Key Features

  • Personalized Career Knowledge Graph
  • STAR Method Achievement Editor
  • Automated Skill Extraction from Job Descriptions
  • Job Description-to-Profile Matching & Gap Analysis
  • Dynamic & Targeted Resume/CV Generation
  • Job Application Tracking (Kanban Board)

API Endpoints

MethodPathDescription
GET`/api/profile`Retrieve the user's career profile
POST`/api/achievements`Add a new career achievement
POST`/api/jobs/analyze`Analyze a job description against the user's profile
GET`/api/resumes/generate`Generate a targeted resume PDF

Usage Example

python
import requests
# Example interaction
response = requests.get(
    url="https://api.arcore.internal/api/profile",
    headers={"Authorization": "Bearer <token>"}
)
print(response.json())

Tech Stack

Next.jsPostgreSQLTailwind CSSNode.jsPython (AI backend)

Authentication

  • **Header:** `Authorization: Bearer <token>`
  • **Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.

Compliance & Security

Compliance

  • Privacy: User data ownership model

Security

  • TLS 1.3
  • AES-256 encryption

Related Services