
Business Development Projects
Looking for freelance Business Development jobs and project work? PeoplePerHour has you covered.
Business Developer specialist
Business Development Specialist (Remote) We’re looking for a driven Business Development Specialist who thrives on opening doors, building relationships, and turning opportunities into revenue. This is a fully remote role for a true sales professional—someone who enjoys the hunt, understands how to build trust with prospects, and wants to be rewarded directly for the results they generate. If you’re motivated by performance, autonomy, and strong commission upside, this role is designed for you. What You’ll Do Identify and pursue new business opportunities across target markets Conduct market research to identify trends, opportunities, and potential clients Generate and qualify high-quality leads Build and nurture long-term client relationships Work closely with internal teams to align outreach strategies and messaging Provide insights and feedback from the market to support growth initiatives Manage your pipeline and sales activities using CRM tools What We’re Looking For Strong analytical skills with the ability to identify business opportunities Excellent communication skills (written and verbal) Proven experience in lead generation, business development, or sales Strong relationship-building and client management skills Self-motivated with the ability to work independently in a remote environment Excellent time management and organizational skills Experience with CRM systems and sales tools is a plus Bachelor’s degree in Business, Marketing, or a related field is preferred Compensation This is a commission-only role designed for real closers. We offer a strong and competitive commission structure with significant earning potential for professionals who know how to generate and close business. No salary caps. No artificial limits. Your income reflects the value you create. If you're looking for a comfortable base salary, this probably isn’t the right role. But if you're a results-driven sales professional who wants to control your earnings, we provide the platform, the opportunity, and the rewards.
20 hours ago9 proposalsRemoteNew Business Development
Hi We are seeking a UK-based Business Development / Outreach specialist to promote our suite of professional training courses to organisations including: - Businesses - Schools and educational institutions - Commercial organisations and other settings The goal is to introduce our training platform and encourage organisations to access a free trial, allowing them to experience the first module of every course. (Key Message to Prospects) Potential customers should be informed that: - Our organisation offers a suite of professional training courses suitable for workplace and educational environments. - Organisations can access a free trial platform. - The trial allows them to try the first module of every course completely free, with no obligation or commitment. - This enables them to evaluate the quality, usability, and benefits for their organisation before purchasing. (We are ideally looking for the freelancer to) Identify and contact potential organisations across the UK. Introduce our training platform via: - Email outreach - LinkedIn messaging - Phone calls (if appropriate) - Clearly explain the free trial opportunity. - Encourage prospects to register for the trial platform. - Record outreach activity and leads in a simple tracking sheet/CRM. - Provide feedback on responses and market interest. Budget is not set, just for guidance and can be negotiated - it will be an initial trial period but successful campaigns will lead to regular future work. Thank You
25 days ago20 proposalsRemoteLinkedIn Business leads
I’m looking for some to create me business leads for my fire & security business we are looking for to expand our maintenance department and generate business.
8 hours ago17 proposalsRemoteopportunity
Recruitment business
New venture - thinking of setting up a website for a new recruitment business focussing on the tech sector ability to upload cvs and candidate enquiries / registration etc also need a logo
7 days ago41 proposalsRemoteBlockchain & Web3 Developer
We are seeking an experienced blockchain developer to join our team and work on building and deploying smart contracts while integrating Web3 functionality into our project. You will take responsibility for designing secure, efficient contracts, connecting them to the front-end, and ensuring smooth interaction with decentralized networks. The role involves collaborating closely with our team to implement new features, optimize contract performance, and maintain high security standards. Experience with Solidity, Web3 libraries, testing frameworks, and understanding token standards is essential, as well as a proactive approach to problem-solving in a fast-moving blockchain environment.
14 hours ago15 proposalsRemoteSenior Mobile Developer
Seeking a Senior Mobile Developer with extensive expertise in Android, iOS, and React Native to lead development of high-performance, user-centric applications. Responsibilities include architecting scalable solutions, implementing robust native and cross-platform features, optimizing performance, ensuring code quality and maintainability, integrating APIs and third-party services, and mentoring junior engineers. Ideal candidate demonstrates proven app launches, strong problem-solving, effective communication, and commitment to best practices and testing.
17 hours ago45 proposalsRemoteI need a system developer
I’m currently looking to connect with someone who is highly skilled in ISP systems, VPN systems development, and system hosting. Should have strong experience in building, managing, and maintaining reliably as well as deploying and hosting them efficiently. If you have experience with server management, system architecture, cloud or web hosting, and maintaining secure and scalable systems, I would be interested in working together. This could involve collaborating on current and upcoming projects that require dependable system setup, hosting, and long-term maintenance. If you’re interested, please feel free to reach out so we can discuss further. Thank you
14 days ago13 proposalsRemoteopportunity
New Website Developed - Wordpress
Please see full details in the project specification attached.
3 days ago173 proposalsRemoteSkillful Full-stack Developers who can assist with our business.
We seek accomplished full‑stack developers to augment our expanding remote software team. Ideal candidates possess strong expertise in React, Node.js, and Python, delivering robust, maintainable web applications and APIs. Excellent English communication (native or near‑native) is required to collaborate across distributed teams, participate in design discussions, and produce clear documentation. Candidates should demonstrate problem‑solving aptitude, attention to detail, and a proven track record of delivering high‑quality code on schedule.
a month ago45 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.
6 days ago17 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.
2 days ago18 proposalsRemoteRequire the implementation of automation in our service delivery
We use M365 and are looking for a developer to assist us with implementing AI as a business solution for processes within our business. This is typically: 1. Extracting attachments and performing risk assessments using CoPilot. 2. Information from MS Lists triggers workflows 3. Using PowerBI to report on service delivery 4. Effective design of Sharepoint to use as a tool for sharing information with other professionals outside the organisation.
5 days ago20 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
2 days ago40 proposalsRemoteopportunity
Web design and development
am currently looking for a web developer to build a new website for my business. I already have the content, logos, brochure, and a clear brief for what I want. I also have examples of a few websites I like and can share these for reference. I do have the hosting login details, along with the GoDaddy access, so everything can be transferred and picked up smoothly. I am looking for a bold, high-quality website with around 6–8 pages, including a strong homepage and a professional overall look and feel. The current web design does not reflect the standard I want for the brand.
8 days ago128 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
14 days ago66 proposalsRemoteYelp Business profile registration
Looking for a freelancer to register and fully set up a business profile on Yelp. Requirements: Create a new Yelp business listing Ensure all business details are accurate (name, address, phone, category, hours) Upload photos and complete profile setup Pass Yelp verification process and ensure the listing is live and publicly visible Goal: The profile must be active and searchable on Yelp so it can be used for further approvals. example https://www.yelp.com/biz/kingessays-san-francisco
6 days ago15 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.
9 days ago89 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.
4 days ago79 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
7 days ago45 proposalsRemoteModern Business Card Design
I need a sleek, modern business card that highlights my company logo as the central element. I’m completely open on the color palette, so feel free to suggest combinations that best complement the logo while keeping the overall look fresh and professional. Here’s what I envisage as the end result: • Standard 3.5 × 2 in. layout, bleed-ready • Front and (if you think it adds value) an optional back design • Print-ready PDF plus the editable source file (AI, PSD, or similar) Once you share an initial concept, I’ll provide timely feedback so we can refine typography, spacing, and any finishing touches. The project will be complete when the final files pass a quick test print and all original assets are handed over.
6 days ago26 proposalsRemote