Home / Scripts & Code / NodeJS
Devlumiq ATS - Full Stack Applicant Tracking AppDevlumiq ATS - Full Stack Applicant Tracking App
Full-stack ATS: Next.js 15, React 19, dashboard, Kanban, calendar, premium tools, 10 locales & PostgreSQL. Deploy to Vercel inHome / Scripts & Code / NodeJS
Devlumiq ATS - Full Stack Applicant Tracking App
Full-stack ATS: Next.js 15, React 19, dashboard, Kanban, calendar, premium tools, 10 locales &...1 Support questions or comments
Please login or create an account to post a question or comment.
-
1 week agoBefore purchase, can you please confirm the following details:
1. Is this a complete SaaS-ready version (multi-tenant / subscription-based), or a single-company application?
2. What exactly is included in the license — full production system or demo/template?
3. Does the package include full source code (frontend + backend)?
4. What is the difference between Regular License and Extended License for this product?
5. Does the Regular License allow using this as a SaaS platform and charging end users (companies) on a subscription basis?
7. Does the system support multi-company accounts (each company with its own dashboard, jobs, candidates, etc.)?
8. Does it support PostgreSQL only, or can it be configured to run with MySQL?
9. Are features like Resume AI Parser, WhatsApp Messaging, and Job Board Distribution fully functional integrations or just UI/demo implementations?
10. Is sample/demo seed data included for testing?
11. Can it be deployed on a dedicated server with cPanel (Node.js environment), or is it designed only for Vercel deployment?
12. Is full deployment documentation included (including production setup and environment configuration)?
13. Are future updates included, and for how long?
14. Is technical support included, and what does it cover?
Thank you in advance. -
1 week agodev0905 AuthorHi there,
Thank you for your detailed questions. I want to be completely transparent about what this product includes, especially regarding some UI marketing claims that need clarification.
IMPORTANT CLARIFICATION — What "AI" Actually Means
The UI labels several features as "AI-powered" but I need to clarify the actual technical implementation:
Smart Search — The UI says "AI-powered candidate discovery" but it is actually algorithmic keyword matching + deterministic scoring (not machine learning). It searches database fields for keywords and calculates match scores using a hash function. There is no external AI API or neural network involved.
Resume Parser — The UI says "Resume AI Parser" but it uses PDF text extraction using the pdf-parse library plus regex pattern matching. It extracts emails, phone numbers, and keyword-matches against a predefined skill list. No external AI API like OpenAI or GPT is used.
Job Board Distribution — The UI says "Syndicate to LinkedIn, Indeed, Glassdoor instantly" but this is MOCKED ONLY. The UI tracks "posts" in the database but actual API integration to job boards is NOT implemented. The code comment explicitly states: "In production, integrate with actual job board APIs". It creates fake external IDs like "mock-123456" and does not actually post to LinkedIn or Indeed.
AI Assistant — Shows a "BETA" badge in the UI but this is not implemented. It is just a placeholder button.
Bottom line: These are rule-based algorithms, not machine learning or AI models. The search works via keyword matching, resume parsing uses pattern matching on PDF text, and job board distribution is UI-only without real API connections.
Answers to Your 14 Questions:
Is this a complete SaaS-ready version (multi-tenant / subscription-based), or a single-company application?
NO. This is a single-company application. The User model has no companyId field. All authenticated users see all data. There is no tenant isolation middleware. To make it SaaS-ready would require adding company isolation, tenant middleware, and billing integration.
What exactly is included in the license — full production system or demo/template?
Full production system for single-company use. Complete source code including Next.js 15 frontend, 40+ API routes, Prisma PostgreSQL schema, database migrations, seed data, documentation, and Chrome extension source.
Does the package include full source code (frontend + backend)?
Yes. Everything is included — frontend, backend, database schema, all API routes, migrations, seed scripts, and the Chrome extension.
What is the difference between Regular License and Extended License?
Your purchase is governed by the Codester license you select at checkout:
- Regular License ($34): Use in one project, personal or commercial
- Extended License ($102): Use in unlimited projects, can distribute as part of a larger project
The source code download includes a license file referencing Codester's terms. For full details, click "View license details" on the product page.
Does the Regular License allow using this as a SaaS platform and charging end users (companies) on a subscription basis?
Yes. Both the Regular and Extended licenses allow commercial use. You can use this as a SaaS platform and charge subscription fees. The only difference is how many projects you can use it in — Regular covers one project, Extended covers unlimited projects. For full details, click "View license details" on the product page.
Does the system support multi-company accounts (each company with its own dashboard, jobs, candidates, etc.)?
No. Multi-company accounts are not supported. Each company would require a separate deployment instance with its own database.
Does it support PostgreSQL only, or can it be configured to run with MySQL?
Both. The default schema uses provider = "postgresql" in Prisma, but you can change it to provider = "mysql" in prisma/schema.prisma and it works with MySQL. Prisma ORM supports both databases.
Are features like Resume AI Parser, WhatsApp Messaging, and Job Board Distribution fully functional integrations or just UI/demo implementations?
Resume Parser: Functional but not AI. It uses PDF text extraction plus regex pattern matching to extract emails, phone numbers, and skills from a predefined keyword list. It does not use OpenAI, GPT, or any external AI API.
WhatsApp Messaging: Real integration. It uses Meta's WhatsApp Business Cloud API. You need to provide your own WHATSAPP_TOKEN and WHATSAPP_PHONE_NUMBER_ID from a Facebook Developer account.
Job Board Distribution: UI and database tracking only, NOT real integration. It tracks posting status internally but does NOT actually post to LinkedIn, Indeed, or Glassdoor APIs. The integration is mocked with fake external IDs. You would need to build the actual API integrations yourself or hire me to do it.
Is sample/demo seed data included for testing?
Yes. The prisma/seed.js file creates 50 candidates, 12 jobs, interview events, messages, notifications, and assessment templates. Run npm run prisma:seed after database setup.
Can it be deployed on a dedicated server with cPanel (Node.js environment), or is it designed only for Vercel deployment?
Any Node.js 18+ server. It is optimized for Vercel but deploys to cPanel, Railway, Render, AWS, DigitalOcean, or any standard Node.js hosting. It is a standard Next.js application.
Is full deployment documentation included (including production setup and environment configuration)?
Basic documentation is included — setup instructions, database configuration, customization guide for colors/branding, and deployment steps. It does NOT include enterprise-grade documentation like Docker configurations, CI/CD pipeline examples, or production hardening guides.
Are future updates included, and for how long?
Yes, free updates are included for existing buyers. When I publish updates, you will get notified via email and can download the latest version from your Codester account at no additional cost. I am actively working on this project and plan to add RBAC (Role-Based Access Control) in upcoming updates.
Is technical support included, and what does it cover?
Yes, I provide support for bug fixes and installation issues. If you encounter bugs or problems getting it running, I will help you resolve them. This does not include custom feature development, but I am available to fix any issues with the existing codebase.
Customization Services Available
If you need features that go beyond what is currently implemented, I offer customization services:
Real Job Board API Integration (LinkedIn, Indeed, Glassdoor), Actual AI Integration (OpenAI GPT for resume parsing and candidate matching), Multi-tenant SaaS Architecture (company isolation, tenant middleware), Stripe Billing Integration.
Timeline depends on scope. If you purchase the base version and later want these additions, message me and we can discuss.
Honest Assessment
At 34 USD, this is a solid single-company ATS foundation with genuinely working features for candidate and job management, Kanban pipeline with database persistence, interview scheduling with FullCalendar, email templates and sending via SMTP, WhatsApp messaging (with your own Meta API keys), assessment system with multiple choice and coding challenges, and analytics with reporting.
However, the "AI" features are algorithmic/rule-based implementations, not machine learning, and the Job Board Distribution is UI-only without real API connections. If you need true AI or live job posting to actual job boards, you would need to budget for customization or look for a different product.
I am happy to answer more specific technical questions before you buy, and I stand behind this product with bug fix support and free future updates including the planned RBAC system.
P.S. I'm uploading a minor update this week with documentation
improvements and license clarification. Once approved, you can
re-download the latest version from your Codester Purchases page
at no extra cost. Free updates are included with your purchase.
Best regards,
Devanshu Saini
Information
| Category | Scripts & Code / NodeJS |
| First release | 12 April 2026 |
| Last update | 30 April 2026 |
| Files included | .css, .html, Javascript .js |
| Tags | saas application, hr management system, recruitment platform, nextjs dashboard, applicant tracking system |
