
Freelance Cyber Security Jobs
Looking for freelance cybersecurity jobs and project work? Browse active opportunities on PeoplePerHour, or hire cybersecurity developers through Toptal’s rigorously vetted talent network.
CUPS Server-Side Release Setup
1. Base Environment Create an isolated environment for printing (dedicated VM preferred, otherwise constrained container or host service). Confirm AlmaLinux 9.x, hostname, internal DNS, and time sync. Outcome: print stack is isolated from web, mail, and Nextcloud workloads. 2. Install Core Packages Install CUPS, cups-filters, IPP support packages, and PDF utilities (e.g. poppler-utils, qpdf). Disable unused print backends. Outcome: cupsd is running and reachable locally. 3. Secure Transport (IPPS) Enable IPP over TLS (IPPS on port 631). Generate or import TLS certificates. Disable non-TLS IPP access. Restrict firewall access to trusted networks. Outcome: all printing occurs over IPPS. 4. CUPS Core Configuration Configure cupsd.conf to restrict admin access, disable unnecessary sharing, and set sensible logging levels. Define job limits (MaxJobs, MaxJobsPerUser) to avoid runaway queues. Outcome: CUPS accepts jobs securely and predictably. 5. Printer Setup Add physical printers as device queues (IPP preferred). Verify printing and media support for each printer. Apply a consistent naming convention. Outcome: all printers are reachable and functional. 6. Logical / Hold Queues Create logical hold queues (per tenant or site). Ensure jobs are held on submission and do not print automatically. Outcome: jobs reliably enter a held state awaiting release. 7. Default Printer Routing Logic Define default printer mappings per user, group, or site. Implement printer health checks. Attempt automatic release only when the default printer is healthy; otherwise leave the job held. Outcome: jobs print automatically when safe, and never fail silently. 8. Manual Fallback Release Provide a mechanism to manually release jobs to an alternative printer. Ensure jobs are either re-routed cleanly or duplicated and cleaned up correctly. Outcome: users can recover from printer failures without reprinting. 9. Release Portal Deploy a lightweight web portal. Implement authentication (OIDC, LDAP, or local as appropriate). Allow users to view, release, re-route, or delete their own jobs. Provide basic admin views for printer status and default mappings. Outcome: users self-manage held jobs securely. 10. Job Retention & Cleanup Automatically purge unreleased jobs after a short expiry window. Delete job files immediately after successful printing. Disable long-term job and file preservation. Outcome: no print data is retained beyond operational need. 11. Resource Protection Apply CPU, memory, and I/O limits to print services. Ensure print workloads cannot starve web hosting, SMTP, or Nextcloud. Outcome: other services remain responsive under print load. 12. Security Hardening Restrict access to spool directories. Enforce per-user job visibility in the portal. Prevent direct access to job content. Disallow silent automatic rerouting to other printers. Outcome: print data remains private and controlled. 13. Routing Rules (Optional) Implement routing by page size (A4 vs A3) or page count if required. Ensure routing behaviour is visible and predictable. Outcome: advanced routing works without surprises. 14. Monitoring & Health Checks Monitor queue depth, failed jobs, and printer availability. Alert on sustained queue growth or repeated errors. Outcome: issues are detected before users are impacted. 15. Validation Test normal printing, printer failure handling, manual fallback, and job expiry. Confirm no performance degradation to web hosting, mail, or Nextcloud. Outcome: behaviour matches requirements under load. Final Acceptance Statement Print jobs are securely held, released to a default printer when available, manually re-released when not, automatically cleaned up, and isolated so they do not impact other server services.
a month ago14 proposalsRemoteopportunity
Outdoor & Guerrilla Campaign Support
Overview I’m looking for a freelance operator to support the delivery of high-impact, real-world campaign visibility in Highbury. The campaign is focused on education — including local schools and SEND — and aims to reach residents (particularly parents) with clear, visible messaging in the local area. ⸻ Scope of Work Outdoor Advertising (Core) • Identify and secure a high-visibility billboard or outdoor ad space in or near Highbury • Advise on: • Best locations for impact (e.g. near schools, high footfall areas) • Formats and specifications • Pricing and booking process • Adapt existing campaign messaging for outdoor formats (simple, bold, legible) ⸻ Guerrilla / Creative Campaigning (Optional but encouraged) • Propose 1–2 high-impact, low-cost ideas to increase visibility locally • Ideas should be: • Highly visible • Easy to understand quickly • Appropriate for an education-focused campaign • Assess feasibility, legality, and reputational risk before execution ⸻ Delivery • Support implementation where appropriate, or provide a clear delivery plan • Work in coordination with the social media lead to ensure consistency of message ⸻ What I’m Looking For • Experience in outdoor media buying, local advertising, or campaign logistics • Practical understanding of what is actually deliverable • Strong awareness of legal and reputational considerations • Creative instinct for clear, high-impact messaging Budget & Time • Freelance, hourly or project-based (please include rate) • Short-term engagement focused on setup and delivery ⸻ To Apply Please send: • Examples of relevant work (campaigns, outdoor placements, stunts) • A short note on how you’d approach this brief • Your rate and availability ⸻ Context This is part of a coordinated local campaign in Highbury, combining digital and physical campaigning to maximise visibility around education issues.
a day ago12 proposalsRemoteExperienced Mobile App Tester for iOS and Android Applications
We are seeking a skilled and detail-oriented tester to thoroughly evaluate our mobile application available on both iOS and Android platforms. The app is exting our ERP Solution with some functions like, Time recording, Vendor Invoice scanning, Vehicle Document scanning, Work Orders for Garages... Your role will involve comprehensive testing across following aspects of the app: stability, error handling, usability, compatibility, security vulnerabilities, multi-user scenarios and performance. Expected delivery: - Reproduce and document bugs, crashes, and issues with clear steps, screenshots, videos, and severity ratings. - Provide a detailed report including recommendations for improvements, prioritized bug lists, and test coverage summary. Required Skills and Experience: Proven experience in mobile app QA testing for iOS and Android (please share portfolio or past projects). Excellent communication in English or German
24 days ago26 proposalsRemoteAndroid mobile application for attendance tracking
Develop an Android mobile application for attendance tracking, primarily for field-based users (e.g., delivery, sales, or route-based work). The app supports biometric authentication, geo-location-based punching, and admin-managed routes with sequential check-ins at start, intermediate, and end points. Key Features • User Authentication and Punching: ◦ Users punch attendance via the app using biometric methods (e.g., fingerprint or face recognition). ◦ Each punch records the user’s current geo-location (latitude/longitude) and timestamp. ◦ Attendance data is stored securely (e.g., in a backend database like Firebase). • Route Management (Admin Side): ◦ Admin can create custom routes from point A to point B. ◦ Routes include optional intermediate locations (e.g., A1, A2, B1, etc.), defined via geo-coordinates or addresses. ◦ Admin assigns specific users to a route. • User Route-Based Attendance (User Side): ◦ Assigned users must mark attendance sequentially along the route: ▪ Start at point A (punch only allowed within proximity of A). ▪ Then at intermediate points (e.g., A1, A2) in order. ▪ End at point B. ◦ App enforces sequence: Prevents punching at a later point until prior ones are completed. ◦ Geo-validation ensures punches occur near the designated locations (e.g., using geo-fencing with a radius threshold). • Additional Considerations: ◦ Backend integration for data sync (e.g., Firebase or custom server). ◦ Security: Prevent spoofing (e.g., fake GPS) via additional checks like device ID or Wi-Fi. ◦ UI/UX: Separate views for admin (route creation/assignment) and users (punching/history). ◦ Tech Stack Suggestions: Android Studio (Kotlin/Java) or Flutter for cross-platform; Google Maps API for route visualization and geo-services. Potential Extensions • Reports: Admin dashboard for viewing attendance logs, routes, and user performance. • Notifications: Alerts for route assignments or missed check-ins. You can use AI code based like co-pilot, claude etc Timeline- 1 week, reply me if you follow with this timeline and project code is fixed, do not negaotiate at all
19 days ago16 proposalsRemoteopportunity
Set us up for success with social media and advertising
Our Company: We are a Wellness brand that speaks directly to the public. We are not a suicide hotline, but we are like a hotline where people can call in who are happy, sad, lonely, and speak with train team members and have just a conversation without any judgment, without any pressure whatsoever. We offer free and affordable services for 15-minute and 30-minute conversations. Jobs: Set us up for success. Your goal would be to set us up for success in marketing. We have already secured the names of our website on Facebook, Instagram, Twitter, TikTok, and LinkedIn. You would be responsible for ensuring that our name is properly and correctly displayed on all major platforms, and that we can be found on Google and other search engines. You must be able to bring one of our core ideas to life. Advertising idea: One of the main ways we will be advertising is by mimicking or creating fictional conversations with some of our team members and posting them on our social media website. You need to be able to create this through animations or have an idea for how we can bring it to fruition in a way that gets the community and consumers interested in our website. You must be able to fully give instructions on how we do this without you once the project has ended. We also want someone who can bring their own ideas on how we bring our website to the community in a way that gets them interested and not only calling in to the website but joining our team, donating, as well as volunteering. Our launch date is March 9th. You will need to create a package we can use to launch the website on March 9th and ensure all our social media pages are ready to go for that date. After you will have 45 days to ensure that we are on the right page for our website. After 45 days, we can discuss your role. Whether it will become a full-time role or an advisory role to the team. As well as negotiate your price to continue.
20 days ago44 proposalsRemoteopportunity
Rebuild website (8 pages)
We are seeking a skilled web developer to reconstruct our 8-page website, encompassing essential core pages such as Homepage, Managed Services, Connectivity & Network, Fire & Life Safety, Security & Access, Nurse Call & Care Communications, Sectors, and an Executive Infrastructure Risk Review conversion landing page. The project mandates a clear primary call-to-action for booking the review, integrated contact forms with CRM, an SEO-friendly structure, mobile responsiveness, rapid loading times, and structured internal linking. It should also feature a case study section and downloadable PDFs for sector one-pagers. Preferred enhancements include a diagram illustrating system interdependence, a blog for insights, and scalability for multi-site case studies. The design aesthetic should reflect a dark, modern, and technical vibe with strong typography and minimal stock photography. Deliverables include comprehensive design mockups for both desktop and mobile, a staging site, final deployment, CMS access with training, foundational on-page SEO, and speed optimization.
a month ago104 proposalsRemoteApp creation
I am looking for an experienced developer or development team to build a modern dating application for iOS and Android. The app should have a clean, user-friendly interface similar to popular dating apps but with a few unique features and branding elements that will be discussed privately with the chosen developer. The goal is to create a simple, reliable MVP (Minimum Viable Product) that can later be expanded with additional features. Core Features Required The app should include the following functionality: • User registration and login (email, phone number, or social login) • User profile creation (photos, bio, interests, location) • Profile discovery / swipe or match system • Matching functionality when two users like each other • In-app messaging between matched users • Location-based user discovery • Push notifications for messages and matches • Basic reporting/blocking system • Admin panel to manage users and moderate activity Technical Requirements • Mobile apps for iOS and Android • Clean and modern UI/UX • Secure user authentication • Scalable backend • Ability to upload photos • Cloud database Open to suggestions regarding the best technology stack. Deliverables • Fully functional MVP dating app • Source code • Backend and database setup • Admin dashboard • Deployment guidance for app stores Ideal Developer Looking for someone who: • Has experience building social or dating apps • Can advise on the best architecture and tech stack • Can communicate clearly and provide progress updates • Has examples of similar work Please include examples of apps you have built. Budget Open to proposals depending on experience and scope. Timeline Looking to begin immediately. MVP ideally completed within 6–10 weeks.
13 days ago44 proposalsRemoteCommercial Solicitor – Review & Negotiate Industrial Lease
I am seeking a UK commercial property solicitor to represent me as the *tenant* in relation to a new commercial lease for an industrial/warehouse unit in Hounslow (West London). Heads of Terms have already been agreed with the landlord, and I now require a solicitor to: * Review the Heads of Terms and advise on legal risks and tenant protections * Review and negotiate the formal lease documentation with the landlord’s solicitors * Ensure the lease terms are commercially fair and protect the tenant’s interests * Advise on repair obligations under the Full Repairing & Insuring (FRI) lease * Advise on the requirement to remove an existing mezzanine floor and related obligations/timing * Handle correspondence with the landlord’s solicitors and support through to completion Lease Overview (summary): * Industrial/warehouse unit in Hounslow * New 5-year FRI lease * Rent stepping structure with quarterly payments * 6-month rent deposit required * Tenant responsible for rates, service charge, and insurance recovery * Lease contracted outside security of tenure provisions What I’m Looking For: * UK-qualified commercial property solicitor * Strong experience acting for tenants in commercial leases * Ability to move quickly (occupation required ASAP) * Fixed-fee quote preferred, or clear staged pricing Please Include in Your Proposal: 1. Your experience with similar commercial lease matters 2. Estimated timeline to completion 3. Your fee structure (fixed fee preferred) 4. Any documents you would need from me at the start Heads of Terms document will be shared upon engagement. I look forward to working with a solicitor who can efficiently protect my position and complete the lease. Kind Regards, Kuber
25 days ago11 proposalsRemoteopportunity
Fire door & Fire stopping asset management database
I run a UK fire safety & building services business (Phoenix Bespoke Solutions). I’m looking for an experienced developer to build a web-based fire door asset management system with a mobile-first inspection workflow, QR code door tagging, photo evidence, and audit-ready reporting. The product must be suitable for UK compliance workflows (FRA support, audit trail, evidence retention). This will be used internally and potentially offered to clients as a managed platform. Key Outcomes A secure web app to manage a portfolio of buildings and fire doors Mobile-friendly inspector workflow (phone/tablet) Door-level inspections with pass/fail + defect severity + photos Defect/action tracking through to completion Dashboard + exportable reports (PDF/Excel) Full audit trail (who/when/what changed) Core Features (MVP) 1) Accounts & Roles User login Roles: Admin / Inspector / Client read-only Basic permissions (client can only see their own sites) 2) Portfolio & Door Asset Register Hierarchy: Portfolio → Site → Building → Block/Core → Floor → Area → Door Door fields (minimum): Unique Door ID Location fields above Fire rating (FD30/FD60/etc.) Door type (single/double/glazed/riser/etc.) Certification status Install date (optional) Manufacturer (optional) Ironmongery fields (closer/hinges/locks/seals/signage) Notes 3) QR Code Door Tagging Generate QR codes per door QR scan opens the door record instantly on mobile Option to download/print QR label sheet (PDF) 4) Inspections (Mobile-first) Create inspection against a door Inspection details: date/time, inspector, inspection type Pass/Fail overall Checklist sections: Leaf condition Frame condition Gaps/alignment Self-closing operation Seals/smoke control Ironmongery condition Signage compliance Defects can be raised during inspection with: Severity: Critical / Major / Advisory Notes Photo evidence upload (multiple photos) Recommended action 5) Defects / Actions Workflow Defect register filtered by site/building/severity/status Status: Open / In Progress / Complete / Deferred Target rectification date Works notes + completion photos Cost capture (optional in MVP): CAPEX vs Reactive vs PPM 6) Reporting & Exports Door inspection history report Failed doors list Outstanding actions report Critical defects register Export to PDF and Excel/CSV 7) Dashboard Compliance overview by site/building Pie/summary counts (pass/fail, defects by severity, overdue actions) Non-Functional Requirements Clean, modern UI (simple and fast) Mobile responsive (inspector use on site is critical) Secure file storage for photos (with door/inspection linkage) Audit log for changes to doors/defects/inspections GDPR-aware (UK/Europe hosting preferred) Suggested Tech (Open to your recommendation) Backend: Node.js/Express or Python (FastAPI/Django) Database: PostgreSQL Frontend: React/Next.js or similar Storage: S3 compatible (AWS or similar) Deployment: UK/EU region (can be AWS/DigitalOcean/etc.) Deliverables Working deployed MVP on my hosting or yours (with handover) Source code + documentation Admin guide + short video walkthrough (optional) Basic automated backups instruction Bug fix period after delivery (e.g., 14–30 days) What to Include in Your Proposal Examples of similar systems (asset mgmt / inspections / workflows) Your recommended stack + why Your estimated timeline split into milestones Any questions/assumptions you have Fixed price per milestone (preferred) Milestones (Preferred) Database + user roles + portfolio/doors CRUD QR generation + door page + mobile layout Inspections + defect creation + photo upload Defect workflow + dashboard Reporting exports + audit log + deployment + handover
22 days ago43 proposalsRemoteSkilled IELTS Tutor Needed for Teenager
Looking for an Experienced IELTS Teacher (Secondary School Student) We are looking for a qualified and experienced IELTS teacher to provide structured online lessons for a secondary school student preparing for the IELTS exam. Student Profile: Secondary school level Intermediate English proficiency Goal: Achieve a high band score for future academic purposes Requirements: Proven experience teaching IELTS Academic or General Training Strong background in teaching teenagers (secondary school students) Ability to teach all four components: Listening Reading Writing Speaking Familiar with official IELTS marking criteria and band descriptors Ability to provide structured study plans and measurable progress tracking Experience in correcting Writing tasks with detailed feedback Conducting mock speaking tests with band estimation Qualifications: Degree in English, Linguistics, Education, or related field TESOL / CELTA / TEFL certification (preferred) Documented track record of helping students improve band scores Ability to provide sample materials or references upon request Teaching Format: Online sessions (Zoom or similar platform) 2–3 sessions per week (60–90 minutes each) Clear homework policy and structured assignments Regular progress reports Professional & Security Expectations: Professional communication at all times Respectful and age-appropriate teaching style Sessions must be recorded for quality and safety purposes No off-platform communication with the student Parent/guardian will supervise or monitor sessions To Apply, Please Include: Your IELTS teaching experience Previous student results (if available) Your proposed teaching plan Hourly rate Availability schedule We are looking for a serious, committed educator who can support the student’s academic growth with professionalism and integrity.
a month ago5 proposalsRemote3D Print design needed - Go Pro Rear Pillion Pegs Mount
IProject Title: Design a Heavy-Duty 3D Printable GoPro Mount for Motorcycle (Rear Footpeg Mount – M8 Bolts) Project Description: I need a custom 3D model designed for a heavy-duty GoPro mount that attaches to the rear footpeg mounting points on a motorcycle. This mount will be 3D printed at 100% infill, so it must be designed to be structurally strong, rigid, and capable of being tightened securely with bolts. Mounting Specifications: Mounting location: Rear footpeg bolt holes Bolt size: M8 x 45mm Distance between bolt hole centres: 2.75 inches (69.85mm) Must allow proper clearance for M8 bolts and washers Holes should be accurately spaced and aligned Design must allow bolts to be tightened firmly without cracking or deforming GoPro Attachment: Must include a standard GoPro 3-prong mounting interface (male type as shown in the image) Compatible with standard GoPro thumbscrew Should position the camera slightly outward and downward similar to the example image Solid, non-flexing design Clean, functional look (no branding or engraved writing required) Structural Requirements: Designed specifically for 100% infill printing (strength-focused) Thick base plate around bolt holes Reinforced arm between mounting plate and GoPro mount Filleted internal corners to reduce stress points No thin arms or weak sections Suitable for PETG / ABS / Nylon printing Designed to resist vibration at speed Deliverables: STL file ready for printing STEP file or Fusion 360 file (preferred for future edits) Accurate tolerances for M8 bolt clearance GoPro mount dimensions matching OEM spec Notes: Strength and vibration resistance are top priority. It must sit flush against the mounting surface. I will likely print at 100% infill for maximum strength. If you have experience designing structural motorcycle components or vibration-resistant mounts, please mention this in your proposal.
a month ago13 proposalsRemoteMobile App Developer Needed for Livestream Social Platform
Company Description Stealth Livestream Project is an early-stage startup building a next-generation mobile livestreaming platform designed to connect creators and audiences through interactive real-time experiences. Our mission is to develop a scalable social livestream ecosystem featuring virtual gifting, real-time chat, and creator monetization tools. The project is currently operating in stealth mode while we assemble a small team of experienced engineers to build the core platform. We are seeking a highly skilled developer who is passionate about building large-scale social applications and livestream technologies. Role Description This is a remote contract role for an experienced Mobile Application Developer responsible for helping build the core mobile application for a new livestream platform. The developer will design and develop scalable mobile features including: User authentication and profiles Real-time livestream video streaming Live chat and audience interaction Virtual gifting systems In-app purchase and payment integration Creator monetization tools The developer will collaborate with the founder to build the first production version of the platform, ensuring performance, scalability, and security. All development will be managed using version control to ensure transparency and proper ownership of the project. Responsibilities • Design and develop a scalable mobile livestream application • Implement real-time streaming and chat systems • Build secure authentication and user account management • Integrate payment and in-app purchase systems • Optimize performance for large numbers of concurrent users • Collaborate on system architecture and technical decisions • Maintain clean, well-documented source code Required Qualifications • Strong experience in mobile application development • Experience building apps for Android and/or iOS • Strong knowledge of Object-Oriented Programming (OOP) • Experience with real-time systems or livestream technologies • Experience with Git version control platforms such as GitHub • Strong problem-solving and debugging skills • Ability to work independently in a remote startup environment Technical Partnership Opportunity This project is an early-stage startup developing a next-generation livestream social platform. The developer selected for this project will have the opportunity to work as a long-term technical partner. The goal is to build and launch the platform together and grow it into a scalable global product. The initial development phase will begin as a project collaboration, with the possibility of long-term partnership, revenue participation, and continued development after launch. Full project details and partnership structure will be discussed with shortlisted candidates during the interview stage. All development will be managed through repositories controlled by the project owner to ensure transparency and proper project ownership. Preferred Experience Experience building or working with social platforms similar to: • TikTok • Bigo Live • Poppo Live Knowledge of: Livestream infrastructure Realtime messaging systems Payment systems Scalable backend architecture is highly valued. Important Project Conditions • All source code and intellectual property developed for this project will belong 100% to the founder and project owner. • Development will be conducted through repositories controlled by the project owner. • The project is currently in stealth mode and full details will be shared during the interview process. Why Join This Project • Opportunity to build a large-scale livestream platform from the ground up • Work on innovative social technology • Potential for long-term collaboration and growth with the project. Application Requirement To confirm that you have carefully read the project description, please start your proposal with the word “LivestreamPro”. Applications that do not include this word at the beginning of the proposal may not be considered.
7 days ago35 proposalsRemoteCOLD CALLING PROFESSIONAL
I am looking for a highly capable cold calling professional who can confidently engage CEOs in direct phone conversations. This is not entry-level telesales. You must be comfortable speaking with senior decision-makers and able to hold a composed, intelligent, executive-level tone. You should sound credible, natural, and positioned — never scripted or sales-driven. You are a strong fit if: * You have experience speaking directly with CEOs or C-level executives * You sound confident, intelligent, and composed on the phone * You understand executive positioning and tone * You are disciplined, consistent, and performance-oriented * You are comfortable operating within a structured, proven system This is professional executive outreach — not aggressive selling. WHAT I DO I am the founder of the Neuro-Based Leadership Centre in the United Kingdom (https://www.neurobasedleadershipcentre.com). I work primarily with CEOs in the tech sector, typically leading companies with £5M–£40M in annual turnover, and I have worked with businesses exceeding £250M. I deliver executive coaching focused on neurochemical decision-making patterns in leadership. When I begin working with a CEO, the engagement often expands to their C-level team and, in many cases, the wider organisation. This is structured executive positioning — not traditional sales. HOW THE SYSTEM WORKS Outreach is conducted exclusively by phone. No email marketing. You will work within an existing, tested system using: * Pipeline (CRM) * JustCall (dialer) * A curated database of 500 tech-sector CEOs (office and mobile numbers) The process: 1. You call CEOs from the qualified list I provide. 2. You invite them to complete a short online executive research assessment (under 5 minutes). View the assessment here: https://www.neurobasedleadershipcentre.com/research 3. They receive a 29-page personalised Neurochemical Patterns Report. 4. You follow up and book a complimentary 45-minute executive debrief session with me. 5. Some CEOs naturally convert into coaching clients. In a previous campaign, I personally cold-called 2,500 CEOs and secured 107 meetings, which kept my calendar full for 11 months. The system converts. In addition to individual executive programs, I now offer scalable group coaching with unlimited participants, increasing overall conversion potential. The core structure is proven and working. I welcome thoughtful optimisation, but I am not looking to redesign the framework. WHAT SUCCESS LOOKS LIKE From a database of 500 CEOs, realistic and proven performance benchmarks are: * 35–45 completed executive assessments * 20–25 booked 45-minute debrief meetings This represents a 4–5% meeting conversion rate across the full database — aligned with prior campaign performance (107 meetings from 2,500 CEOs). NEXT STEP If you believe you can operate at this level, please send your proposal for review. Before any order is placed, I require a virtual meeting. My audience is highly valuable and highly sensitive — alignment and mutual understanding are essential before moving forward. Kind regards, Tom
19 days ago13 proposalsRemoteBotoxwholesale.com product page revamp
Product Page Redesign – BotoxWholesale.com (WooCommerce) Project Overview We are looking for an experienced WooCommerce designer/developer to redesign our product pages to significantly improve conversion rate, trust and overall purchasing experience. Our customers are professional aesthetic clinics, therefore pages must feel premium, modern, clean and medically trustworthy rather than like a standard retail ecommerce store. The objective is to transform existing product pages into high-converting wholesale supplier pages that clearly communicate reliability, authenticity, fast delivery and ease of bulk ordering. A full detailed brief is attached which must be followed closely. Inspiration Websites Design direction and quality should follow modern ecommerce brands such as: pushgummies.com whoop.com cupids.com pixibeauty.co.uk/products/mist-trio collectioncosmetics.com/products/glossy-butter-balm We prefer clean layouts, rounded content sections, strong product presentation and modern user experience. Design Requirements The product page must feel structured, premium and easy to scan. Modern minimal layout Rounded boxes/cards throughout Soft shadows and consistent spacing Professional medical aesthetic Clear hierarchy of information Mobile-first responsive layout Fast loading and WooCommerce compatible All information should be displayed using structured content boxes rather than long text sections. Key Features Required Product Information Area Redesign the area beside the main product image to include delivery information, trust indicators, dispatch reassurance and secure checkout messaging. Include a visible “Order before 2PM for Next Day Delivery” badge with live countdown timer. Bulk Quantity Selection Replace the standard quantity selector with selectable quantity buttons including single purchase, multi-buy options and custom quantity entry. Small automatic bulk discounts should apply with a maximum discount of 5 percent and pricing should update dynamically. Trust and Conversion Sections Product pages must include Reviews.io verified reviews integration, clinic trust indicators, authenticity and batch assurance messaging, storage instructions, common treatment areas per product type and a supplier comparison section to increase buyer confidence. Conversion Improvements Add recommended or frequently purchased products, bundle suggestions, spend-threshold discount progress bar and stock or dispatch confidence messaging to increase average order value. Mobile Optimisation Pages must be fully responsive and include a sticky mobile add-to-cart bar with optimised layout across all devices. Goal The redesigned product pages should clearly communicate that Botox Wholesale is a trusted UK supplier offering reliable delivery, authentic medical products, professional support and easy bulk purchasing for clinics. Please review the attached full brief for complete structure, layout requirements and implementation details.
a month ago45 proposalsRemoteopportunity
Custom Contractor Management System (Replace Tradify)
Project Name: Custom Contractor Management System (Replace Tradify) Project Type: Full custom web + mobile application Overview: We are building a full contractor management system to manage engineers, subcontractors, jobs, timesheets, invoicing, GPS tracking, and reporting. The system must be scalable (currently 9 engineers, future 500+), secure, GDPR-compliant, and integrate with Sage first and Xero later. We need a freelancer (or small team) to develop both backend + frontend, mobile apps, and database according to detailed specifications. ⸻ 1️⃣ Key Features / Requirements A) Web Dashboard (Managers/Admins/Accountants) • Job management (create, assign, track status, attach files/photos) • Subcontractor management (assign jobs, track jobs, generate POs, track invoices) • Client invoice management (create, track, integrate with Sage) • Reports: Timesheets, material usage, profit analysis • Engineer live map / GPS tracking overview • Alerts: overdue invoices, missing photos, incomplete jobs • Role-based access: Admins, Managers, Accountants, Field Supervisors B) Mobile App (Engineers) • Job list (assigned / in progress) • GPS tracking (real-time + periodic, check-in/out) • Job report form: • Time on site (auto/manual) • Travel time • Materials used • Parking / fees • Findings & recommendations • Tick-box checklists • Photos (before/during/after) • Submit reports to web dashboard • Timesheet tracking + weekly summary C) Subcontractor Module • Assign jobs to subcontractors • Track job status • Generate Purchase Orders (POs) • Track subcontractor invoices (manual + CSV/XLSX upload) • Automatic reminders for due / overdue invoices • Exportable / Sage integration D) Invoicing Module • Quote → Job → Invoice workflow • Retainers / deposits • Recurring invoices • PDF export • Sage integration first → Xero later E) File Upload / Import • CSV/XLSX upload for subcontractor invoices • Validate fields, duplicates, missing info • Track manual vs file-uploaded invoices F) Reporting • Job summary, material usage, profit analysis • Timesheets & payroll export • Engineer GPS history / route playback ⸻ 2️⃣ Technical Requirements • Backend: Node.js + NestJS • Web Frontend: React + TypeScript • Mobile App: React Native (iOS + Android) • Database: PostgreSQL • Realtime cache / GPS: Redis • Hosting: AWS + Docker + CI/CD • Accounting integration: Sage first, Xero later • Notifications: Push + Email • GDPR-compliant storage and encryption ⸻ 3️⃣ Deliverables • Fully functional web dashboard • Mobile apps for engineers (iOS + Android) • Subcontractor management module (web + optional mobile) • Invoicing module with Sage integration • Timesheet + GPS tracking module • Database schema & API endpoints • File upload / import functionality • Deployment scripts (AWS / Docker / CI/CD) • Documentation (user manual + API documentation) ⸻ 4️⃣ Project Phases / Milestones Phase 1 – MVP: • Engineer mobile app (GPS + job reports + timesheets) • Web dashboard (job management + reporting) • Subcontractor module (manual + file upload invoices + POs) • Invoicing (Sage integration) Phase 2 – Optional: • Advanced reporting / analytics • Xero integration • Material stock & procurement • Client portal Phase 3 – Optional / Future: • SaaS multi-company version • AI-assisted job report summary • Fleet & asset tracking ⸻ 5️⃣ Requirements from Freelancer • Experience with Node.js, React, React Native, PostgreSQL, AWS • Experience building CRM / ERP / field service apps • Ability to design scalable architecture • Experience with API integration (Sage/Xero) • Ability to handle file uploads, CSV/XLSX imports, and validation • Strong English communication and documentation skills • Deliver code in phases/milestones • Provide full technical documentation + deployment scripts
22 days ago64 proposalsRemoteopportunity
Tidy the server from X-ransom attack
Hello, Our Wordpress website was attacked by x-ransom. We have a backup of the WP and the database dump. We have detected some corrupted files there but it seems that there are still some left that were not detected. It has to be tidy after the attack. It’s an internet shop with uploads files of around 100GB. It’s stored on a private hosting in LV. What is done do far: 1. Update WordPress Version 2. Use z’d updateSecure WP-Admin Login Credentials 3. Set Up Safelist and Blocklist for the Admin Page 4. Use Trusted WordPress Themes 5. Install SSL Certificate 6. Remove Unused WordPress Plugins and Themes 1. Enable Two-Factor Authentication for WP-Admin 2. Back Up WordPress 3. Limit Login Attempts 4. Change the WordPress Login Page URL 5. Log Idle Users Out Automatically 6. Monitor User Activity 7. Check for Malware - found several none-Wordpress specious files and plugins. Deleted them. 1. Disable PHP Error Reporting 3. Turn File Editing Off 4. Restrict Access Using the .htaccess File 5. Change the Default WordPress Database Prefix - not done 6. Disable XML-RPC 7. Hide the WordPress Version 8. Block Hotlinking - not done 9. Manage File Permissions not done After making the list, we received another x-ransome attack. I suspect he has a server level access not only wp level. If you apply, you need to be a server security and a Wordpress specialist. Please, quote for the job.
2 years ago28 proposalsRemote