
Ecommerce Developer Projects
Looking for freelance Ecommerce Developer jobs and project work? PeoplePerHour has you covered.
opportunity
Lovable Development Assistance for Live Project
We have a live Lovable project that is doing really well and we have made some limited in roads with addressing SEO shortcomings - but we could do with looking at making this better, potentially via Cloudflare deeper integration and other enhancements. We are looking for someone with demonstrable experience in this type of project, with example URLs. As part of this, we are also looking at deeper infrastructure changes to ensure we have the site on sturdier hosting, with backups and version control.
4 days ago45 proposalsRemoteBusiness Development Partner for Tech Projects
We are seeking a business development specialist who can help us bring clients for Web Development, Mobile App Development, Custom Software, E-commerce, API Integration, and Digital Solutions projects. Code Optimal Solutions Pvt. Ltd. delivers professional technology solutions using Laravel, PHP, WordPress, React.js, Node.js, Python, .NET, Flutter, React Native, AWS, and related modern technologies. We are looking for a long-term partner who can identify qualified prospects, generate leads, and help us build relationships with startups, growing businesses, and decision-makers who need a reliable development team. Please apply with: * Your experience in client acquisition or lead generation * Your preferred payment model * Your strategy for finding qualified prospects * Examples of similar results you have achieved We are open to fixed, commission-based, or hybrid compensation depending on results and consistency.
4 days ago11 proposalsRemoteImport Cost Calculator Website Development with SEO
I want to develop a website similar to importcostcalc.com. The website will allow users to calculate import costs including duties, taxes, shipping, and other charges. Key Features Required: Interactive import cost calculator (dynamic inputs & results) Country-wise tax/duty logic Product category selection Real-time calculation results Clean, user-friendly UI/UX Mobile responsive design Fast loading speed SEO Requirements: On-page SEO optimization (meta tags, headings, schema) Keyword research related to import/export, duties, shipping costs SEO-friendly URL structure Blog section for content marketing Basic technical SEO (site speed, sitemap, indexing) Tech Preferences (optional): Open to suggestions (WordPress / Custom / React etc.) Deliverables: Fully functional website Admin panel (to update rates, rules, content) SEO-optimized pages Documentation Timeline: 2–4 weeks (flexible based on scope) Budget: Open for proposals Additional Notes: Please share similar projects/portfolio and approach for both development and SEO
an hour ago13 proposalsRemoteDevelop an Ai-Powered System for Automated Whatsapp Message
We are seeking a skilled AI developer or team to create and implement an automated system for replying to WhatsApp messages. The primary goal is to enhance customer service and streamline communication by providing instant, intelligent responses to common inquiries. The system should be capable of understanding user intent, extracting key information, and generating relevant and helpful replies. Integration with existing WhatsApp business APIs or similar solutions will be crucial. The project involves designing the AI model, developing the backend logic, and ensuring seamless deployment and functionality. Experience with natural language processing, machine learning, and chatbot development is highly desirable. Category IT & Programming Subcategory Artificial Intelligence Project size Small
5 hours ago18 proposalsRemoteJBL SPEAKER
Seeking a compelling product description for the JBL Speaker emphasizing its unrivaled power and party-ready features. Highlight massive bass, astonishing volume, and waterproof durability while conveying excitement and premium quality. Craft a vivid, concise, and persuasive blurb suitable for ecommerce listings and ads, with elevated vocabulary, flawless grammar, and energetic tone that drives desire and confidence in performance.
6 days ago13 proposalsRemoteFull-Stack Development & Client Acquisition Collaboration
Seeking a strategic, long-term partnership to scale a verified Upwork account into a reliable digital services business. Partner retains account ownership and withdrawals; operations team handles client acquisition, proposal writing, communication, development and delivery. Model emphasizes transparency, documented workflows, consistent job targeting, and revenue growth. Services include Full-Stack (MERN), Shopify, WordPress, API integrations, optimization and maintenance. Revenue split: Partner 30%, Operations 70%. Ideal partner: verified Upwork account holder, professional communicator, committed to growth.
5 days ago31 proposalsRemoteBP 260314 Business Agent for M&A & eCommerce Green
Seeking an experienced WordPress/WooCommerce eCommerce & M&A business agent to develop and test a dedicated URL demonstrating how you would market, license and sell GREEN industrial property and patents. Deliverable: concise roadmap, prototype site (your URL), tools/AI stack and 10 UoW plan (each UoW = 4h). Budget under €30 for initial set. Tasks include market positioning, lead-generation strategies, licensing/smart-contract draft outline and country-specific opportunity proposals across Italy, Europe and global markets. Plz, see also https://www.expotv1.com/UoW_bp.html ;
a month ago14 proposalsRemoteopportunity
Trading bot development
Project Overview We are building a high-performance, low-latency trading engine designed for microstructure-based execution strategies in a high-tax (STT) environment. This is NOT a basic retail trading bot. This system requires advanced system-level engineering, multi-core CPU architecture control, shared memory communication, and real-time observability dashboard. The focus of this project is minimizing latency between signal generation and order execution while maintaining regulatory compliance (Order-to-Trade Ratio constraints). The developer must understand low-level performance optimization, concurrency architecture, and Linux system behavior. Core Technical Requirements Python Version (Mandatory) The engine must use: Python 3.13 Free-Threaded build (3.13t) NOT standard Python 3.10–3.12 Reason: Standard Python uses the Global Interpreter Lock (GIL), which blocks true parallelism. In low-latency systems, a 1–2ms delay caused by GIL contention is unacceptable. Multi-Core Architecture with CPU Core Pinning The engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and execution engine. Latency Measurement The system must measure: End-to-end order placement latency Round-trip time (RTT) Module processing time Using: time.perf_counter_ns() Latency histogram logging This data must be streamed to the dashboard. Order Execution Logic The system should: Prefer passive limit orders Include 200ms cancel logic Manage Order-to-Trade Ratio (OTR) Implement controlled order flooding logic (compliant with broker rules) This is not a simple market order bot. FRONTEND REQUIREMENTS (React Dashboard) The frontend is NOT a trading UI. It is a real-time monitoring and control cockpit. Preferred stack: React (Vite or Next.js) WebSocket for live streaming Lightweight charting (Canvas or WebGL-based) Required Dashboard Modules Sentinel Panel Real-time RTT graph 20ms lockdown threshold indicator CPU usage per pinned core Emergency status Sonar Panel Market regime indicator (Attack / Veto mode) Entropy score display Zero-trust gate status Oracle Panel Weighted Order Book Imbalance (WOBI) heatmap Liquidity imbalance % Signal strength score Must use high-performance rendering (Canvas, not heavy SVG). Execution Panel Net Expected Value (NEV) Fill rate % Cancel rate Order-to-Trade Ratio (OTR) status Emergency Kill Switch Dashboard must include: Global kill switch Sends signal to monitoring service Monitoring service writes flag to shared memory Engine halts immediately Dashboard must NOT communicate directly with broker API. Deployment Requirements Linux-based environment (Ubuntu preferred) Dockerized setup preferred Separate processes: Trading engine Monitoring microservice React frontend Google Cloud compatible. 10 MOST IMPORTANT SKILLS TO ADD Attach these skills on Freelancer: Python 3 (Advanced Concurrency & Multiprocessing) Must understand GIL, free-threaded builds, shared memory. Low-Latency System Design Experience reducing microsecond-level bottlenecks. Linux System Programming Knowledge of CPU affinity, process scheduling, performance tuning. Multithreading & Multiprocessing Architecture Designing multi-core optimized applications. Memory Management & Shared Memory IPC Experience with mmap, shared memory buffers. Financial Market Microstructure Knowledge Understanding order books, liquidity imbalance, passive vs aggressive orders. WebSocket & Real-Time Streaming Required for live dashboard data. React.js (Performance-Optimized UI) Real-time data rendering without UI lag. Performance Profiling & Benchmarking Must measure and optimize latency. Cloud Deployment (Google Cloud / Linux VM / Docker) Production-ready deployment experience. VERY IMPORTANT Add this to filter weak developers: Applicants must answer the following: Have you worked with Python shared memory or mmap before? Have you implemented CPU core pinning on Linux? How would you measure internal engine latency? How would you prevent dashboard from affecting trading engine performance? This will eliminate 80% of generic bot developers.
15 days ago18 proposalsRemoteDevelop a listing blog in Divi
I need an experienced Divi web developer to design and develop a listing blog post. The post will have up upto 5 listings related to wedding venues and can be sorted by different features and characteristics of the venues. I don't want to install any third-party plugin or extra code for that. Please take a moment to review the draft design before sending me your proposal. I have a fixed budget for that, which is £20. The ideal candidate should have a strong understanding of Divi’s features and tools to enhance user engagement through compelling layouts and designs. Your role will involve developing and ensuring that posts are mobile-friendly and meet the requirements. Don’t send me a proposal if you don’t have experience in Divi.
11 days ago18 proposalsRemoteJunior / Intern Front-End Developer (JavaScript, HTML, CSS)
Summary We are seeking an experienced front-end developer to enhance our financial SaaS application. The role involves improving the user interface, optimizing performance, and ensuring cross-browser compatibility. The ideal candidate will have a strong understanding of HTML, CSS, and JavaScript, and be able to work independently to deliver high-quality solutions. You Must Have: HTML / CSS / JavaScript — clean, professional, no frameworks. Not React. Not Vue. Plain JS. REST API calls from JavaScript — fetch(), handle JSON responses, update the DOM AWS Cognito login flow — you have implemented Cognito authentication in a browser app before Professional UI quality — the design reference is provided. Match it. Table and form handling — dynamic tables, inline editing, confirmation flows Show Us: A multi-screen web app you built in plain HTML/JS A screen that authenticates via a third-party auth provider A table that pulls live data from an API and lets users edit inline How We Work: Fixed-price milestones. API endpoints, JSON response shapes, and a functional design reference all provided before you start. You will not be guessing what to build or what the data looks like. To Apply: Two sentences on a plain HTML/JS app you built that called a live API. Nothing else needed yet.
3 days ago32 proposalsRemoteWordPress/WooCommerce Developer Needed
We are looking for an experienced WordPress/WooCommerce developer to rebuild our existing eCommerce website (currently on Wix) onto WordPress. About Our Business: Elite Research Labs is a premium research supply company focused on delivering high-quality peptides for laboratory and research purposes. We emphasize product quality, transparency, and a streamlined customer experience. Our goal is to create a modern, high-converting website that reflects a clean, professional, and trustworthy brand. Project Goal: Rebuild our current Wix website on WordPress/WooCommerce to improve performance, increase conversion rates, and create a more scalable platform — while preserving our existing SEO rankings. Scope of Work: Website Migration & Build: * Rebuild existing Wix website on WordPress/WooCommerce * Transfer all products, content, and site structure * Maintain or improve current design (clean, modern, premium look) * Optimize homepage for conversions * Build high-converting product page templates * Ensure strong mobile performance
12 days ago46 proposalsRemoteAndroid Virtual App Cloning Engine Development & Stabilization
We are looking for an experienced Android system-level developer to work on an advanced app virtualization engine (BlackBox/VirtualApp-style architecture). The goal of this project is to stabilize, optimize, and fully integrate the virtualization engine within our existing application, ensuring reliable performance across multiple Android versions.
3 hours ago7 proposalsRemoteopportunity
Website Development Needed for Showroom Business
Hi, I’m looking for a developer who can create a professional website for my showroom business. I want a clean and modern design that looks good on both mobile and desktop. The website should be fast, easy to use, and properly structured. Main requirements: • Home, About, Services, and Contact pages • Modern and attractive design • Mobile responsive • Basic SEO setup • Easy to manage/update If you have experience in similar projects, please share your portfolio and pricing. Looking forward to working with you.
8 days ago112 proposalsRemoteSmart Contract Developer (3+ YOE)
Hi, I'm looking for a smart contract developer who really knows their stuff and has at least 3 years of hands-on experience working with blockchain projects. You'll be helping build and deploy smart contracts, making sure everything is secure, efficient, and works smoothly. Ideally, you're comfortable working with Solidity and have experience with tools like Hardhat or Truffle, along with Web3 libraries. It's important that you understand how blockchain systems work and can spot potential security issues before they become problems. I'm looking for someone who's reliable, communicates well, and can take ownership of their work. If you've worked on DeFi, NFTs, or similar projects before, that's a big plus, feel free to share anything you've built. If this sounds like you, I'd love to connect and hear more about your experience.
8 days ago21 proposalsRemoteBackend Developer
About the Role We are looking for a skilled Backend Developer to design and build scalable server-side applications. You will be responsible for developing APIs, managing databases, and ensuring high performance and responsiveness of our applications. Key Responsibilities Design, develop, and maintain backend services and APIs Build scalable and secure server-side applications Work with databases to design efficient data models Integrate third-party services and APIs Optimize applications for speed and scalability Collaborate with frontend developers, DevOps engineers, and product teams Write clean, maintainable, and well-documented code Participate in code reviews and continuous improvement processes Requirements 3+ years of experience in backend development Strong knowledge of Node.js, Python, Java, or PHP Experience building RESTful APIs or GraphQL APIs Proficiency with databases such as PostgreSQL, MySQL, or MongoDB Experience with Git and version control workflows Knowledge of authentication, security, and API design Familiarity with cloud platforms (AWS, Azure, or Google Cloud) Nice to Have Experience with microservices architecture Knowledge of Docker and Kubernetes Experience with CI/CD pipelines Familiarity with Redis, Kafka, or message queues Benefits Competitive salary Flexible working hours Remote work options Professional development opportunities Collaborative international team
23 days ago68 proposalsRemoteopportunity
SaaS MVP development
I am looking for a developer to build an AI SaaS MVP website that’s simple, clean, and ready for real users. The idea is to launch something solid with the main features working well, and then improve it over time. The website should include basic things like user sign-up/login, a simple dashboard, and a payment/subscription setup. For the core features, I’m thinking: 1. An AI tool where users can enter text and get useful results (Will disclose in the chat) 2. A chat-style AI assistant for quick interaction 3. A way for users to save and view their past results If you have built SaaS platforms or worked with AI tools before, that would be really helpful. Feel free to share your previous work and how long you think this would take.
18 days ago95 proposalsRemoteopportunity
Shopify Website Developer Needed
Looking for an experienced Shopify developer to build a 4–5 page website: UX Design is ready Home page Product page Policy pages About / Contact ------------------------ Requirements: Clean, modern, premium design Mobile-friendly & fast loading Proper product & page setup Basic SEO Extra functionality (important) Disable right-click Disable copy/paste & text selection Basic content/image protection (We understand this isn’t fully secure, just to reduce copying.) ------------------------ Please include Shopify work examples Looking for someone reliable who can deliver a high-quality, professional site.
13 days ago85 proposalsRemoteopportunity
Full Stack MERN Developer and React Native app Developer Req
We are looking for an experienced full stack MERN developer (MongoDB, Express, React, Node.js) with experience in React Native mobile apps to build a complete event management and booking system. The project will include web and mobile platforms, a robust admin panel, and a role-based user system (Admin, Organizer, User). This system will be used to manage events, bookings, and users efficiently. The goal is a scalable, secure, and user-friendly solution suitable for the Pakistan market, with potential to expand internationally. Key Features 1. Roles & Permissions Admin: Full control of the system Approve/reject events Manage users and organizers (block/unblock) View all bookings Dashboard with analytics (events, users, revenue) Organizer: Can create and manage events Add event details, dates, pricing, and seats View bookings for their events User: Can browse events and book tickets Track booking history Manage profile 2. Event Management Event creation, update, and deletion (Organizer) Admin approval workflow for events Event categories and search/filter functionality Image uploads for events 3. Booking System Ticket booking with seat management Booking confirmation and history Payment integration (Stripe/PayPal optional for MVP) Real-time seat availability 4. Dashboards Admin Dashboard: Analytics, user management, event approval Organizer Dashboard: Events overview, bookings User Dashboard: Booked events and personal info 5. Web & Mobile Web: React + Tailwind CSS or Material UI Mobile: React Native (iOS and Android) Responsive, intuitive UI/UX 6. Backend Node.js + Express API MongoDB with Mongoose JWT authentication Role-based access control middleware Logging and error handling Tech Stack Frontend (Web): React.js Frontend (Mobile): React Native + Expo Backend: Node.js + Express.js Database: MongoDB (Atlas or local) Authentication: JWT Hosting: Vercel / Railway / Heroku (for web) Payment Integration: Optional for MVP (Stripe/PayPal) Deliverables Fully functional MERN backend with all APIs React frontend for web with dashboards and pages React Native mobile app (iOS + Android) Role-based authentication and admin panel Deployment instructions and source code on GitHub Documentation for APIs and system architecture Preferred Developer Qualifications Proven experience with MERN stack projects Strong knowledge of React Native and mobile app best practices Experience building role-based systems and dashboards Familiarity with payment integrations is a plus Good communication and availability for updates Project Timeline Estimated delivery: 6–12 weeks depending on complexity Clear milestones for backend, frontend, mobile, and deployment How to Apply Please provide: Examples of previous MERN + React Native projects Estimated timeline and cost Any suggestions for improving project workflow
17 days ago46 proposalsRemoteHubSpot CMS (HubL) Developer – Custom Quote Template
Experience with HubSpot CMS (HubL) is essential, this is not a general CMS or WordPress project. Please include examples of HubSpot CMS or quote/template work, generic web projects won’t be considered. We’re looking for an experienced HubSpot developer to help us build a custom quote template that goes beyond HubSpot’s standard functionality. This is not a simple styling task — we want to create a more premium, proposal-style quote experience that better reflects our brand and improves conversion. The core requirement Our key requirement is the ability to dynamically display room-specific content within quotes, based on what a client has on hold. For example: If a specific room is selected → show that room’s images and description If multiple rooms are selected → display each clearly If a floor takeover is selected → present this as a single, joined-up experience This needs to be data-driven and scalable, not manually built each time. What we’re looking to build A custom HubSpot quote that: Feels premium, modern and on-brand Visually showcases the spaces being quoted Clearly presents pricing and inclusions Is structured, clean and easy to scan Works seamlessly for an internal team (not overly complex) Scope We’re looking for someone who can: Advise on what is realistically possible within HubSpot quotes Recommend the best approach (CMS / HubL vs alternatives) Build a custom quote template using HubSpot CMS / HubL Pull through deal, product and room data dynamically Ensure the solution is scalable and maintainable Important This must work within HubSpot (we want to avoid adding external tools if possible) We manage ~60 rooms, so the solution needs to scale Content (images, descriptions) should be centrally managed The goal is to reduce manual work, not increase it To apply Please include: Examples of similar work Especially custom HubSpot templates or quote/proposal builds Links or screenshots preferred Your recommended approach (brief) How you would handle dynamic content (e.g. room images/descriptions) Any limitations we should be aware of Rough estimate Ballpark hours or cost range Ideally split into: MVP version More advanced version Additional context We are a London-based meeting and event space business (Wallacespace), selling ~60 rooms and larger event spaces. This is part of a broader move to improve: client experience data quality automation within HubSpot Budget Open= looking for the right approach and partner rather than the lowest cost.
2 days ago32 proposalsRemoteMaintenance/Support of Adult eCommerce store built with OpenCart
We have a new client who has a website built with Opencart. We need assistance carrying out a number of tasks to fix some issues and prepare the website for approval via their Google Merchant Account.
a month ago37 proposalsRemote