
Open
Posted
•
Ends in 5 hours
Paid on delivery
Job Title: Full-Stack QA Engineer & Bug Fixer — AI-Powered Hiring Platform (End-to-End Testing) Project Overview Budget: ₹15,000 – ₹30,000 INR (Fixed-Price) Duration: Short-Term Contract (7–10 days) → Long-Term Potential We have built Talenser—a fully developed, AI-powered talent assessment and hiring platform. The platform is currently live but in a strict private testing phase. Before we onboard real customers, companies, and expert interviewers, we need a highly skilled developer-tester to audit the entire codebase, uncover every bug, and fix them at the root. Important Note: This is not a general manual UI tester role. We need an engineer who can read the source code, trace backend logic, and push code-level fixes. What is Talenser? Talenser connects three core user types: Talent (Job Seekers): Take AI-driven assessments. Companies (Employers): Discover and hire pre-assessed talent. Expert Interviewers: Conduct paid video interviews. Core Systems You Will Test & Fix: AI Voice Interviews: VAPI-powered voice orchestration + Gemini AI scoring. ML-Based Proctoring: 21 behavioral signals via [login to view URL] (face detection, gaze, lip sync, device/AI tool OCR). Assessment Pipeline: Foundation MCQ → Applied Skills Test → AI Interview. Matching Algorithms: Rule-based + vector semantic similarity (Vertex AI + Cloudflare Workers AI). Subscription & Billing: Razorpay lifecycle (webhooks, prorated billing, auto-renewal). Authentication & Security: JWT, OTP, Google OAuth, 8 user roles. Real-Time Infrastructure: WebRTC video rooms & Chat via Cloudflare Durable Objects. Media Storage: Dual-track R2 storage (webcam + screen). The Tech Stack (Mandatory Experience) Frontend: Framework: [login to view URL] 15.5 (React 19), TypeScript (Static export via Cloudflare Pages) UI/State: Tailwind CSS 4.x, Zustand, TanStack React Query, Framer Motion, Recharts Specialized: VAPI SDK, [login to view URL] (Web Worker ML), Monaco Editor, WebRTC Backend (Cloudflare Ecosystem): Core: Cloudflare Workers + Hono (Serverless API routing) Database & Storage: Cloudflare D1 (SQLite), Cloudflare R2, Cloudflare KV Background Jobs: Cloudflare Queues, Cloudflare Durable Objects AI & Logic: Vertex AI / Gemini, Cloudflare Workers AI (BGE), VAPI, ElevenLabs Auth & Utils: Jose (JWT), Zod, Turnstile, Razorpay, Courier (Email/SMS) Your Exact Responsibilities (Testing & Fixing Scope) You will be responsible for end-to-end code review, bug identification, and patching across the following 12 phases: 1. Code Review & Infrastructure Review [login to view URL] bindings, static export settings, CORS, and JWT secret strength. Confirm D1 migration files sync with the actual schema and check for hardcoded secrets. 2. Auth & Registration Test multi-step registration flows, email OTP rate-limiting, and Google OAuth. Validate all 8 user roles (RBAC), session expiry/logout, and brute-force protection. 3. AI Interview System Test the 6-step VAPI flow, Gemini scoring pipelines, and ai_cost_logs population. Verify VAPI webhook signatures, browser-crash recovery, and R2 recording uploads/blur logic. 4. Proctoring System ([login to view URL]) Verify WebWorker loads and test all 21 proctoring signals (gaze, lip sync, devtools block, clipboard block, AI tool OCR). Test risk score calculations, cooldown timers, and the 4-strike termination system. 5. Assessment & Question System Test timer/auto-submit logic, server-side answer enforcement, and the 7-day retake cooldown. Verify Gemini evaluation of applied answers and role score formulas. 6. Matching & ML Algorithms Test fuzzy job role matching, company discovery scores, and vector embedding pipelines (Vertex AI → BGE fallback). Verify KV embedding cache invalidation and behavioral intelligence boosts. 7. Subscription & Billing (Razorpay) Test the full payment flow, idempotency, and all 4 core webhook events (HMAC verified). Validate prorated upgrade formulas, downgrade scheduling, and feature gating. 8. Expert Interview System Test KYC approval flows, availability slots, and payout calculations. Test WebRTC rooms (Durable Objects), TURN server fallbacks, and the expert matching formula. 9. Company Features Test job posting CRUD authorization, application pipelines, and recording credit systems. 10. Chat & Notifications Test real-time chat (Durable Objects WebSocket), message persistence (D1), and unauthorized access prevention. Validate Courier notifications and the referral code system. 11. Admin Dashboard Test admin route protection, audit logs, feature flags, and AI cost analytics. 12. Security & Hardening Scan for SQL injection (D1 queries), XSS (dangerouslySetInnerHTML), and CSRF. Run Lighthouse audits and check GDPR account deletion (purge D1, KV, R2). 13. Minor UI/UX adjustments may be required as part of the scope. The developer should also be open to handling small to mid-level backend enhancements or feature updates if needed. Expected Deliverables Bug Report: Comprehensive list of bugs (file name, line number, severity, reproduction steps). Applied Fixes: All bugs fixed directly in the monorepo. Test Coverage Summary: Documentation of what passed, failed, and was resolved. Minor UI/UX adjustments may be required as part of the scope. The developer should also be open to handling small to mid-level backend enhancements or feature updates if needed. Security & Performance Report: SQL injection scans, RBAC gap checks, and Lighthouse/D1 query scores. Production Readiness Sign-Off: Go/no-go recommendation per system. Dealbreakers (Do Not Apply If): You only perform manual/UI testing. You lack hands-on experience with Cloudflare Workers, D1, or Durable Objects. You have never worked with browser-based ML (WASM) or AI APIs. You cannot fix the bugs you find. You require more than 20 days to complete this scope. How We Work Full codebase access (GitHub monorepo) on day one. Complete platform audit documentation and a 13-phase testing checklist provided. Staging environment available for all work. Note: A Non-Disclosure Agreement (NDA) is mandatory before codebase access. How to Apply To be considered, your proposal must include the following. Generic proposals will be immediately declined: A brief introduction of your hands-on experience with Cloudflare (Workers/D1/DO), [login to view URL] ML, Gemini AI, and Razorpay. One specific example of a similar platform you have built or tested (e.g., proctoring, AI interviews, or complex billing). Your estimated timeline, broken down by testing phase. Your proposed milestone structure for the fixed-price contract. Screening Question: What is the difference between Cloudflare D1 and traditional PostgreSQL, and what limitations does it have for our specific use case?
Project ID: 40373442
56 proposals
Open for bidding
Remote project
Active 2 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
56 freelancers are bidding on average ₹25,079 INR for this job

Hey there, I will audit and patch Talenser across your 12 phases with fixes at root, delivering the bug report, security/performance scan, and production go/no-go per system. Screening question: D1 is edge-replicated SQLite, so versus Postgres you lose JSONB, native vectors, LISTEN/NOTIFY, stored procedures, and you inherit a single-writer bottleneck and a ~10GB per-DB ceiling. For Talenser this means embeddings must stay outside D1 (KV + Workers AI BGE, as you do), AI-cost and admin analytics need batched aggregation rather than heavy ad-hoc queries, and DO-backed chat should persist via Durable Object storage or R2 rather than synchronous D1 writes during spikes. Stack: hands-on with Workers + Hono, D1, R2, KV, Durable Objects, Razorpay webhooks (HMAC + idempotency), and Gemini/Vertex via server SDKs. Happy to share phase-wise timeline and milestone breakdown post-NDA. Looking forward to discussing further. Best regards, Faizan
₹24,000 INR in 8 days
3.8
3.8

Hello, I’ve gone through your job description and understand you need a Full-Stack QA Engineer to audit and fix your AI-powered hiring platform (Talenser), including Cloudflare Workers, AI systems, billing, and security. With experience in full-stack QA and complex system debugging, I’ve worked on similar end-to-end testing and production audits. What I can help you with: • Full codebase testing and bug fixing across frontend & backend • AI, proctoring, billing, and auth flow validation • Security, performance audit, and production readiness report Warm regards, Monica Bhatia
₹25,000 INR in 3 days
2.4
2.4

Hello, I’m a full-stack developer with strong experience in debugging complex systems, ERP platforms (including ERPNext), and API-heavy architectures. I’ve worked on real-time apps, payment integrations, and AI-based workflows, and I’m comfortable going deep into code—not just surface-level testing. Relevant Experience: • Backend debugging (Node.js, TypeScript, serverless environments) • Payment systems (Razorpay lifecycle, webhook validation, idempotency) • Auth systems (JWT, OTP, OAuth, RBAC) • Real-time systems (WebRTC, sockets, event-driven flows) • AI integrations (API orchestration, scoring pipelines, async jobs) Timeline (7–10 days): Day 1–2: Code review + infra + auth Day 3–5: AI, proctoring, assessments Day 6–7: Billing, matching, WebRTC Day 8–9: Admin, chat, security Day 10: Final fixes + report Budget: 28000.00 INR Milestones: Initial audit report Core fixes (auth/AI/billing) Full system fixes Security + final sign-off Screening Answer: Cloudflare D1 is a serverless SQLite-based DB, unlike PostgreSQL which is a full relational DB. D1 has limitations like weaker concurrency handling, limited joins/complex queries, and eventual consistency challenges—important for your real-time, multi-user system and transaction-heavy modules like billing and chat. Ready to start immediately and deliver a production-ready system. Best Regards, JP
₹28,000 INR in 10 days
1.4
1.4

Hi I’ve worked extensively with Cloudflare Workers, D1, Durable Objects, and AI integrations (Gemini, VAPI), handling full-stack debugging and production hardening. I can audit your entire system and deliver clean, code-level fixes within timeline. Do you want fixes pushed phase-wise or after full audit? Will staging include all third-party integrations (Razorpay, VAPI live)? Relevant Projects I’ve Worked On: 1. Hospital ERP – full backend and frontend integration 2. Restaurant ERP – POS, order management, and reporting 3. Attendance Management Software – employee tracking and reports 4. Custom Software – tailored solutions for various business processes 5. Website Development – dynamic, responsive websites with CMS and database integration 6. AI chatbot lets connect for qaulity work - already have experience on same its my core work
₹40,000 INR in 7 days
0.8
0.8

The main challenge isn't just finding bugs, it's ensuring your AI interview flow works flawlessly across authentication. WebRTC sessions, Gemini API calls. Cloudflare Workers without breaking user experience. I've built and debugged full-stack Next. js + API platforms in the last 2 years, including real-time systems and AI integrations. I work extremely fast with modern tooling and can deliver thorough end-to-end testing + fixes in 7 days. Since I'm building my Freelancer profile. And i'm offering this at ₹15 000 INR (symbolic rate) for quality work + a strong review to kickstart my presence here. Relevant work: https://www.freelancer.com/portfolio-items/11324131 https://www.freelancer.com/portfolio-items/11324094 Ready to start immediately, check my portfolio for Next. js + TypeScript + API projects.
₹15,031.28 INR in 7 days
0.0
0.0

Hello Sir/Madam, I hope you are doing well. My name is Md Zeeshan, and I am a freelance Web Designer & Developer. I recently came across your website, and I can help you improve it or build a new modern, professional, and responsive website as per your business needs. I have experience in creating: Business websites Portfolio websites Landing pages Responsive mobile-friendly design I would be happy to discuss your requirements and provide you with the best solution at an affordable price. If you are interested, kindly let me know a suitable time to talk or share your requirements. Thank you & regards Md Zeeshan
₹25,000 INR in 7 days
0.0
0.0

Hello, I understand you need a full-stack QA engineer to deeply audit and fix your AI-powered hiring platform, covering everything from Cloudflare infrastructure to AI interview flows, billing, and security. I can perform end-to-end code-level testing, identify root-cause issues, and apply clean fixes across all 13 phases. I focus on production readiness, security hardening, and performance optimization to ensure a stable launch. Quick question: Do you want fixes pushed directly to your main repo or reviewed via staged PRs? Best regards, Thiran360AI Team
₹25,000 INR in 8 days
0.0
0.0

I have hands-on experience working with serverless and backend systems, including API debugging, auth flows, and third-party integrations like Razorpay. While I have not directly used Cloudflare D1/DO in production, I have worked on similar distributed backend setups and can quickly adapt. I have also worked on AI-integrated systems and API-based workflows. A relevant project is a real-time gaming platform where I debugged backend issues, optimized APIs, and stabilized WebSocket flows under load. This involved production-level debugging, performance fixes, and system reliability improvements. Timeline (10 days): Day 1–2: Codebase audit + infra review Day 3–6: Core systems testing (auth, AI, billing, WebRTC) Day 7–8: Fixes + validation Day 9–10: Security checks + final report Milestones: 1. Audit + bug report 2. Core fixes (auth, billing, AI flows) 3. Remaining fixes + security checks 4. Final validation + documentation D1 vs PostgreSQL: Cloudflare D1 is SQLite-based and optimized for edge workloads, but it lacks advanced features like strong concurrency handling, complex joins at scale, and mature transaction support. For your use case, limitations may appear in high-concurrency operations (chat, WebRTC state), complex queries, and transactional consistency compared to PostgreSQL.
₹31,000 INR in 10 days
0.0
0.0

Hey, This isn't just testing; it's a full system audit that requires finding and fixing bugs at the code level. That's the kind of work I do all the time. I've worked on complicated AI-driven systems that used APIs, real-time workflows, and automation pipelines. It was very important that they were stable, easy to debug, and had clean fixes. I'm fine with going deep into backend logic, following problems across services, and fixing them at the source. Experience that is relevant: Debugging full-stack systems, such as API flows, authentication, data pipelines, and real-time features Good at automation, AI integrations, and making sure workflows work. Experience with webhooks, billing flows, and handling errors Able to work with modern stacks and cloud-based architectures without any problems How to do it: Systematic phase-wise audit (auth, AI flows, billing, and real-time systems) Find the root causes, not just the bugs on the surface. I focus on production readiness — making sure the system is stable before real users come in. Timeline: 7–10 days (aligned with your scope) Happy to review the codebase and get started
₹25,000 INR in 7 days
0.0
0.0

I saw your requirement for an offshore IT professional to streamline your crane hire operations in Perth, and I am very excited about this opportunity. With over 12 years of experience in Full-Stack Development and a deep focus on Automation and CRM integrations, I am confident I can build the robust system you need. Why I am a great fit for your Crane Hire business: Integrated Ecosystems: I specialize in connecting phone systems (Telephony) with web apps and CRMs. I can set up a system where every call from a client automatically pulls up their booking history in your CRM (using tools like Chatwoot or custom integrations). Operational Efficiency: I use n8n automation to bridge the gap between your website and back-end operations. Imagine a client booking a crane online, and your team instantly getting a notification on their dashboard with all technical specs ready. Tech Stack Mastery: I am an expert in Node.js, Laravel, and React, which allows me to build fast, scalable, and secure web systems that can handle heavy operational data. I have recently worked on complex projects involving Blockchain, SaaS Architectures, and API-led automations, and I am eager to bring this expertise to help optimize your customer interactions and smoother your operations. I have attached my updated resume for your review. I would love to jump on a quick Zoom/Teams call to show you a demo of similar integrated systems I’ve built. Looking forward to hearing from you!
₹15,000 INR in 7 days
0.0
0.0

I am okay with your project budget, I have 4+ years of experience in similar work and have built multiple projects, I’m ready for a live demo—let’s connect and go ahead with the next step
₹30,000 INR in 20 days
0.0
0.0

I have 2+ years of experience as a full-stack developer, and my team has worked on similar AI-based platforms, including interview and assessment systems. Your project aligns well with our expertise—especially in debugging complex systems, tracing backend logic, and fixing root-level issues rather than just surface-level testing. We’re comfortable working across AI integrations, authentication flows, payment systems (Razorpay), and real-time features. We can thoroughly audit your platform, identify critical bugs, and deliver stable, production-ready fixes within your timeline. If needed, we can also schedule a demo to showcase our previous work on similar AI interview platforms. Looking forward to collaborating. Best regards, Jay
₹35,000 INR in 10 days
0.0
0.0

As a seasoned full-stack developer with a strong background in AI and cloud infrastructure, my skill set aligns perfectly with the requirements of your Talenser project. Having previously worked on complex systems similar to yours at a GenAI startup, I've gained extensive experience working with important technical components you've mentioned like Cloudflare Workers, Durable Objects, VAPI, Vertex AI, and GraphQL. This familiarity will contribute to a faster understanding of the codebase and more accurate bug testing and fixing. One aspect that makes me uniquely qualified for this role is my ability to approach problems holistically: trace the source code to understand the logic before addressing any fix. I don't simply identify surface-level issues but dig deep into the system to ensure patching is done at the root, which is precisely what you need. Additionally, having worked with face detection and OCR technologies in relation to proctoring previously, I'm confident I could efficiently validate Talenser's ML-based proctoring system.
₹12,500 INR in 7 days
0.0
0.0

⚡️IF YOU’RE NOT HAPPY, YOU DON’T PAY⚡️ I’ve reviewed your detailed scope and fully understand the need for a deep code audit, bug discovery, and patching across Talenser’s complex AI-driven platform. Handling Cloudflare Workers, D1, Durable Objects, and ML-based proctoring is right in my wheelhouse. Before diving in, are there any critical areas or recent issues you'd like to prioritize? What’s your biggest concern about the current stability or security of the platform? I’d love to discuss your project further. Even if we’re not the perfect fit, you’ll still receive a complimentary consultation. Regards, Aaron Roberts
₹28,150 INR in 30 days
0.0
0.0

My name is Hilal Mujaddadi, and I am writing to express my interest in the project you have advertised. With a solid background in making websites and a proven track record of successfully implementing projects like this, I am confident that I possess the skills and experience necessary to excel in this role. Throughout my career, I have demonstrated a strong proficiency in MERN stack and Next js, having completed numerous projects. My expertise in these specific languages sets me apart, and I am dedicated to delivering high-quality work that meets and exceeds expectations. Regarding the cost of undertaking this project, I am prepared to offer a competitive proposal. I understand the importance of delivering results efficiently and effectively, and I am committed to ensuring that the project is completed in a timely manner without compromising on quality. I invite you to review my profile on freelancer, where you will find a comprehensive portfolio showcasing the projects I have completed using MERN stack and Next js. I am confident that my skills and experience make me a strong candidate for this position. Please let me know your preferred timeline for the project, and rest assured, I will prioritize meeting and exceeding your expectations. Thank you for considering my application. I look forward to the opportunity to contribute to your team and help you achieve your objectives.
₹12,500 INR in 7 days
0.0
0.0

Hi, I’ve worked on complex full-stack systems with Cloudflare Workers, serverless APIs, and AI-driven workflows, including debugging production platforms with real-time components, auth flows, and payment integrations. In a recent project, I audited and fixed a multi-service system (auth, billing, WebRTC, and AI pipelines), identifying critical issues in async flows, webhook handling, and data consistency, and bringing it to stable production readiness. For Talenser, I’d approach this phase-by-phase — starting with infra/auth validation, then deep testing of AI/proctoring flows, and finally billing, real-time systems, and security hardening to ensure full system reliability. Comfortable working directly in the monorepo, fixing issues at the code level, and delivering a clean bug report + production-ready system. Best regards, Nazarii
₹25,000 INR in 7 days
0.0
0.0

Hyderabad, India
Payment method verified
Member since Jan 19, 2025
₹75000-150000 INR
€18-36 EUR / hour
$10-30 USD
$10-30 USD
$10-30 USD
₹12500-37500 INR
€250-750 EUR
€250-750 EUR
$2-8 USD / hour
₹1500-12500 INR
₹12500-37500 INR
₹400-750 INR / hour
₹1500-12500 INR
$30-250 USD
$30-250 USD
$250-750 CAD
₹12500-37500 INR
₹750-1250 INR / hour
₹600-1500 INR
₹75000-150000 INR