0
stars
1
commits
JavaScript
primary language
Jul 25, 2026
updated
Career Flow Tracker is a premium, modular full-stack application designed to help developers track job applications, manage daily habits, organize tasks on a Kanban board, and leverage state-of-the-art AI tooling to accelerate career progression.
๐ฅ) badges.Fi Feather pack)To ensure high availability and robust performance, the AI features operate on a multi-layer API integration:
https://openrouter.ai/api/v1https://api.x.ai/v1@huggingface/jinja).To keep developers motivated, the platform records user activity logs and updates scores automatically.
Every action on the platform awards the user a specific point value:
| Action Type | Points | Description |
|---|---|---|
LOGIN | 1 | Awarded on daily user visit |
JOB_SEARCH | 1 | Awarded when searching jobs on JSearch API |
JOB_APPLY | 2 | Awarded when submitting or saving a job application |
BOOKMARK_JOB | 1 | Awarded when bookmarking search results |
RESUME_UPLOAD | 5 | Awarded when uploading a resume to Cloudinary |
PROFILE_UPDATE | 3 | Awarded when updating professional profile info |
INTERVIEW_COMPLETE | 10 | Awarded when completing a scheduled interview event |
>= 1.0.The application relies on the following configurations in the backend .env file:
# PostgreSQL Connections (Supabase)
DATABASE_URL="postgresql://your_db_user:your_db_password@your_db_host:6543/postgres?pgbouncer=true"
DIRECT_URL="postgresql://your_db_user:your_db_password@your_db_host:5432/postgres"
# Google Authentication
GOOGLE_CLIENT_ID="your_google_client_id.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET="your_google_client_secret"
GOOGLE_PROJECT_ID="your_google_project_id"
# AI Integrations
OPENROUTER_API_KEY="your_openrouter_api_key"
GROK_API_KEY="your_grok_api_key"
# RapidAPI (JSearch Job Listings)
RAPIDAPI_KEY="your_rapidapi_key"
RAPIDAPI_HOST="jsearch.p.rapidapi.com"
# Email SMTP
EMAIL_USER="your_email@gmail.com"
EMAIL_PASS="your_email_app_password"
# Cloudinary Storage
CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name"
CLOUDINARY_API_KEY="your_cloudinary_api_key"
CLOUDINARY_API_SECRET="your_cloudinary_api_secret"
1 commits
JavaScript
70.5%
CSS
26.9%
HTML
2.6%
0
stars
1
commits
JavaScript
primary language
Jul 25, 2026
updated
Career Flow Tracker is a premium, modular full-stack application designed to help developers track job applications, manage daily habits, organize tasks on a Kanban board, and leverage state-of-the-art AI tooling to accelerate career progression.
๐ฅ) badges.Fi Feather pack)To ensure high availability and robust performance, the AI features operate on a multi-layer API integration:
https://openrouter.ai/api/v1https://api.x.ai/v1@huggingface/jinja).To keep developers motivated, the platform records user activity logs and updates scores automatically.
Every action on the platform awards the user a specific point value:
| Action Type | Points | Description |
|---|---|---|
LOGIN | 1 | Awarded on daily user visit |
JOB_SEARCH | 1 | Awarded when searching jobs on JSearch API |
JOB_APPLY | 2 | Awarded when submitting or saving a job application |
BOOKMARK_JOB | 1 | Awarded when bookmarking search results |
RESUME_UPLOAD | 5 | Awarded when uploading a resume to Cloudinary |
PROFILE_UPDATE | 3 | Awarded when updating professional profile info |
INTERVIEW_COMPLETE | 10 | Awarded when completing a scheduled interview event |
>= 1.0.The application relies on the following configurations in the backend .env file:
# PostgreSQL Connections (Supabase)
DATABASE_URL="postgresql://your_db_user:your_db_password@your_db_host:6543/postgres?pgbouncer=true"
DIRECT_URL="postgresql://your_db_user:your_db_password@your_db_host:5432/postgres"
# Google Authentication
GOOGLE_CLIENT_ID="your_google_client_id.apps.googleusercontent.com"
GOOGLE_CLIENT_SECRET="your_google_client_secret"
GOOGLE_PROJECT_ID="your_google_project_id"
# AI Integrations
OPENROUTER_API_KEY="your_openrouter_api_key"
GROK_API_KEY="your_grok_api_key"
# RapidAPI (JSearch Job Listings)
RAPIDAPI_KEY="your_rapidapi_key"
RAPIDAPI_HOST="jsearch.p.rapidapi.com"
# Email SMTP
EMAIL_USER="your_email@gmail.com"
EMAIL_PASS="your_email_app_password"
# Cloudinary Storage
CLOUDINARY_CLOUD_NAME="your_cloudinary_cloud_name"
CLOUDINARY_API_KEY="your_cloudinary_api_key"
CLOUDINARY_API_SECRET="your_cloudinary_api_secret"
1 commits
JavaScript
70.5%
CSS
26.9%
HTML
2.6%