Logo Lanfrica

us3ph/ATLASS

Domain:

digital infrastructure

Record type:

software
Creator:
us3
Host:
An AI powered ecosystem connecting Moroccan and African software engineers with global tech companies, remote jobs, and open-source projects. # ⚑ ATLASS > AI-powered platform connecting Moroccan and African software engineers with global tech companies, remote jobs, and open-source projects. --- ## 🎯 What is ATLASS? ATLASS uses **AI-powered matching** (via OpenRouter / OpenAI-compatible API) to match developer profiles against job requirements, providing: - A **match score (0–100)** showing how well a developer fits a role - A **detailed AI explanation** of why the match is strong or weak - A **one-click application system** with automatic AI scoring - A **recruiter dashboard** to review, accept, or reject applicants - A **developer applications tracker** to monitor application statuses - A **dashboard** with platform-wide statistics --- ## ✨ Key Features ### For Developers - **AI Match Check** β€” See your fit score for any job before applying - **One-Click Apply** β€” Submit applications with optional cover letter; AI scores automatically - **Application Tracker** β€” Monitor all your applications and their statuses (pending β†’ accepted/rejected) - **Profile Management** β€” Skills, experience, bio, GitHub/LinkedIn links - **Smart Dashboard** β€” Personal matches, stats, and quick actions ### For Companies / Recruiters - **Job Posting** β€” Create and manage job listings with required skills - **AI-Scored Applicants** β€” Every application includes an AI match score and explanation - **Application Management** β€” Review, accept, or reject applicants with notes - **Filtered Views** β€” Filter applications by status (pending, reviewed, accepted, rejected) - **Per-Job Analytics** β€” See applicant counts and match distributions per job --- ## πŸ—οΈ Project Structure ``` ATLASS/ β”œβ”€β”€ frontend/ β†’ React + TypeScript + TailwindCSS β”‚ β”œβ”€β”€ src/ β”‚ β”‚ β”œβ”€β”€ components/ β†’ Reusable UI (Navbar, Footer, MatchCard, etc.) β”‚ β”‚ β”œβ”€β”€ pages/ β†’ Route-level pages β”‚ β”‚ β”‚ β”œβ”€β”€ HomePage.tsx β”‚ β”‚ β”‚ β”œβ”€β”€ JobsPage.tsx / JobDetailPage.tsx β”‚ β”‚ β”‚ β”œβ”€β”€ MyApplicationsPage.tsx ← Developer's ap …