Filter by Timezone: Oceania Europe Americas Asia Africa
Showing 41-50 of 186 results
  1. [688][ 1156193 ] about 4 hours (2025-08-04 08:43 AM)
    ~021952243848054613060
    web_mobile_software_dev • web_development • FIXED •
    100.0 - -
    {"invitesSent" => 2, "totalInvitedToInterview" => 4, "totalHired" => 0, "totalUnansweredInvites" => 1, "totalOffered" => 0, "totalRecommended" => 5}
    Skills React • Django • JavaScript • CSS • Web Application • API • API Integration • Python • API Development • Web Development •
    About Client ⭐️ 0.0 • 0 reviews • Pakistan • 0 jobs • Wasay

    Only Looking for Independent Freelancers!

    We are looking for an experienced full-stack developer (or a skilled frontend/backend specialist) to help us complete an Event Management Web Application built using ReactJS for the frontend and Django/Django REST Framework for the backend. The app allows users to create, manage events, handle user profiles with different roles (organizers and attendees).

    We need someone who can:

    Finish building and connecting missing APIs on the backend.
    Complete frontend pages such as event detail, dashboard, and profile management.
    Integrate frontend and backend seamlessly with proper validation and error handling.
    Improve UI responsiveness and optionally help polish the user experience.

    The ideal candidate should have strong skills in ReactJS, Django, Django REST Framework, PostgreSQL, and familiarity with tools like Git and Docker. Experience with booking or event-based systems is a big plus. We’re looking for someone reliable who can work independently, communicate clearly, and deliver high-quality code within deadlines.

    If this sounds like a good fit, please apply with links to relevant past projects, your availability, and your estimated timeline to complete the work. We're excited to work with someone who can help us bring this platform to the finish line!

  2. Company Profile Development ( about 3 hours ) (5 Applicants)
    [677][ 1156182 ] about 4 hours (2025-08-04 08:47 AM)
    ~021952244881839980062
    web_mobile_software_dev • web_development • FIXED •
    200.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 2}
    Skills Graphic Design • Lead Generation • Content Writing • Web Development • Web Design •
    About Client ⭐️ 0.0 • 0 reviews • Australia • 2 jobs • Standard Access

    We are seeking a skilled freelancer to create a comprehensive company profile that effectively highlights our brand, mission, and services. The profile should be engaging, visually appealing, and tailored to attract potential clients and partners. The ideal candidate should have experience in corporate communications and a strong understanding of branding. Please provide samples of previous work along with your proposal.

  3. Development of AI Bot for Telehealth/EHR Integration ( about 3 hours ) (7 Applicants)
    [3154][ 1153543 ] about 17 hours (2025-08-03 19:07 PM)
    ~021952038577745005155
    web_mobile_software_dev • web_development • FIXED •
    500.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 1, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 3}
    Skills Python • Artificial Intelligence • API • Chatbot Development • Machine Learning •
    About Client ⭐️ 0.0 • 0 reviews • United States • 21 jobs • $965 Alex Ashtar

    This is a very powerful and in-demand application of AI in healthcare, focusing on population health management and data-driven insights for clinics. The concept of a bot that can query a clinic's EHR based on specific criteria and provide patient counts is a great idea.
    However, developing such a bot requires a high level of technical expertise and, more importantly, a deep understanding of healthcare regulations, specifically the Health Insurance Portability and Accountability Act (HIPAA). I cannot build this bot for you, as that would be a highly complex and sensitive development project involving protected health information (PHI). Instead, I can provide you with a detailed overview of the key components, steps, and legal considerations you would need to address to successfully bring this project to fruition.
    Project Plan and Key Components
    This project can be broken down into three major parts: Technical Architecture, HIPAA Compliance, and the User Interface.
    1. Technical Architecture: The "How It Works"
    Your bot's backend will be the engine that connects to the EHR, processes the data, and provides the results.
    * Secure API Integration: The bot must connect to the clinic's EHR system through a secure API (Application Programming Interface). Most modern EHRs (like Epic, Cerner, Allscripts) have APIs that are compliant with industry standards like FHIR (Fast Healthcare Interoperability Resources). This is the gold standard for securely exchanging healthcare information. Your bot would use this API to request and receive specific patient data.
    * Data Processing & NLP (Natural Language Processing): This is the core of your "smart" bot.
    * User Input: The bot needs to be able to understand natural language queries like "Find all patients with a BMI over 30 and diabetes." This requires a robust NLP engine.
    * Data Query: The NLP engine would translate this query into a structured query that the EHR's API can understand. For example, it would recognize "BMI over 30" and "diabetes" as specific data points to search for within the patient records.
    * Counting: Once the data is retrieved, the bot would programmatically count the number of patients who meet all the specified criteria.
    * Scalable and Secure Infrastructure: The bot's backend and database must be hosted on a HIPAA-compliant cloud platform like AWS, Google Cloud, or Microsoft Azure. These providers offer specific services and configurations that meet HIPAA's technical safeguards. You would need to properly configure the servers and sign a Business Associate Agreement (BAA) with your cloud provider.
    * Data Minimization: A key principle of HIPAA is to only use and access the minimum necessary amount of PHI. Your bot should be designed to request only the specific data fields needed for the query (e.g., BMI, diagnosis codes) and not entire patient records unless absolutely necessary.
    2. HIPAA Compliance: The Most Critical Component
    Building a healthcare bot is a legal and regulatory challenge as much as it is a technical one. Non-compliance can lead to severe fines and legal action.
    * Business Associate Agreement (BAA): This is the single most important legal document. You, as the creator of the bot, will be a "Business Associate" to the clinic, which is a "Covered Entity." A BAA is a legally binding contract that outlines your responsibilities for protecting PHI. You must have a signed BAA with every clinic that uses your bot.
    * Technical Safeguards: You must implement robust security measures to protect PHI.
    * Encryption: All data, whether in transit (being sent between your bot and the EHR) or at rest (stored on your servers), must be encrypted. Use protocols like HTTPS and TLS for transit and strong encryption for storage.
    * Access Control: The bot's access to the EHR must be tightly controlled and limited to only what is necessary for its function. User access to the bot itself must also be authenticated and authorized.
    * Audit Controls: The system must log all activity, including who requested what information and when. This creates a clear audit trail in case of a security breach or compliance review.
    * Administrative Safeguards: You must have policies and procedures in place to protect PHI.
    * Risk Analysis: You are required under HIPAA to conduct a thorough risk analysis to identify potential vulnerabilities.
    * Training: Your employees must be trained on HIPAA rules and your company's security policies.
    * FDA Regulations: Depending on the functionality, your bot could be considered a medical device. For example, if it provides diagnostic or treatment recommendations based on patient data, it may require FDA clearance. A bot that simply counts patients based on criteria is less likely to be considered a medical device, but it is a critical consideration to discuss with legal counsel.

    * https://g.co/gemini/share/0213bbf6f3cf

  4. [555][ 1156060 ] about 3 hours (2025-08-04 09:17 AM)
    ~021952252428215615113
    web_mobile_software_dev • web_development • FIXED •
    400.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 8}
    Skills RESTful API • AI Agent Development • Twilio API • Call Center Software • WhatsApp • Chatbot Development • Twilio • API Development • ActiveCampaign •
    About Client ⭐️ 5.0 • 30 reviews • United States • 86 jobs • $62,581 Rahul C

    We are looking for a Twilio and SMS campaign expert to get our Twilio phone number and SMS campaign approved for A2P 10DLC and then implement a compelling SMS sequence for our marketing funnel.

    Ideal Candidate:

    Has hands-on experience with Twilio SMS, A2P 10DLC, and carrier compliance
    Familiar with U.S. SMS compliance requirements (TCPA, CTIA, etc.)
    Can help us get set up and approved quickly

  5. [4843][ 1151352 ] 1 day (2025-08-03 08:14 AM)
    ~021951874405709743068
    web_mobile_software_dev • web_development • FIXED •
    100.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 1, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 4}
    Skills API • Make.com •
    About Client ⭐️ 5.0 • 2 reviews • United States • 2 jobs • $153 Artem D

    Hello, I'm building a Make.com voice agent and having issues integrating Housecall Pro modules in each branch (check availability, book appointment, cancel appointment, and reschedule appointment). I already have the API connected in the modules — all I need is for you to show me how to connect the Housecall Pro modules(THEY NEED TO PASS DATA TO EACH OTHER WITHOUT ANY ERRORS AT THE END). I’ll take care of the rest.
    I need someone who actually connected housecall PRO modules for voice agent before with make .com

    Needs to be done ASAP,thanks

  6. Smart contract developer ( about 3 hours ) (0 Applicants)
    [4][ 1156547 ] 31 minutes (2025-08-04 12:00 PM)
    ~021952248278852927006
    web_mobile_software_dev • web_development • FIXED •
    480.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 0}
    Skills Cryptocurrency • Blockchain Architecture • Smart Contract • Blockchain • Solidity •
    About Client ⭐️ 0.0 • 0 reviews • Ireland • 6 jobs • Toria Cosmetics Fashion

    Full smart contract development for a multi system token: multi level admin roles, DAO integration, NFTs integration, opensea token integration, minting, burning, pausable, block/lock system, tax fees, etc. For more details see attached file.
    The developer suggestions and advise are welcome

  7. [2267][ 1154182 ] about 13 hours (2025-08-03 23:37 PM)
    ~021952106529666728924
    web_mobile_software_dev • web_development • FIXED •
    1000.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 3, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 1}
    Skills AI Model Integration • Android • Artificial Intelligence • Python • Mobile App Development • LLM Prompt Engineering •
    About Client ⭐️ 0.0 • 0 reviews • Canada • 3 jobs • Maze AI

    Project Overview:

    I'm looking for a mobile app developer to help me build an offline, AI-powered journaling app — focused on privacy, emotional clarity, and local-first intelligence.

    This project is not just about building an MVP — it's also a learning experience for me. I want to collaborate closely, understand how things are built, and grow alongside the product. You should be someone who’s not only a strong builder, but also a clear communicator who enjoys sharing the “why” behind the work.

    🧠 What the App Will Do (MVP Scope):
    Let users write or record daily journal entries
    Provide AI-generated reflections on emotion, themes, and mood
    Allow users to search past entries using natural language
    Offer a timeline of journal history with mood and tag filtering
    All processing must happen fully offline — no server calls, no external APIs

    📱 Platform:
    This will be a mobile-first app, starting with Android
    All data and AI should run on-device, with privacy and performance in mind

    🚀 What You’ll Do:
    Collaborate with me to design and build the full app experience
    Propose your own tech stack and architecture for an efficient offline build
    Help me understand the reasoning behind key decisions as we go
    Implement the full user experience across 4 main screens (journaling, reflection, memory recall, timeline)
    Deliver a working, well-documented codebase + deployment-ready build
    Provide handover + training so I can maintain and evolve the app post-launch

    💬 How We'll Work:
    I’ll provide product direction, UX flows, and desired AI behavior
    You’ll bring the development expertise, execution plan, and tools
    I want to learn during the process — you should be open to explaining things along the way

    📅 Timeline:
    The project must be completed within 4 weeks
    Please include a proposed execution plan with major phases and timeline
    We'll collaborate async, with occasional check-ins or pair programming sessions

    💰 Budget & Cost Expectation:
    Cost will be a critical factor — I'm looking for the best value, not just the lowest quote
    Please be honest and realistic with your pricing
    Fixed-price proposals are preferred (but open to hourly if scoped clearly)
    Include a breakdown of what's included at your price

    Bonus points if you’ve worked on:

    Journaling, wellness, or productivity tools
    Speech-to-text, semantic search, or on-device AI
    Projects with a strong focus on privacy or offline UX

    Let’s build something calm, meaningful, and smart — together.
    Looking forward to your proposals!

    ✅ To Apply, Please answer screening questions. They are mandatory for the application. Thanks

  8. Website Development for Trade Services Business ( about 4 hours ) (19 Applicants)
    [2309][ 1154089 ] about 13 hours (2025-08-03 23:20 PM)
    ~021952102327861414497
    web_mobile_software_dev • web_development • FIXED •
    1500.0 - -
    {"invitesSent" => 1, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 1, "totalOffered" => 0, "totalRecommended" => 0}
    Skills Graphic Design • Web Development • Web Design • Sales • Lead Generation •
    About Client ⭐️ 5.0 • 1 reviews • New Zealand • 2 jobs • $400 Wayne Hemi

    **Job Description:**

    We are excited to announce an opportunity for a talented and experienced web developer to join our team in the creation of a cutting-edge website for our soon-to-launch trade services business. As we prepare to enter the market in 6-8 weeks, this project will be pivotal not only for establishing our online presence but also for laying the groundwork for our planned franchise expansions over the next 6 to 8 months.

    In this role, you will be responsible for transforming our vision into a fully functional, visually appealing website that embodies our brand identity and resonates with our target audience. You will receive a comprehensive design brief that outlines our specific requirements, goals, and design preferences, which you will utilize to guide the development process.

    The ideal candidate will possess a strong background in web development, with proven experience in building engaging, responsive, and user-friendly websites. You should be well-versed in the latest web technologies and best practices, ensuring that our site is not only aesthetically pleasing but also optimized for performance and usability across a variety of devices and platforms.

    Key responsibilities will include:

    - Collaborating closely with our design and marketing teams to understand our vision and goals for the website.
    - Developing a responsive website that adapts seamlessly to different screen sizes and devices, providing an optimal user experience for all visitors.
    - Implementing intuitive navigation and user interface elements that enhance functionality and accessibility.
    - Ensuring that the website is optimized for search engines (SEO) to drive organic traffic and improve visibility in search results.
    - Integrating any necessary third-party services and tools, such as payment gateways, booking systems, or customer relationship management software, to support our business operations.
    - Conducting thorough testing and debugging to ensure that the site functions flawlessly across all browsers and devices before launch.
    - Providing ongoing support and maintenance post-launch to address any issues that may arise and to implement updates as needed.

    To succeed in this role, you should have a strong portfolio showcasing your previous web development projects, particularly those that demonstrate your ability to create engaging and functional websites. Excellent problem-solving skills, attention to detail, and the ability to work independently as well as collaboratively are essential.

    If you are passionate about web development and eager to take on a project that will have a significant impact on our business's success and future growth, we would love to hear from you. Join us as we embark on this exciting journey, and help us create a website that not only meets our current needs but also sets the stage for our future endeavors.

  9. Emergency Team needed for OSSN Enhancements ( about 4 hours ) (5 Applicants)
    [4734][ 1151475 ] 1 day (2025-08-03 09:11 AM)
    ~021951888609757668420
    web_mobile_software_dev • web_development • FIXED •
    1000.0 - -
    {"invitesSent" => 7, "totalInvitedToInterview" => 4, "totalHired" => 2, "totalUnansweredInvites" => 1, "totalOffered" => 0, "totalRecommended" => 0}
    Skills PHP • Web Development • Mobile App Development • Flutter •
    About Client ⭐️ 4.21 • 53 reviews • South Africa • 60 jobs • $42,617 Pace Online Support

    We have an application called the NIHSS Virtual Doctoral School. A collaboration system for academics. Think of it as a Facebook for people doing their PHd. It uses Open Source Social Network and Flutter for its stack. The project has fallen behind and we need a new team to take over and finish the project. I have attached the project plan and deadlines. Please view the web technology used here https://www.opensource-socialnetwork.org/ and https://www.openteknik.com/

  10. Code Transfer and Website Maintenance Expert Needed ( about 4 hours ) (9 Applicants)
    [761][ 1155577 ] about 4 hours (2025-08-04 08:23 AM)
    ~021952238846478645645
    web_mobile_software_dev • web_development • FIXED •
    200.0 - -
    {"invitesSent" => 0, "totalInvitedToInterview" => 0, "totalHired" => 0, "totalUnansweredInvites" => 0, "totalOffered" => 0, "totalRecommended" => 3}
    Skills WordPress • Web Development • HTML • PHP • Shopify •
    About Client ⭐️ 0.0 • 0 reviews • Canada • 0 jobs • Medtravel A

    I am seeking a skilled developer to assist in transferring my existing code from version 0 (V0) to the latest version. In addition to the code transfer, I require ongoing website maintenance to ensure optimal performance and security. The ideal candidate will have experience in code migration and be proficient in troubleshooting and maintaining websites. If you're detail-oriented and can deliver high-quality work, please apply!