Toggle switch: Job Seeker vs Agency plans, new pricing: Free/Pro/Ultra/Unlimited (/usr/bin/bash/9/9/9), aligned cards, LinkedIn integrated
This commit is contained in:
+4
-4
@@ -19,10 +19,10 @@ router = APIRouter(prefix="/autojobs/api")
|
||||
# --- Plans & Pricing ---
|
||||
# Private User Plans (job seekers)
|
||||
PRIVATE_PLANS = {
|
||||
"free": {"name": "Free", "applications": 5, "ai_customize": 5, "price": 0},
|
||||
"starter": {"name": "Starter", "applications": 50, "ai_customize": 50, "price": 9},
|
||||
"pro": {"name": "Pro", "applications": 100, "ai_customize": 100, "price": 39},
|
||||
"ultra": {"name": "Ultra", "applications": 200, "ai_customize": 200, "price": 69},
|
||||
"free": {"name": "Free", "applications": 5, "ai_customize": 5, "cover_letters": 5, "price": 0},
|
||||
"pro": {"name": "Pro", "applications": 100, "ai_customize": 100, "cover_letters": 100, "price": 39},
|
||||
"ultra": {"name": "Ultra", "applications": 200, "ai_customize": 200, "cover_letters": 200, "price": 69},
|
||||
"unlimited": {"name": "Unlimited", "applications": 99999, "ai_customize": 99999, "cover_letters": 99999, "price": 99},
|
||||
}
|
||||
|
||||
# Alias for backwards compatibility
|
||||
|
||||
Reference in New Issue
Block a user