Experience level filter
Job type filter
Client history filter
Project length filter
Hours per week filter
  • Fixed price
  • Intermediate
  • Est. budget: $1,000.00

We have a fully built and working React app — a patient engagement platform for medical spas called Present. It's currently running on CodeSandbox using localStorage. We need a developer to migrate it to Supabase and deploy it to Vercel. This is not a build-from-scratch project. The app is complete — patient portal, provider portal, authentication, photo upload, booking integration, all working. We need the data layer migrated from localStorage to a real production database. Scope of work (detailed brief attached): Set up Supabase project — create database tables, enable Row Level Security, configure Auth, set up photo storage Swap the storage layer — replace two functions (dbGet/dbSet) that currently read/write localStorage with Supabase equivalents. Full key-to-table mapping provided. Migrate authentication — move from custom localStorage auth to Supabase Auth (sign up, sign in, forgot password) Deploy to Vercel with custom domain mypresentapp.com End-to-end testing and handoff Timeline: We need this completed within 10 days of project start. Please only apply if you can commit to this timeline. Tech stack: React 18, plain JavaScript (no TypeScript), Supabase, Vercel, single ~2,400-line JSX file. What we provide on day one: Complete working app source code Detailed migration guide with exact data mappings Database schema documentation Live reference app to test against Test login credentials for all user roles Required: Strong Supabase experience — specifically Auth and Row Level Security Experience deploying React apps to Vercel Available to start within 24–48 hours Clear English communication — client is non-technical To apply, please include: Your experience with Supabase Auth and RLS specifically A link to a React + Supabase project you've built Confirmation that you can complete this within 10 days Your availability to start Applications without specific Supabase experience will not be considered.

Posted 2 weeks ago
  • Fixed price
  • Expert
  • Est. budget: $500.00

Job Description Project Overview We have a fully code-complete Micro-SaaS platform called BounceBack SMS. The app is an automated missed-call text-back and lead recovery system built using Next.js 15, Tailwind CSS, Twilio API, and Supabase. The repository is isolated, structured, and securely hosted in a private GitHub repository. We are looking for an experienced Full-Stack/DevOps Engineer to handle the production deployment, configure live API pipelines, manage database environment mapping, and ensure the entire setup runs on a frictionless, automated continuous integration/continuous deployment (CI/CD) framework. Scope of Work (Key Deliverables) 1. Infrastructure Mapping & Production Deployment Deploy the Next.js 15 frontend/backend application from our private GitHub repository to production hosting (Vercel/Render). Map and connect production environment variables, database schemas, and connection strings to our live database instance (Supabase/PostgreSQL). Configure a permanent automated CI/CD pipeline (e.g., GitHub Actions or Vercel integration) ensuring any future push to the ⁠main⁠ branch automatically rebuilds and deploys the app flawlessly. 2. Twilio API & A2P 10DLC Compliance Configuration Connect and secure our live Twilio API gateways within the backend architecture. Audit and verify that our messaging endpoints cleanly support incoming webhooks for missed-call detection. Crucial Milestone: Assist and audit our US A2P 10DLC Campaign Registration via Twilio to ensure 100% carrier delivery compliance (Privacy Policy and Terms pages are already live and coded in the repo). 3. Live Stripe Billing Integration Transition our checkout environment variables from Stripe Sandbox/Test Mode into Live Production Mode. Wire up our exact pricing architecture: $0 Setup Fee, 100 Free Leads Usage Trial, transitioning into a flat $19.99/Month Recurring Subscription. Ensure Stripe webhooks are completely listening to successfully provision, pause, or update customer account access tiers inside our database based on subscription state. 4. Handover & Bulletproof Documentation Provide a brief, plaintext ⁠.txt⁠ or ⁠.md⁠ technical handover file outlining the deployed environment structure, a list of active API webhooks, and step-by-step instructions for simple environment variable updates. Required Tech Stack Expertise Frameworks: Next.js 15 (App Router), React, Tailwind CSS Database: Supabase / PostgreSQL (Schema sync, migrations, security policies) APIs: Twilio SMS Gateway (Webhook architecture, A2P 10DLC registration compliance) Payment Rail: Stripe Billing API (Usage-based trials, recurring webhooks) DevOps/Version Control: Git, Private GitHub Repositories, Vercel/Render, CI/CD automation Preferred Qualifications Proven track record deploying independent Micro-SaaS or automation applications. Deep familiarity with strict US telecom carrier A2P SMS delivery guidelines to prevent messaging blocking or spam flags. Obsession with clean environment variable separation—absolutely no hardcoded credentials. Excellent technical communication skills and availability to run live end-to-end integration testing before final milestone sign-off. 🎯 Candidate Screening Questions (Include on Upwork) 1. Briefly describe your experience configuring Twilio webhooks and handling the US A2P 10DLC registration process to ensure high carrier delivery rates. 2. How would you configure Stripe to trigger a recurring $19.99/mo flat-rate subscription specifically after a user consumes exactly 100 free database actions/leads? 3. Confirm that you are comfortable working out of a private GitHub repository and setting up an automated CI/CD pipeline so I never have to manually pay for developer redeployments.

  • Fixed price
  • Expert
  • Est. budget: $3,000.00

I have created a web version of a card-sorting college matching app for high school students. I need it rebuilt as a native iOS React Native app. This is a well-scoped job with a working product, an existing backend, and clear deliverables. You are not figuring out what to build, you are converting something that already works into a IOS App. TECH STACK • React Native (bare or Expo — justify your choice) • Gesture-based card UI using industry-standard React Native animation libraries • Calls an existing backend API that returns AI-generated college matches • Source code available on GitHub upon signing NDA • Target: iOS 16+ | Must be built with latest Xcode and iOS SDK TO APPLY YOU MUST INCLUDE: 1. One live App Store links to React Native apps you have shipped 2. Confirmation you are running Xcode 26 3. Two sentences on how you would implement the drag-to-zone card gesture. Applications missing any of the three will not be reviewed. Looking for one developer who has shipped gesture-heavy iOS apps and knows App Store submission from experience.

Posted 2 weeks ago
  • Hourly: $35.00 - $80.00
  • Expert
  • Est. time: 3 to 6 months, Less than 30 hrs/week

Frontend: React Native (Expo SDK 54), TypeScript Backend: Firebase — Firestore, Cloud Functions (Node, v1), Firebase Auth, Firebase Storage Architecture: Multi-tenant data model (multiple client organizations sharing one Firestore database, isolated by security rules) Auth: Email/password via Firebase Auth, role-based access (general contractor / subcontractor roles) Firebase / React Native SaaS (Contract, with potential for ongoing work)

  • Fixed price
  • Expert
  • Est. budget: $4,000.00

What this is: I'm the founder of a working AI SaaS platform (FastAPI/uvicorn backend, React/Vite frontend, deployed on AWS). The product pipeline is built and live! I need an experienced engineer to build the authentication, payments, and usage-entitlement layer that gates the product behind login and paid usage. You'll work against a runnable stub repository (real routes + data shapes, proprietary internals removed) - so you can build and test the full layer without ever touching the core IP, and afterwards - I will merge your work into the production app! Scope: • Auth (Clerk): signup/login, session lifecycle, backend session/JWT verification, inject a validated `user_id` into protected endpoints. • Payments (Stripe): Checkout for purchasing usage credits, plus a webhook that credits the user's ledger on successful payment. The webhook MUST be signature-verified, idempotent (Stripe retries-credit exactly once), and reconcilable (handle webhook-failed-but-payment-succeeded). • Entitlement ledger (the core): a credit balance per user with atomic check-and-decrement (two concurrent requests must never double-spend) on PostgreSQL. A `check_entitlement(user_id, ...)`gate that expensive endpoints call before doing paid work. • Server-side route gating: enforce entitlement on every paid endpoint (not just hidden in the UI); clean 401/402/403 responses. • Frontend integration (React): login/signup UI, buy-credits/checkout flow, balance display,graceful "out of credits" states, wired to the above. • Tests for the money-critical paths (webhook idempotency, atomic decrement, gating-bypass attempts). Stack you'll work with: Python 3.11, FastAPI, Pydantic, uvicorn (Linux). React + Vite, Tailwind. PostgreSQL. Clerk. Stripe. Who I'm looking for: Someone who has shipped this exact kind of system to production before. In your proposal, briefly tell me: 1. How you ensure Stripe webhook idempotency and handle reconciliation when a webhook fails but payment succeeded. 2. How you'd implement the atomic credit check-and-decrement so concurrent requests couldn't double-spend. 3. A relevant production system you've built (Stripe + auth + usage metering ideally). *I'd much rather a short, specific proposal - than a long generic one!* Working with me: I'm an engaged founder who genuinely enjoys building, and I want this to be a good experience for both of us! I'm responsive, communicate clearly, and I respect your expertise - because you're the specialist here,and I'm hiring you because you know this much better than I do! I'm not a micromanager and I'm not nitpicky - I just want the end results to be solid! I review in milestones, asking questions because I like understanding the work (not because I'm second-guessing you), and I make decisions quickly so you're never stuck waiting on me! The scope is already well-defined (detailed spec + a runnable stub repo on engagement), so you're not pricing around a vague, shifting target - it's a clean, bounded build. I care about getting the money-handling pieces right, and I'm betting you do too - if that resonates, I think we'll work well together! IP / engagement: A mutual NDA + IP-assignment (work-for-hire) before repo access. You build against stubs; you won't receive the proprietary pipeline. Work is milestone-based, fixed-bid preferred. To apply: Answer the three questions above + share 1-2 relevant examples, and ballpark your timeline and milestone structure (suggested: auth → payments+webhook → ledger+gating → frontend → tests/docs)!

  • Hourly: $45.00 - $60.00
  • Expert
  • Est. time: Less than 1 month, Not sure

I need a full-stack developer to build a simple AI-powered chat assistant. The app should allow users to type a question and receive a response from the ChatGPT API. The UI should be clean, responsive, and built with React and TypeScript. Main Requirements: - Build a simple React + TypeScript frontend - Add a chat input and response area - Connect the app to the ChatGPT/OpenAI API - Show loading state while the AI is responding - Handle basic API errors - Keep the code clean and easy to understand - Provide short setup instructions in a README file

  • Hourly: $45.00 - $70.00
  • Intermediate
  • Est. time: 1 to 3 months, Less than 30 hrs/week

Sphere Inc. is building a new AI-powered SaaS platform for the U.S. healthcare industry. We're looking for a senior engineer who enjoys building products from scratch, making technical decisions, and shipping production-quality software. This is an MVP that will quickly transition into production, so we're looking for someone who is comfortable owning architecture, development, deployment, and AI integration. We're developing a HIPAA-compliant Care Coordination Platform that helps physicians, nurses, and care coordinators manage chronic care patients more efficiently. A patient with diabetes and hypertension visits a primary care clinic. Instead of manually reviewing hundreds of pages of clinical notes, lab results, discharge summaries, and specialist referrals, the provider uploads the patient's records. The AI platform will: - Extract structured medical information from uploaded documents - Generate concise clinical summaries - Highlight medication conflicts and missing follow-ups - Detect abnormal lab trends - Recommend preventive care actions based on clinical guidelines - Generate visit notes and patient-friendly summaries - Allow physicians to approve, edit, or reject AI-generated recommendations - Maintain complete audit trails for HIPAA compliance The system must never expose PHI to unauthorized users and must meet healthcare security best practices. You'll work directly with our founders to design and build the MVP. Responsibilities include: - Design scalable backend architecture - Develop responsive React/Next.js frontend - Build secure REST APIs - Integrate OpenAI, Anthropic, or Azure OpenAI - Implement Retrieval-Augmented Generation (RAG) - Build document ingestion pipelines - Implement vector search - Build role-based access control - Design PostgreSQL database schema - Implement authentication and authorization - Deploy production infrastructure on AWS or Azure - Write automated tests - Optimize AI performance and costs Candidates should understand: - HIPAA Security Rule - PHI handling - Encryption at rest and in transit - Audit logging - Role-based permissions - Secure cloud architecture - Least-privilege access - Secrets management - BAA-aware cloud services Previous healthcare or medical SaaS experience is highly preferred. To Apply Please include the following in your proposal: - Links to recent AI SaaS or healthcare projects - Your GitHub profile - A brief description of your HIPAA or healthcare experience - 5–10 minute Loom video walkthrough of a HIPAA-compliant AI or SaaS project you personally built, highlighting the architecture, technical decisions, and your specific contributions.

  • Hourly: $30.00 - $90.00
  • Expert
  • Est. time: 1 to 3 months, Less than 30 hrs/week

I need an experienced developer to migrate an existing Base44 (React + Vite) prototype to production-grade native mobile apps for both iOS (App Store) and Android (Google Play), with architecture built to scale. Scope of work: Export and thoroughly audit the Base44 codebase. Migrate frontend to production React Native (Expo strongly preferred) for iOS and Android. Migrate backend logic to a scalable solution (e.g. Supabase or equivalent). Implement and rigorously test permissions, privacy requirements, and store compliance for both platforms. Verify, harden, and optimize all API integrations. Battle-test features, edge cases, and performance across iOS and Android devices. Prepare full submission readiness for Apple App Store and Google Play. Provide architecture guidance for scaling to high user volumes. Must-haves: Multiple live React Native apps successfully published to both the Apple App Store and Google Play (provide links). Experience migrating from no-code/AI-generated or web codebases to cross-platform native. Strong backend experience with scalable solutions (Supabase, Firebase, Postgres, etc.). Deep expertise in mobile permissions, privacy compliance, and the full submission/review processes for both iOS and Android. Excellent code quality with TypeScript, modern React Native patterns, state management, and navigation. Portfolio + GitHub examples required. References from previous production mobile projects a big plus. Strong communication for phased collaboration with clear milestones. Engagement: Phased project (Audit & Plan → Migration → Polish & Testing → Launch Prep). Available ASAP. Remote OK with preference for EST/overlapping hours. Florida-based a plus but not required. To apply: Email/DM [your email] with: App Store and Google Play links + relevant GitHub/portfolio Brief summary of relevant migration or scaling experience High-level proposed approach Availability ASAP

  • Hourly
  • Intermediate
  • Est. time: 3 to 6 months, 30+ hrs/week

We are building a next-generation workflow automation platform that combines deterministic business rules, artificial intelligence, document intelligence, and human review workflows into a single operating system. This is not a traditional CRM project. Our vision is to develop a doctrine-driven platform where business rules serve as the system authority, AI serves as an analytical and drafting layer, and human reviewers serve as the final compliance checkpoint. We are seeking an experienced engineer or engineering partner who can help architect and build the platform from the ground up. Project Objectives The platform will: • Ingest and analyze large volumes of structured and unstructured documents • Extract data from reports, PDFs, and supporting documentation • Apply rule-based workflow logic • Generate AI-assisted recommendations and draft outputs • Maintain complete audit trails and workflow transparency • Route work through human review checkpoints • Support future deployment of local AI infrastructure for privacy and performance Core Architecture The system will be built around four primary layers: 1. Rules Engine * Deterministic business logic * Workflow orchestration * State management * Trigger and escalation logic * Audit tracking 2. AI Layer * Document analysis * Classification * Pattern detection * Summarization * Draft generation * Structured outputs 3. Local Processing Layer * OCR * Document parsing * Data extraction * Vector search * Local inference capabilities * Privacy-first processing 4. Human Review Layer * Quality assurance * Workflow approvals * Compliance review * Exception handling Initial Development Priorities Phase 1 • User authentication • Client record management • Document upload system • OCR and document extraction • Workflow engine • Rule-based status management • Review dashboard Phase 2 • AI-powered document analysis • Automated classification • Recommendation engine • Draft generation workflows • Response parsing Phase 3 • Local AI infrastructure • Vector database integration • Knowledge retrieval system • Multi-agent workflow orchestration • Advanced automation Desired Technical Experience Required • React / Next.js • Node.js, Python, or similar backend framework • PostgreSQL or equivalent relational database • REST APIs • Cloud infrastructure (AWS, Azure, or GCP) • Workflow automation systems • Document processing pipelines Preferred • OpenAI APIs • Anthropic APIs • Retrieval-Augmented Generation (RAG) • LangGraph, LangChain, or similar frameworks • Vector databases • OCR technologies • AI agent architectures • NVIDIA AI ecosystem • Local model deployment What We Are Looking For We are not looking for someone who simply builds forms and dashboards. We are looking for a builder who understands how to combine: • Rules engines • Artificial intelligence • Workflow automation • Human review systems • Scalable software architecture The ideal candidate enjoys solving complex business process problems and translating expert decision-making into software systems. Engagement Structure Open to: • Fractional CTO • Lead Architect • Senior Full-Stack Engineer • AI Systems Engineer • Development Agency • Long-term strategic technology partner To Apply Please provide: • Relevant project examples • Experience building workflow automation platforms • Experience with AI-powered applications • Technology stack recommendations • Estimated availability • Preferred engagement structure

Posted 4 days ago
  • Hourly: $50.00 - $125.00
  • Expert
  • Est. time: 1 to 3 months, 30+ hrs/week

Senior React Native Engineer — Take Over & Launch a Consumer Social App We're looking for a senior React Native engineer to take ownership of an existing, fully-built consumer social media app and get it to App Store launch quality. The app already works. A previous developer built it end to end, and we have a complete, functioning codebase. What we need now is an experienced engineer to take the wheel, harden it, and ship it: tighten the design, fix the speed, clean up the backend, eliminate bugs, and make every feature work exactly as intended. This is a polish-and-launch role, not a build-from-scratch role, so we want someone genuinely strong at improving an existing codebase rather than rewriting it. This is a video-first social product — an infinite media feed, video upload and playback, user profiles, direct messaging, notifications, and engagement/retention mechanics. Think of the surface area of a modern social app, and our bar is that it should feel as smooth and fast as the top social apps on the store. Right now it's close, and we need someone to take it the last mile. What you'll own Performance & smoothness — profile and fix slow screens, janky scrolling, slow cold starts, memory issues, and re-render problems. Feed and video playback in particular must be flawless. Design polish — tighten spacing, animations, transitions, and component consistency so the UI looks and feels professionally finished. Backend cleanup — review and improve the backend: data models, queries, API/edge functions, security rules, storage, and the media pipeline. Efficient, reliable, and ready for real users. Bug elimination — hunt down and fix every bug; deliver a stable, well-tested app. Feature completeness — make sure all existing features work as envisioned, end to end, with proper edge-case and error handling. App Store launch — get it through Apple App Store review: build config, signing, App Store Connect, privacy/permissions, store technical requirements. (Android is a likely follow-on.) The stack you'll be working in Frontend: Expo + React Native + TypeScript, Expo Router (Reanimated and EAS Build/Submit a plus) Backend: a managed cloud backend with Postgres, authentication, file/object storage, realtime subscriptions, and row-level security (BaaS-style; comfortable with SQL, policies, and serverless/edge functions) Video: a managed video pipeline for direct uploads, transcoding, and adaptive HLS streaming, plus object storage and CDN delivery Notifications: push notifications (OneSignal or similar) Payments: Stripe integration experience is a plus Native device APIs: comfort with camera, media library, background tasks, location, and notifications; able to write/maintain native modules when needed Tooling: Git, EAS, environment management, basic CI/CD, crash/error monitoring (e.g., Sentry) Must-haves 4+ years building production React Native apps, with shipped App Store apps you can show us Deep, demonstrable experience profiling and optimizing React Native performance (list/image/video tuning, memoization, startup and bundle optimization) Strong with a Postgres / BaaS-style backend (schema design, SQL, security rules, serverless functions) Real experience with video upload and playback Have taken an app through Apple App Store review to a live release Excellent written English, proactive communication, and comfort owning a codebase someone else wrote Nice-to-haves Realtime/social feed and messaging at scale, Reanimated/gesture-heavy UI, Stripe or marketplace payment flows, crash analytics and feature flags, and prior experience launching a consumer/social app. How we work Small, fast-moving founding team with direct access to the founder and quick decisions. We'll start with a short paid trial task so we can both confirm fit before committing to ongoing work; strong performers move into an ongoing, long-term engagement. Some overlap with US Central time is required. An NDA is required before code access. To apply, please include: Links to 1–3 App Store apps you've built and your exact role on each A time you made an existing React Native app dramatically faster or smoother — what was slow, what you did, and the measured result Your experience with video upload/playback and with a Postgres/BaaS backend Your weekly availability and your US-Central overlap Start your reply with the word "SMOOTH" so we know you read this. Generic proposals will be ignored.

Jobs Per Page: