AI ecosystem for job seekers. Personalized job responses based on real candidate experience — no hallucinations.
AI-экосистема для соискателей. Персонализированные отклики на вакансии — без выдумок, на основе реального опыта кандидата.
AI analyzes job postings, matches them with a candidate's profile, and generates cover letters, resume bullets, recruiter messages, and interview prep — all in seconds. Core principle: Intellectual Empathy — AI doesn't invent facts, it reformulates real experience for each specific position.
ИИ анализирует вакансию, сопоставляет с профилем кандидата и генерирует cover letter, резюме-буллиты, сообщения рекрутерам и подготовку к интервью — всё за секунды. Ключевой принцип — Intellectual Empathy : ИИ не выдумывает факты, а переформулирует реальный опыт под конкретную позицию.
Dashboard, AI Studio (11 generation modes), application tracker, settings, PDF resume builder
Dashboard, AI Studio (11 режимов генерации), трекер откликов, настройки профиля, PDF-резюме
Parses jobs from LinkedIn, Indeed, Glassdoor. Generates personalized responses directly on job pages (Shadow DOM)
Парсит вакансии с LinkedIn, Indeed, Glassdoor. Генерирует отклик прямо на странице (Shadow DOM)
Public interactive AI-powered profile. Recruiters ask questions — the agent answers on behalf of the candidate. Includes Career Strategist mode
Публичная интерактивная «визитка» с чат-ботом. Рекрутер задаёт вопросы — агент отвечает за кандидата. Включает режим карьерного стратега
Employers create vacancy profiles with AI screening bots. Automated candidate assessment with fit scores (0-100) and email notifications
Работодатели создают вакансии с ИИ-ботами для скрининга. Автоматическая оценка кандидатов с фит-скором (0-100) и email-уведомлениями
Free public lead-magnet. AI simulates an ATS system and scores resume text with actionable improvement tips
Бесплатный лид-магнит. ИИ симулирует ATS-систему и оценивает текст резюме с рекомендациями по улучшению
100% i18n coverage EN/RU/ES (200+ tags). Auto-detected language in job descriptions — responses in the same language
100% локализация EN/RU/ES (200+ тегов). Авто-определение языка вакансии, ответ на том же языке
Each mode uses specialized prompts with the Truth Engine (anti-hallucination) and HumanLevel system (AI-detection bypass, 5 levels).
Каждый режим использует специализированные промпты с Truth Engine (анти-галлюцинации) и HumanLevel (обход детекции ИИ-текста, 5 уровней).
| Layer | Technologies | Технологии |
|---|---|---|
| Frontend | Vanilla JS (ESM modules, IIFE), HTML5, CSS3 — custom Intellectual Empathy design system (glassmorphism, CSS custom properties) | Vanilla JS (ESM-модули, IIFE), HTML5, CSS3 — авторская дизайн-система Intellectual Empathy (glassmorphism, CSS custom properties) |
| Backend |
Netlify Functions — serverless
.mjs
, AI proxies, payment webhooks, employer notifications
|
Netlify Functions — serverless
.mjs
, AI-прокси, вебхуки платежей, уведомления работодателям
|
| Database + Auth | Supabase (PostgreSQL, RLS, OAuth). Row Level Security for user data isolation. 16 migrations | Supabase (PostgreSQL, RLS, OAuth). Row Level Security для изоляции данных. 16 миграций |
| AI / LLM |
Google
Gemini API
—
gemini-2.5-flash
+ fallback chain (
2.0-flash
,
1.5-flash-002
). Truth Engine + HumanLevel (5 levels)
|
|
| Extension |
Chrome Extension (Manifest V3), Shadow DOM,
content_scripts
+
background.js
, bridge auth via
postMessage
|
Chrome Extension (Manifest V3), Shadow DOM,
content_scripts
+
background.js
, bridge-авторизация через
postMessage
|
| Monitoring | Мониторинг | Sentry (client + server), Core Web Vitals — instrumented on all 19 HTML pages |
| CI/CD | GitHub Actions — ESLint + Prettier + Jest (108 tests). Auto-deploy via Netlify | GitHub Actions — ESLint + Prettier + Jest (108 тестов). Автодеплой через Netlify |
| Payments | Платежи | DodoPayments — webhook-verified subscription management ($9/7d, $19/mo) |
| Hosting | Хостинг | Netlify CDN — CSP headers, HSTS, CORS allowlist, deploy previews |
Every job application = 1–3 LLM calls (analysis + generation + ATS score). With thousands of users, API costs grow exponentially. Each AI Agent chat session = 5–15 Gemini calls. Each employer screening = evaluation call per candidate.
Каждый отклик на вакансию = 1–3 вызова LLM (анализ + генерация + ATS-оценка). При масштабировании на тысячи пользователей API-расходы растут экспоненциально. Каждая сессия AI Agent = 5–15 вызовов Gemini. Каждый скрининг кандидата = оценочный вызов.
Core content generation engine. Job analysis, resume tuning, cover letters, ATS audit, AI Agent conversations, candidate screening
Основной движок генерации контента. Анализ вакансий, резюме-тюнинг, cover letters, ATS-аудит, AI Agent диалоги, скрининг кандидатов
Migration of AI proxies for better Vertex AI integration and lower latency
Перенос AI-прокси для лучшей интеграции с Vertex AI и снижения latency
User resumes, portfolios, avatars storage
Хранение пользовательских резюме, портфолио, аватаров
Vertex AI Agent Builder (autonomous agents), Grounding with Google Search (real-time job market data)
Vertex AI Agent Builder (автономные агенты), Grounding with Google Search (рынок труда в реальном времени)
Credits cover the scaling phase (6–12 months) until unit economics reach profitability through subscriptions ($9–$19/mo)
Кредит покрывает фазу масштабирования (6–12 мес), пока юнит-экономика не выйдет на самоокупаемость через подписки ($9–$19/мес)
┌─────────────────┐ ┌──────────────────┐ │ Chrome Ext │───▶│ Web App (SPA) │ │ Shadow DOM │ │ Dashboard │ │ Content Script │ │ AI Studio │ └────────┬────────┘ └────────┬─────────┘ │ │ ▼ ▼ ┌──────────────────────────────────────────┐ │ Netlify Functions (Serverless) │ │ optimize · agent-chat · ats-check │ │ parse-resume · employer-notify · admin │ └─────────┬──────────────────┬─────────────┘ │ │ ▼ ▼ ┌─────────────────┐ ┌──────────────────┐ │ Supabase │ │ Gemini API │ │ PostgreSQL │ │ gemini-2.5-flash│ │ Auth + RLS │ │ + 2.0 / 1.5 │ │ Storage │ │ fallback chain │ └─────────────────┘ └──────────────────┘