- Hourly
- Expert
- Est. time: Less than 1 month, Hours to be determined
We are looking for a skilled full-stack developer to implement precise feature updates and frontend optimizations on our AI-powered, agentic test automation platform. The ideal candidate must have proven expertise in React, Node.js, and TypeScript, alongside a sharp eye for clean UI/UX implementation and seamless API integrations. In this role, you will be responsible for modifying existing frontend components, refining backend API endpoints to support layout adjustments, and ensuring a bug-free, highly responsive user experience. This is a scoped, short-term contract requiring a developer who can jump straight into a production codebase, follow system architecture standards, and deliver clean, well-tested code efficiently.
- Hourly: $15.00 - $30.00
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
Seeking a React developer to finalize and optimize an existing website, ensuring visual perfection and proper functionality. Role-based access, license verification, payment flows. Full NDA required. Tasks and Deliverables (in phases, this is a large platform) Phase 1 (Foundation): GitHub Private organization set up, Node.js+Express backend initialized, deployed to Railway, ProstgreSQL database via Supabase (full schema) with initial schema Role A and Role B separated, value_items table, Role-B_categories table, Authentication system (email, password registration and login, role– based access control (Role A vs Role B), JWT session management, protected routes), sections, Environment Variables (stripe keys, anthropic key, sendgrid, twilio, database url-all in Railway’s env configuration (never in code), Core API routes stubbed and returning test responses /auth, /RoleA, /RoleB, /XYZ, /admin, JWT authentication middleware signup, login, token validation, role separation (RoleA vs RoleB vs admin), Admin panel backend with protected routes for RoleB approval, card charge trigger, user management, Stripe backend integration (subscription creation, webhook endpoin, RoleB setup intent, charge trigger. Phase 2 (Payments) - will drop here once Phase 1 is done. Phase 3 (Core Role-A Sections of Platform) Phase 4 (Live Data Integrations) Phase 5 (Remaining Role-A Sections of Platform) Phase 6 (Role-B Sections) Phase 7 (Polish QA, Launch Prep) Required Experience - Required: comfortable with React18, TypeScript, Node.js/Express, PostgreSQL, Stripe API (subscriptions, setup intents, webhooks), third-party API integration (Anthropic, NURSYS, Numbeo or BLS, SendGrid, Twilio), and Vercel/Railway deployment. A live portfolio of deployed full stack applications with real API integrations is required to be considered.
- Fixed price
- Expert
- Est. budget: $200.00
The flagged item is the Apple reviewer email address in the submission section. Here's the corrected version with that removed: Job Posting — iOS React Native Engineer Needed (Critical Launch Crash) Title: React Native / iOS Engineer — Fix Launch-Blocking Crash Before App Store Submission Project: DuelDeck — real-money skill-based tournament card game, iOS app (React Native 0.84, New Architecture/Fabric enabled) Urgency: High — this is the single blocker preventing App Store submission. The problem The app crashes on every launch, within ~2 seconds, before any screen renders — including on a completely fresh install with no stored data. The crash signature is consistent and has been narrowed down through extensive isolation testing: An Objective-C exception is being thrown inside a TurboModule's synchronous/void method invocation (ObjCTurboModule::performVoidMethodInvocation), on the com.meta.react.turbomodulemanager.queue. Because this exception crosses a layer the New Architecture bridge cannot safely propagate, the entire process terminates (SIGABRT/abort()), regardless of any JavaScript-level error handling. What's already been ruled out (do not re-test these) Through direct binary-search isolation (disable component → clean rebuild → fresh install → measure time-to-crash), the following have been conclusively excluded as the cause: @react-native-community/geolocation PayPalCheckout SDK and our custom card payment native module A legacy unused Apple Pay native module Build architecture (tested both x86_64/Rosetta and native arm64 — same crash on both) react-native-mmkv (tested with MMKV fully bypassed, forced to AsyncStorage) What needs to happen Isolate the exact native module causing the crash. Strongest remaining candidates, in priority order: lottie-react-native, react-native-svg, react-native-screens, react-native-gesture-handler, a date/time picker library, an image picker library, a webview library. Use the same method: temporarily disable/remove one at a time, clean rebuild, fresh install (uninstall + reinstall to wipe all stored data), and confirm whether the crash persists. Fix the compatibility issue once found — typically a library version bump to one with confirmed New Architecture/Bridgeless support, or a patch to how the module is invoked. Verify a fully clean launch path: app must reach the splash screen, onboarding, and login screen reliably on a fresh install, every time, with no crash. How the app needs to function for this soft launch This is a soft launch, not the full feature set — the app needs to work cleanly within a deliberately narrowed scope. Once the crash is fixed, the build needs to behave exactly as follows before it's ready to submit: Onboarding and account creation. A new user goes through onboarding, then signs up with email and password only. No Google, Apple, or Facebook sign-in, and no phone/SMS login anywhere in the app — email is the only path in. After signup, the OTP email verification step has to actually work end to end: the code gets sent, the user enters it, and the account gets confirmed. No KYC gate. Users should be able to get into the main app and browse around without being forced through identity verification first. KYC stays in the backend for later, but it must not block access during this phase. Real location check. Geolocation needs to use actual Apple Core Location (device GPS with a proper permission prompt), not a workaround. This is what determines whether a user's state is eligible for real-money tournaments, and it needs to be a genuine native location check, not something hardcoded or guessed from the user's profile. Card deposits, no Apple Pay. Users fund their wallet with a debit or credit card through the PayPal card payment flow. Apple Pay should not appear as an option anywhere in this flow — card only. Tournament join has to work, fully. A user with money in their wallet needs to be able to open a tournament, pay the entry fee out of their balance, and get confirmed as entered — the whole payment-to-confirmed-entry path needs to be solid, not just the deposit step in isolation. VS / free play is off. The Invite tab and any 1-on-1 free-play matchmaking should not be live for this launch — show a "coming soon" placeholder instead of the real flow. Withdraw stays disabled. The withdraw button should be visibly present but greyed out / non-functional for now. Deposited funds are playable only and not withdrawable during this phase. Audio is off, and that's fine for now. Background music and sound effects are intentionally disabled for this launch and are not part of what's required to ship — don't spend time trying to bring them back unless explicitly asked. Everything else stays as is. Rankings, profile, avatar upload, live countdown timers on tournament cards, and the rest of the existing feature set should continue working exactly as they do now — the engineer's job is the crash fix and the items above, not a feature audit of the whole app. Admin dashboard. Tournament creation, editing, and cancellation from the admin dashboard need to be reliable, since tournaments will be set up and managed from there around the time of launch. Re-validate the full soft-launch feature set above after the crash fix — confirming each item works on a real build, not just in theory. Prepare and submit the TestFlight build for internal testing, then prepare the App Store Connect submission (screenshots, privacy details, review notes). A pre-configured Apple reviewer test account will be provided once hired. Requirements Strong hands-on experience with React Native's New Architecture (Fabric, TurboModules, Bridgeless mode) specifically — this is not a general React Native bug, it requires someone comfortable reading Objective-C++/Swift native module bridging code and Xcode crash reports (.ips files). Comfortable working directly with .ips crash logs, symbolicating stack traces, and reasoning about ObjC exception propagation across the JSI/TurboModule boundary. Experience shipping React Native apps through TestFlight and App Store review. Familiarity with CocoaPods, Xcode build configurations, and debugging native module linkage issues. Codebase context React Native 0.84.1, iOS min target 15.1, New Architecture enabled. Backend already live and stable (Node.js/PostgreSQL on AWS ECS) — this is an iOS-app-only fix. Full crash investigation notes (stack traces, what's been tested, environment details) will be provided to the selected candidate at project start so no time is wasted repeating already-completed diagnostic work. Communication and file sharing will happen entirely through the platform's built-in tools.
- Hourly: $35.00 - $50.00
- Expert
- Est. time: 1 to 3 months, Less than 30 hrs/week
Looking for a skilled full-stack developer to help build and refine an early-stage SaaS platform currently in MVP development. The platform combines guided workflows, AI-assisted functionality, user dashboards, and subscription-based features within a modern web application experience. We're looking for someone who can help transform an existing concept and partial prototype into a polished, scalable product. Ideal for developers interested in: SaaS platforms AI integrations Scalable web applications Subscription products Startup environments Responsibilities: Frontend and backend development Authentication and user dashboards Stripe/payment integration Database architecture API integrations Responsive UI/UX refinement Scalable application structure Deployment and production setup Preferred Stack: React / Next.js Node.js PostgreSQL Tailwind CSS Stripe REST APIs OpenAI or similar AI integrations Ideal Candidate: Strong full-stack development experience Experience building SaaS products Comfortable working independently Understands scalable architecture Good communication skills Startup mindset Bonus: Experience with AI-powered applications Experience with multilingual platforms Project Stage: Early-stage MVP Potential long-term collaboration Please send: Portfolio or GitHub Relevant projects Preferred stack Hourly rate or project estimate Availability
- Hourly: $30.00 - $40.00
- Expert
- Est. time: More than 6 months, Less than 30 hrs/week
We are seeking a Mid to Senior-level Fullstack Developer (3–5 years of experience) to not only maintain and expand our platform (Next.js frontend + Django backend) but also guide us in fully integrating AI-powered coding assistance across the full stack. The frontend is already set up for AI-assisted editing (e.g. Cursor), and we want to evolve our backend similarly. The ideal candidate will help us transition the entire development environment, so both we and the developer can leverage state-of-the-art AI coding tools. Beyond coding, you’ll act as a mentor, helping us better understand the backend’s architecture and workflows while integrating AI-driven development tools into our process. You’ll have a key role in making our stack both stable and future-ready, with AI-assisted flexibility. The Context Our frontend was recently ported to Next.js in an ad-hoc manner, leaving certain sections in need of refactoring and stabilization. We have committed to keeping our backend in Django to leverage its robust processing capabilities. You will be the point person for bridging these two environments. Key Responsibilities -Maintenance & Stability: Perform routine maintenance and optimization across the full stack. -Bug Fixing: Identify and resolve issues within the existing Next.js frontend and Django backend. -System Reliability: Provide technical support and troubleshooting during system downtime. -Feature Implementation: Build and deploy new features, ensuring seamless integration between the AI pipeline and the user interface. Required Technical Profile -3–5 years of professional fullstack experience. -Frontend: Proficiency in Next.js and React; experience cleaning up/refactoring "messy" or legacy codebases is a plus. -Backend: Strong experience with Django (Python), specifically working with complex data pipelines or API integrations. -Mindset: A pragmatic approach to coding—balancing the need for new features with the necessity of technical debt reduction.
- Hourly: $35.00 - $60.00
- Intermediate
- Est. time: Less than 1 month, Less than 30 hrs/week
Project Overview I’m launching a multi‑product SaaS platform and need a UI Finisher who can jump into an existing Next.js + Tailwind + shadcn/ui codebase and deliver pixel‑perfect UI updates based on Base44 designs. This is a precision frontend implementation role — not design, not full‑stack, not a rebuild. You’ll be working directly in the codebase to finalize hero sections, pricing cards, routing behavior, and OAuth UI polish. What You’ll Work On • Pixel‑perfect hero section implementation • Pricing card layout + responsive behavior • Navigation + product domain routing fixes • OAuth button + callback UI polish • shadcn/ui component cleanup (spacing, variants, tokens) • Matching Base44 designs exactly Tech Stack Requirements • React • Next.js (App Router) • Tailwind CSS • shadcn/ui • TypeScript Nice to Have • Experience with Base44 or similar design systems • Strong eye for detail + responsive polish • Ability to work fast in tight iteration loops Deliverables • Hero parity • Pricing card alignment • Routing corrections • OAuth callback polish • Component cleanup Timeline Immediate start. Estimated 6–12 hours of work for the right person. To Apply, Answer These 3 Questions Share a link to a project where you implemented UI in Next.js + Tailwind + shadcn/ui. What’s your workflow for achieving pixel‑perfect fidelity from Figma/Base44? How many hours do you estimate for the scope above?
- Fixed price
- Intermediate
- Est. budget: $12,000.00
We are looking for an experienced full-stack software engineering team to help architect and build the MVP for a workflow-driven SaaS platform. This is an early-stage startup project with long-term growth potential. We are intentionally keeping the business concept high-level during the initial screening phase and will provide additional details after NDA and qualification discussions. The platform will involve: * Multi-step workflows * User accounts and permissions * Dynamic forms and guided processes * Document management and storage * Dashboard interfaces * Mobile and web support * Notification systems * Payment integration * Audit/history tracking * API integrations * Scalable backend architecture * Future AI/data integration capabilities We are looking for a team that can help: 1. Build the MVP foundation correctly 2. Establish scalable engineering standards 3. Recommend best practices for long-term growth 4. Create a maintainable and scalable architecture from day one? Preferred Stack: * Frontend Web: Next.js * Mobile: React Native + Expo * Backend: NestJS * Database: PostgreSQL * Language: TypeScript We are open to recommendations if there is a strong technical reason for an alternative approach. MVP Goals: * Secure user authentication * Role-based access control * Guided workflow engine * Dashboard UI * File/document upload system * Backend API architecture * Database schema design * Mobile ready architecture * Admin portal * Activity logging/history * Notification system * Payment processing integration * Scalable folder/repository structure * Shared codebase strategy where appropriate * Documentation and handoff standards We’re looking for: * Strong system architecture experience * SaaS platform experience * Experience designing scalable backends * Experience building both web and mobile products * Strong communication * Ability to think through workflows and edge cases * Someone who can challenge assumptions and improve the product technically * Experience working in fast-moving startup environments Nice to Have: * Experience with workflow engines * Experience with compliance-heavy systems * Experience with document automation * Experience with AI integrations * Experience with data aggregation systems * DevOps/cloud deployment experience Please include: * Relevant SaaS projects * Your recommended stack and why * Experience with scalable systems * Whether you recommend monorepo architecture * Experience with React Native + Next.js shared codebases * Estimated MVP timeline * Team structure (if applicable) * Your preferred development workflow/process Bonus if you can explain complex technical decisions in simple business terms.
- Hourly
- Intermediate
- Est. time: 1 to 3 months, Less than 30 hrs/week
Full-Stack Developer Needed to Build Production-Ready Budget-Focused Meal Planning Web Application Project Overview I am building a consumer web application focused on helping users create affordable meal plans and shopping lists while staying within a grocery budget. The project has progressed beyond the concept stage and currently includes: * Validated prototype * Product requirements documentation * GitHub repository * Supabase environment * Frontend application foundation I am seeking an experienced full-stack developer to help transform the existing foundation into a production-ready MVP. This is a contract opportunity with potential for future work following a successful launch. Scope of Work The selected developer will help: * Review and improve the existing codebase * Implement production-ready frontend and backend functionality * Design and optimize database relationships * Build user authentication and account management * Implement core application workflows * Prepare the application for deployment * Create maintainable technical documentation Technology Stack Current environment includes: * React-based frontend * Supabase * PostgreSQL * GitHub * Modern web application architecture Developers may recommend improvements if justified. Required Experience Required: * Full-stack web application development * React * JavaScript / TypeScript * Node.js * PostgreSQL * REST API integration * GitHub workflow experience Preferred: * Supabase experience * AI-powered application experience * Startup MVP experience * Experience improving existing applications Deliverables * Production-ready MVP * Clean and maintainable code * User authentication * Core application functionality * Deployment support * Technical documentation Timeline Target MVP completion: 6–10 weeks NDA & Ownership A standard NDA and work-for-hire agreement will be required prior to sharing detailed specifications and prior to project start. All work product, code, documentation, and intellectual property created as part of this engagement will be owned by the client. Budget & Proposal Requirements As an early-stage startup founder, I am operating with a limited development budget and am looking for the most cost-effective path to launch. When submitting a proposal, please include: 1. Estimated total project cost 2. Estimated timeline 3. Recommended development approach 4. Opportunities to reduce development cost while maintaining quality 5. Which items you would prioritize for Version 1 6. Which items you would recommend postponing until a later release Please provide specific recommendations rather than generic proposals. To Apply Please include: 1. Links to relevant projects 2. Experience with React and Supabase 3. Experience building consumer-facing web applications 4. Experience productionizing prototypes or existing applications 5. Your answer to the following question: "If this were your own startup and your own money, how would you build the MVP as cost-effectively as possible?" Please begin your proposal with the word "StretchBites" so I know you have read the entire posting.
- Hourly: $25.00 - $35.00
- Expert
- Est. time: More than 6 months, Less than 30 hrs/week
We are seeking a Mid to Senior-level Fullstack Developer (3–5 years of experience) to not only maintain and expand our platform (Next.js frontend + Django backend) but also guide us in fully integrating AI-powered coding assistance across the full stack. The frontend is already set up for AI-assisted editing (e.g. Cursor), and we want to evolve our backend similarly. The ideal candidate will help us transition the entire development environment, so both we and the developer can leverage state-of-the-art AI coding tools. Beyond coding, you’ll act as a mentor, helping us better understand the backend’s architecture and workflows while integrating AI-driven development tools into our process. You’ll have a key role in making our stack both stable and future-ready, with AI-assisted flexibility. The Context Our frontend was recently ported to Next.js in an ad-hoc manner, leaving certain sections in need of refactoring and stabilization. We have committed to keeping our backend in Django to leverage its robust processing capabilities. You will be the point person for bridging these two environments. Key Responsibilities -Maintenance & Stability: Perform routine maintenance and optimization across the full stack. -Bug Fixing: Identify and resolve issues within the existing Next.js frontend and Django backend. -System Reliability: Provide technical support and troubleshooting during system downtime. -Feature Implementation: Build and deploy new features, ensuring seamless integration between the AI pipeline and the user interface. Required Technical Profile -3–5 years of professional fullstack experience. -Frontend: Proficiency in Next.js and React; experience cleaning up/refactoring "messy" or legacy codebases is a plus. -Backend: Strong experience with Django (Python), specifically working with complex data pipelines or API integrations. -Mindset: A pragmatic approach to coding—balancing the need for new features with the necessity of technical debt reduction.
- Hourly: $8.00 - $10.00
- Expert
- Est. time: 1 to 3 months, 30+ hrs/week
Rate: $10/hr | 40 hrs/week | Long-term contract Job Success Score: 90% minimum required Individual developers only — no agencies ⚠️ This is NOT a greenfield build. The app already exists and is in active development. We are looking for a strong, senior React Native developer who can take ownership, write clean production-ready code, and help us get to launch without endless back and forth on PRs. ⛔ No major refactors ⛔ No new features unless explicitly approved ⛔ No “I rewrote everything” approaches About GoShopBlack: GoShopBlack is a marketplace mobile app that connects users with Black-owned businesses. The app is built in React Native with a Supabase backend and has draft builds on both Google Play and the Apple App Store. I do regular code reviews via GitHub and expect PRs to be tested, clean, and production-ready before submission. This is a serious long-term role — not a one-off project. Hours can increase for the right developer. What You'll Be Working On: - Ongoing React Native development for iOS & Android - Search and filter system by location, category, and business type - Google Maps API integration (not yet built — this is a key upcoming feature) - Business profiles (hours, contact info, website links, reviews) - Customer ratings and review system - Business submission and admin approval flow - E-commerce integration for businesses that sell online - Social login (Facebook & Gmail) plus email/password auth - Phase 2: push notifications, in-app messaging, ad integration, AI recommendations What I'm Looking For: - Senior-level React Native experience — you must show me apps you have shipped to the App Store and Google Play - Strong Supabase experience — this is our backend, no Firebase or AWS - Google Maps API integration experience - GitHub proficiency — include your GitHub profile in your proposal - Job Success Score of 90% or higher - Clean, well-structured code with no demo or test code in PRs - Someone who self-tests thoroughly and does full end-to-end testing before submitting a PR - Strong communicator who gives daily updates and flags issues early - Weekly proof of progress required (Git commits, test builds, or screen recordings) - Must be comfortable with Hubstaff time tracking from day one - Must be willing to sign an NDA and contract before starting Deliverables • Business profiles with operating hours, contact info, links, and gallery • Google Maps API integration for directions • Customer rating & review system • Business submission (enable businesses to submit details for approval) • UI/UX polish: clean, modern, mobile-optimized interface • App Store deployment: finalize builds & publish to Google Play & Apple App Store • • Future Enhancements (Phase 2 – Optional): • Membership/subscription for premium business listings • Push notifications for promotions and new listings • In-app messaging/chat • In-app transactions for e-commerce listings • AI-powered recommendations • Social/community features • • Requirements: • Fluent in English (speaking & writing) • Proven experience in Flutter (React Native also considered) • Backend experience with Supabase / Firebase / Node.js • Strong Google Maps API integration experience • Experience publishing apps on Google Play & Apple App Store • Strong UI/UX design sense • Ability to provide weekly proof of progress (commits, test builds, or demos) • Willingness to sign an NDA and contract • • How to Apply: • Please start your proposal with the word Love (to confirm you read the full post). • • Include: • Examples of previous apps you’ve developed (especially directories, e-commerce, or review systems) • A short outline of how you would approach reviewing and completing this project. • • Confirmation that you can commit to $1,600/month on weekly milestones.