
Open
Posted
Paid on delivery
** Read this before you simply pitch this project **** Please pitch me only after going through this URL, and pitch me only if u can work and have enough skills to update/modify this ATS platform [login to view URL] Please don't SPAM me!..Thanks ************************************************************** I need our existing open-source applicant-tracking system taken to the next level. The codebase already runs on Nuxt 4 (Vue 3 + Nitro), PostgreSQL 16 with Drizzle ORM, Zod v4, Tailwind CSS v4, Docker, MinIO for S3-compatible storage, and Better Auth with the organization plugin. The priority is to enhance functionality, not just refresh the look and feel. Here is what I want to accomplish: • Build and integrate a brand-new module that plugs cleanly into the current architecture. • Reorganise several screens, update iconography, replace logos, and generally streamline navigation so everyday workflows feel smooth. • Ensure all new queries and mutations use Drizzle patterns, typed with Zod, and remain fully compatible with our Postgres schema. • Keep Docker images lean and extend our existing Compose setup so I can spin everything up with the usual single command. • Maintain unit and integration test coverage; Cypress or Playwright for UI tests would be ideal. Acceptance will be based on: 1. A merge-ready PR with clear commits. 2. Passing CI that builds the Docker stack and runs automated tests. 3. A concise README that documents every new env var or migration step. If you’re comfortable working end-to-end across this stack and can deliver clean, maintainable code, let’s get started. things need to be done here-------- 1-Add a new module, but it's similar to the existing one...but with a minor change 2-Logos, icons, need to change 3-ATS ping is available, find it and disable the pings... 4-Docker ready 5-One configuration needs to move to the global configuration, so everyone can use it instead; they separately configure it... 6-Need to help me to understand how the restart, start works, which will be for my future reference Open source ATS URL [login to view URL] Please pitch me only after going through this URL, and pitch me only if u can work and have enough skills to update/modify this ATS platform [login to view URL]
Project ID: 40463178
23 proposals
Open for bidding
Remote project
Active 3 days ago
Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
23 freelancers are bidding on average ₹11,609 INR for this job

As someone with over 10 years of full stack development experience, I'm confident I can bring fresh, customized functionality to your open-source ATS while adhering to your existing tech stack. Working with APIs is second nature to me, and I'm well versed in JavaScript - making Nuxt & Vue a breeze. Plus, my deep understanding of PostgreSQL will ensure a solid integration that's critical for your requirements. Throughout my career, I've picked up expertise in streamlining navigation and optimizing workflows- precisely what you're looking for. My strong grasp on front-end technologies like Tailwind CSS proves invaluable when it comes to the visual updates you need - think logos and icons. Moreover, I understand that comprehensive documentation and code organization are vital for the project's longevity and future reference points. Lastly, my proficiency with Docker means we can keep things lean without compromising efficiency. Would be thrilled to lend my skills to enhancing your applicant-tracking system!
₹20,000 INR in 15 days
4.9
4.9

Hello There, As per my understanding you want to scale the ReqCore ATS platform by integrating a new module and streamlining the Nuxt 4 frontend while maintaining strict data integrity with Drizzle and Zod. 1) What specific functional module are you looking to prioritize first, such as an AI resume parser, interview scheduler, or advanced analytics dashboard? 2) Do you have a preferred icon library like Lucide or Heroicons to replace the current set for the UI refresh? 3) Are there existing Cypress or Playwright test suites already in the repo that I should expand upon, or am I building the testing framework from the ground up? I will turn your ATS into a high-performance tool that your team will enjoy using daily. By streamlining the navigation, we will remove friction from hiring, allowing you to move candidates through the pipeline faster. You will get a polished platform that feels custom-built for your needs, ensuring data is accurate and operations remain efficient as you scale your organization. I will leverage the Nuxt 4 Nitro engine to build your new module as a decoupled, type-safe service that integrates via Drizzle ORM. I will use Zod for end-to-end validation, ensuring that all mutations from Vue 3 components are bulletproof. My approach includes optimizing Docker multi-stage builds to keep images minimal and configuring MinIO for secure attachment handling, wrapping new flows in Playwright tests to ensure zero regressions. Best regards, Nivedita Joshi
₹18,000 INR in 12 days
3.7
3.7

I went through the reqcore GitHub repo and understand the stack. I've worked with Nuxt 3/4, Drizzle ORM, and Docker-based workflows before, so the architecture is familiar. For your five tasks: adding a new module following existing patterns is straightforward since the codebase has a clear structure with Drizzle schemas and Zod validation. Logo and icon replacements are simple asset swaps. For the ATS ping disable, I'll trace through webhook or notification handlers to find where pings trigger and disable them properly. Docker setup is already there, I'll keep everything single-command deployable. For restart/start explanation, I'll document the Docker Compose workflow and Nitro dev server behaviour so you can manage it independently. I'll deliver a clean PR with organized commits, ensure CI passes with all tests green, and update the README with any new environment variables or migration steps. My approach is to work within your existing conventions - same Drizzle patterns, same Zod typing, same Tailwind styling - so new code feels native to the project. Timeline is 4-5 days for implementation and testing, then handoff with documentation. The ₹12,000 accounts for full-stack work across database schema, backend mutations, frontend components, Docker config, and proper documentation. I can start immediately after you share specific requirements for the new module and assets for logo/icon replacements.
₹12,000 INR in 5 days
3.4
3.4

I understand you're looking for a developer with experience with web and mobile development, specifically ATS platforms like the one you're using at reqcore-inc. I have worked with JavaScript for over 9 years now, and I am confident in my ability to not only update/modify your open-source ATS but to also take it to the next level. My proficiency is not only limited to JavaScript but also extends to Nuxt, Vue, Nitro, PostgreSQL, Docker, and more -- key components of your existing stack. I've developed E-commerce and CMS based websites and have full knowledge of how important it is to enhance functionality while maintaining a streamlined user experience. With me on your team, not only can you expect merge-ready PRs and a CI that runs automated tests but also clear documentation and continuous after-delivery support. I am ready to dive deep into your codebase and provide clean, maintainable code that aligns with your needs while adhering to best industry practices. My track record showcases my commitment to client satisfaction and my ability to turn ideas into realities. Let me do the same for you -- let me upgrade your ATS platform for unstrained utilization in the present and the future.
₹10,000 INR in 7 days
2.4
2.4

Hi, I can see that you have already got 15 proposals within 1 mins. I have not placed the bid till now because I think reading and understanding will take 30 mins at least. Everyone who has placed the bid has not followed the instructions. So kindly start a chat with me so that I can explain a solution oriented proposal. Not a generic bid. PLZ INITIATE CHAT WITH ME Thanks
₹10,000 INR in 7 days
1.8
1.8

Most open-source ATS projects have at least one extension-point pattern, plugin registry, hook system, or config-driven overlay. Before touching any code I'd map which of those applies to each requested feature, so the additions sit alongside the core rather than inside it. That's what keeps the next upstream release from becoming your problem. Schema changes through the project's own migration tool, not hand-written ALTER statements, so everything stays in the same migration history. Docker dev mirrors prod so feature flag testing reflects real conditions. I'd need the specific feature list before locking M2 scope. "ATS upgrade" covers a lot of ground, and fix-pricing the whole thing without seeing that list sets both of us up for scope disagreements later. M1 is a codebase audit plus scope lock, so the implementation budget only starts once we've agreed on what's actually being built. M1: Audit + scope doc, INR 4500, 1d. M2: Feature implementation, INR 6500, 2d. M3: Tests + dockerized handoff, INR 3000, 1d. Which OSS ATS is it? That changes the extension strategy significantly.
₹14,000 INR in 4 days
1.6
1.6

Hi, Looked through the reqcore repo — the Drizzle schema and Nitro server layer are pretty clean, so adding the new module without breaking existing patterns shouldn't be messy if we follow the same composable structure already in place. The ATS ping disable is straightforward once I locate the heartbeat call. Logos and icons are quick. The module addition and Docker cleanup will take the most care, especially keeping the Compose setup single-command friendly. I've shipped similar full-stack work on Nuxt + Postgres projects — happy to share a code sample if that helps you gauge the style. What's the new module meant to do — is it close to the job pipeline view or something else entirely?
₹15,000 INR in 2 days
1.1
1.1

GSINFOTECHH OPC Pvt. Ltd. – Your Trusted Tech Partner Based in New Delhi, GSINFOTECHH OPC Pvt. Ltd. is a professional IT solutions & software development company delivering secure, scalable, and high-performance digital solutions for startups and enterprises. We help businesses convert ideas into powerful, market-ready products. Our Services • Mobile App Development (Android & iOS) • Desktop Software Development (C#, Java, .NET) • Custom Software & Web Application Development • Website Design & Development (WordPress, Joomla, Drupal) • Laravel, React JS & Node JS Development • Game Design & Development • Blockchain Solutions • AI, Automation & Custom Tools • Meta Trading Tools, Bot Scripting & Web Scraping • SEO, Digital Marketing & Branding • Video Editing & Multimedia Production Technologies We Use • React JS, Node JS, MongoDB • Python (Django) • Android Studio (Java/Kotlin), iOS (Swift) • Flutter & React Native Why Choose Us? ✔ Modern, cost-effective & scalable solutions ✔ Experienced & creative development team ✔ Transparent workflow & 100% client satisfaction ✔ Secure, optimized & future-ready technology ✔ On-time delivery & dedicated support ✔ Flexible pricing – negotiation available Let’s build something amazing together! Hire GSINFOTECHH OPC Pvt. Ltd. to take your project to the next level.
₹5,000 INR in 5 days
0.0
0.0

I reviewed the Reqcore ATS stack and your requirements carefully, and yes, I can work on this codebase and modify it properly without breaking the existing architecture. I’m comfortable with: • Nuxt 4 / Vue 3 / Nitro • PostgreSQL + Drizzle ORM • Zod validation patterns • Docker and Compose workflows • Tailwind CSS • MinIO/S3 integrations • CI-friendly development workflows I can help with: • Adding the new module based on the existing implementation with the required logic changes • Updating logos, icons, navigation, and workflow UX • Finding and disabling ATS ping/tracking behavior in the codebase • Keeping everything Docker-ready and reproducible • Maintaining clean typed queries/mutations using Drizzle + Zod • Supporting testing and merge-ready PR structure I also understand the operational side, so I can explain clearly: • How restart/start flows work • Docker lifecycle and compose commands • Environment setup and deployment process • Future maintenance workflow Recently, I managed infrastructure and containerized environments using Docker, PostgreSQL, Git-based workflows, monitoring systems, and production deployment pipelines. I focus on maintainable code, proper structure, and clean implementation instead of quick patches.
₹15,000 INR in 7 days
0.0
0.0

I reviewed reqcore-inc/reqcore before bidding. The stack and structure match the request: Nuxt 4/Vue in app/, Nitro API routes, Drizzle schema/migrations under server/database, Postgres 16, MinIO, Tailwind v4, Docker Compose, and existing Vitest/Playwright coverage. My plan: 1. Run the app locally with Docker Compose, identify the existing module closest to the one you want copied, then implement the new module using the same page/component/API/schema patterns. 2. Add the minor behavior fix with Zod-typed inputs and Drizzle queries/mutations, including migrations only if the schema actually needs them. 3. Trace the ATS ping source and disable it cleanly rather than hiding symptoms. 4. Replace logos/icons and adjust navigation without disturbing the core workflows. 5. Deliver a merge-ready PR with test/build notes plus a short README section explaining start, restart, rebuild, env vars, and migration steps. I can complete this in 6 days for ₹12,000. To start cleanly I would need the exact existing module to mirror, the logo/icon assets, and what ping behavior you want removed.
₹12,000 INR in 6 days
0.0
0.0

With a proven track record in web development and cloud operations, I am confident that my skills are exceptionally suited for the endeavor of upgrading and modifying your open-source applicant-tracking system (ATS) platform. My expertise spans across technologies like MERN stack, JavaScript, and API development, which are integral to your project. In addition to that, my high adaptability can be exemplified by my efficiency with a diverse set of frameworks such as Vue and Tailwind CSS. My robust problem-solving abilities will enable me to build and integrate the brand-new module seamlessly on top of your existing architecture. Moreover, my experience in maintaining unit and integration tests aligns with your priority of clean, maintainable code while also utilizing tools like Playwright which are ideal for UI testing. I believe my approach to providing concise documentation will ensure every new environment variable or migration step is adequately covered in the README, thereby fulfilling acceptance criteria 3 as well. Overall, I am highly comfortable working across your tech-stack and understand the importance of delivering high-quality work within specified timeframes. At this juncture, where compatibility between queries/mutations and your Postgres schema is imperative for you, I assure you an end-to-end solution that not only meets your requirements but also exceeds them.
₹5,000 INR in 2 days
0.0
0.0

Hi, We at Resonite Technologies have reviewed the Reqcore ATS stack (Nuxt 4, Vue 3, Nitro, Drizzle ORM, PostgreSQL 16, Zod v4, Tailwind v4, Docker, MinIO, Better Auth) and can confidently enhance it end-to-end. We focus on safe, architecture-aligned modifications inside existing open-source systems. Scope execution: • Add new module (clean integration, reuse existing patterns, minor functional fix only) • Update logos, icons, and streamline navigation using Tailwind v4 • Identify and disable ATS ping/heartbeat without breaking core services • Ensure all Drizzle queries + Zod schemas remain fully typed and compatible • Extend Docker Compose for one-command startup and clean rebuild flow • Document start/restart process (Docker, Nitro, DB migrations) for future use • Maintain CI compatibility + ensure build/test pipeline stability • Add Playwright/Cypress support if existing coverage allows extension Deliverables: • Merge-ready PR with clean commits • Passing CI build + Docker verification • Updated Docker setup • Clear README with env, migrations, and run instructions We specialize in modifying complex production open-source systems safely without architectural disruption. Best regards, Resonite Technologies Team
₹20,000 INR in 7 days
0.0
0.0

Hello, I reviewed the Reqcore ATS repository and I’m confident I can help you extend and maintain the platform properly without breaking the current architecture. I have strong experience working with full-stack JavaScript applications, Vue/Nuxt ecosystems, PostgreSQL, Dockerized environments, API development, and scalable frontend/backend systems. Your requirements are very clear, and I can handle the following efficiently: • Build and integrate the new module while following the existing Nuxt 4 architecture • Modify UI components, update logos/icons, and streamline navigation flows • Work with Drizzle ORM + Zod patterns while maintaining schema compatibility • Locate and disable ATS pings cleanly within the existing codebase • Move configuration into a reusable global setup for all users • Maintain Docker compatibility and improve Compose workflows if needed • Help document restart/start processes for future maintenance • Ensure clean commits, maintainable code, and merge-ready PRs I focus on writing scalable, clean, and production-ready code while keeping performance and maintainability in mind. I’m comfortable working across both frontend and backend parts of the stack and can quickly adapt to your current project structure. I can start immediately and would be happy to discuss the module changes and workflow details further.
₹5,000 INR in 3 days
0.0
0.0

Hello! I have thoroughly reviewed the reqcore-inc/reqcore repository. As a Lead Systems Architect highly experienced with Nuxt 4, Vue 3, Drizzle ORM, and Dockerized environments, I am ready to execute these modifications cleanly. Here is my exact approach to your requirements: 1. New Module & Typings I will build the new module by extending your existing architecture. All queries and mutations will use Drizzle patterns and be strictly typed with Zod v4 to securely interface with your Postgres 16 schema. 2. UI & Branding I will replace the logos and update iconography, streamlining the navigation workflows while keeping the Tailwind CSS v4 styling perfectly consistent. 3. Disable ATS Ping I will audit the codebase to locate the outbound telemetry/ping payloads (likely within the Nitro backend tasks) and permanently disable them. 4. Global Configuration I will refactor the currently isolated configuration into a globally accessible state/store so it is centralized for all users. 5. Docker & CI I will extend your Compose setup for seamless single-command execution. Playwright tests will be updated to ensure the CI pipeline passes flawlessly. 6. Documentation I will provide a concise README detailing new env vars, Drizzle migrations, and a clear breakdown of the Docker start/restart lifecycle. You will receive a pristine, merge-ready PR. Let's get to work!
₹8,000 INR in 7 days
0.0
0.0

Hi, I went through the Reqcore project stack and your requirement. This is the kind of engineering-focused work I’m interested in—extending an existing production-grade OSS codebase rather than cosmetic-only frontend edits. I understand the scope includes: adding a new module aligned with the current architecture (with minor business logic variation) updating branding assets (logos/icons/navigation cleanup) locating and disabling ATS ping/telemetry behaviour moving tenant/user-specific config into a global/shared configuration model ensuring Docker setup remains reproducible and easy to run documenting startup/restart/deployment workflow for your future maintenance My background is full-stack application engineering with strong backend/database/Docker experience, and I’m comfortable working inside existing architectures instead of rewriting from scratch. My implementation approach: Understand module boundaries, config flow, and current Docker orchestration Implement changes cleanly with maintainability in mind Keep deployment reproducible Document operational workflow clearly I focus on mergeable, maintainable engineering—not quick hacks. Available to begin immediately.
₹10,000 INR in 4 days
0.0
0.0

Hi, I actually went through the reqcore repo before writing this. I can see you're running Nuxt 4 with Vue 3 and Nitro on the frontend, Drizzle ORM with PostgreSQL 16 on the backend, and the whole thing is containerized with Docker and MinIO for storage. So I know what I'm getting into. For the 6 things you need done, adding the new module is straightforward once I understand which existing one it mirrors. I'll keep the same patterns so it fits naturally. The logo and icon replacements I'll do thoroughly, not just the obvious ones. For the pings, I'll trace where they're being fired from in the server layer and shut them down cleanly. Docker setup I'll make sure stays single-command. Moving that config to global makes sense and I've done similar refactors before. And for the start/restart flow, I'll document it in plain language so it's actually useful for you later. I'll deliver a clean PR with proper commits, not a messy dump. README will cover anything new you need to set up. Bidding ₹8,000 for 7 days. Let me know if you want to talk through anything first. Aditya
₹8,000 INR in 7 days
0.0
0.0

Chennai, India
Member since Feb 28, 2025
₹12500-37500 INR
₹1500-12500 INR
$1500-3000 CAD
$30-250 USD
₹12500-37500 INR
₹1500-12500 INR
₹250000-500000 INR
$30-250 USD
₹12500-37500 INR
₹12500-37500 INR
₹12500-37500 INR
$250-750 USD
$250-750 USD
₹12500-37500 INR
₹600-1500 INR
$30-250 USD
₹1500-12500 INR
$250-750 USD
$3000-5000 USD
$250-750 CAD
£250-750 GBP
₹12500-37500 INR