Optimize Your Upwork Success for WordPress Website Projects
Discover how Vollna revolutionizes finding WordPress website freelance projects on Upwork with advanced filters, real-time alerts, and comprehensive analytics.
Signup for free
to get access to all filter attributes and instant notifications when new jobs are posted.
Setup filter
Get access to over 30+ filter attributes, setup instant notifications, integrate with your CRM and marketing tools, and more.
Start free trial
1454 projects
published for past 72 hours.
| Job Title | Budget | Published | |||
|---|---|---|---|---|---|
|
Looking for someone to redesign our WordPress website
Applied
|
not specified | 33 minutes ago |
1
|
||
|
Our website is looking pretty outdated and we’d like to give it a fresh, modern look.
We need someone who can clean up the overall layout, improve the navigation, make the sections easier to scan, and make sure everything looks good on mobile. The main focus is: Redesigning the header and hero section Improving the services and content sections Better spacing, fonts, and overall layout Making the site responsive Keeping the design clean and easy to use We’re using WordPress + Elementor, so experience with both is important. If you’ve done similar redesign work, please share a few examples. for 5 page website redesign, share your fixed price and time Client's questions:
Budget:
not specified
33 minutes ago
|
|||||
|
WordPress Website
Applied
|
$550
|
33 minutes ago |
3
|
||
|
Build a WordPress website with initial SEO implemented for an HVAC company.
The web developer/designer will be responsible for: Building the site structure and pages Define keyword map and sitemap Making a professional website design Create relevant content to the website Creating the blog section (structure only, no content) Adding the page content and keywords to each page Installing the Rank Math plugin Creating an XML sitemap and submitting it in Google Search Console Adding the proper page title and description to each page Adding proper alt text to all images Adding structured data (schema) to each page Setting up 301 redirects from every page on our current site so nothing 404s after launch Keeping our business street address off the site (footer, contact page, schema, map) Getting website loading speed under 2.5 seconds Installing Instant Indexing for new pages Installing a WhatsApp plugin or similar messaging widget, loaded so it doesn't slow the site down Embedding our BBB accreditation badge on the site
Fixed budget:
550 USD
33 minutes ago
|
|||||
|
Advanced Windows Antivirus & EDR Platform
Applied
|
not specified | 34 minutes ago |
1
|
||
|
# WINDOWS ANTIVIRUS & EDR PLATFORM
## Complete Product, Architecture and Functionality Specification ### 1. PROJECT GOAL I want to build a professional commercial Windows cybersecurity platform from the ground up, combining the capabilities of a traditional antivirus, EPP, EDR, network security, web security, email security, sandboxing, threat intelligence and automated incident response. This should not be a simple antivirus that only performs manual file scans. The goal is to create a complete security platform that continuously monitors relevant security events and automatically detects, blocks, contains and responds to threats. The core security lifecycle should be: **PREVENT → DETECT → ANALYZE → BLOCK → CONTAIN → QUARANTINE → RESPOND → RECOVER → LEARN** The primary objective is to maximize protection against known, unknown and emerging threats through multiple independent security layers. The product must not make unrealistic claims of 100% protection. Instead, it should use defense-in-depth, behavioral analysis, threat intelligence, sandboxing and multiple detection methods to maximize detection and containment. --- # 2. MAIN PLATFORM COMPONENTS The platform should eventually include: 1. Windows Endpoint Agent 2. Real-Time Protection 3. Malware Detection Engine 4. Signature Engine 5. Heuristic Engine 6. Behavioral Detection Engine 7. Anomaly Detection 8. Reputation Engine 9. Risk Scoring Engine 10. Process Monitoring 11. Memory Protection 12. Exploit Protection 13. Ransomware Protection 14. File Protection 15. Application Control 16. Identity Protection 17. Credential Protection 18. Network Protection 19. DNS Security 20. Web Protection 21. Anti-Phishing 22. Download Protection 23. Email Security 24. Attachment Analysis 25. URL Analysis 26. Sandbox 27. Threat Intelligence 28. EDR 29. Incident Response 30. Automatic Containment 31. Quarantine 32. Threat Remediation 33. Secure Update System 34. Anti-Tamper Protection 35. Integrity Monitoring 36. Cloud Backend 37. Security API 38. Device Management 39. Security Dashboard 40. Incident Center 41. Threat Center 42. Privacy Center 43. Enterprise Management 44. RBAC 45. Audit Logging 46. Security Research / Threat Intelligence Platform 47. Monitoring 48. Testing Infrastructure 49. Backup and Disaster Recovery 50. Secure Gateway / Privacy Network Functionality --- # 3. WINDOWS ENDPOINT AGENT The Windows Endpoint Agent will be the main component installed on the user's computer. It should run continuously in the background and provide real-time protection. The agent should be modular so that a failure in one component does not completely disable the security platform. Suggested structure: ```text endpoint/ agent/ realtime/ scanner/ process-monitor/ memory-monitor/ behavior/ ransomware/ exploit-protection/ network/ dns/ web/ email/ application-control/ identity/ credential-protection/ quarantine/ remediation/ updater/ anti-tamper/ integrity/ telemetry/ ``` The agent should: * Start automatically with Windows * Use minimal CPU and RAM * Monitor relevant security events * Communicate securely with the cloud * Receive signed updates * Send appropriate security telemetry * Continue providing basic protection when offline --- # 4. REAL-TIME PROTECTION The system should analyze security events in real time. Example: ```text File Downloaded ↓ File Hash ↓ Local Reputation ↓ Signature Detection ↓ Static Analysis ↓ Heuristic Analysis ↓ Behavioral Analysis ↓ Cloud Reputation ↓ Sandbox if Required ↓ Risk Engine ↓ ALLOW / WARN / BLOCK / QUARANTINE ``` Unknown files should not simply be executed on the user's computer for testing purposes. If dynamic analysis is required, it should take place inside an isolated analysis environment. --- # 5. THREATS THE PLATFORM SHOULD DETECT The platform should be designed to detect and protect against as broad a range of threats as technically possible. ### Malware * Viruses * Trojans * Worms * Spyware * Adware * Backdoors * Droppers * Downloaders * Infostealers * RATs * Botnet malware * Cryptominers * Fileless malware * Memory-resident malware ### Ransomware The platform should detect ransomware using both known indicators and behavioral detection. Potential signals include: * Unusual mass file modifications * Large numbers of document changes * Suspicious encryption-like behavior * Attempts to disable recovery mechanisms * Suspicious processes modifying protected folders * Abnormal file-system activity * Correlation with suspicious network activity The objective is to detect ransomware behavior as early as possible and prevent further damage. The system should support detection of known ransomware families such as LockBit, while also detecting ransomware behavior from previously unknown variants. ### Keyloggers The platform should detect suspicious applications attempting to monitor user input or collect sensitive information. Detection should consider: * Process behavior * Application origin * Digital signature * Reputation * Permissions * Network behavior * Correlation with other suspicious activity The system should avoid blocking legitimate applications simply because they use normal input-related APIs. ### Rootkits and Bootkits The platform should include system integrity monitoring and mechanisms for detecting suspicious modifications to system and startup components. ### RATs Remote Access Trojans should be detected through correlation of: **PROCESS + NETWORK + BEHAVIOR + REPUTATION** ### Infostealers The system should detect suspicious attempts to access protected user data, credentials or other sensitive information. ### Phishing The platform should analyze: * URLs * Domains * Reputation * Certificates * Redirects * Domain similarity * Website context * Login forms * Suspicious page characteristics ### Exploits Exploit protection should monitor suspicious process, memory and application behavior. ### Botnets and C2 The system should identify suspicious command-and-control communication using: * DNS information * Domain reputation * IP reputation * Connection patterns * Process-to-network relationships * Threat intelligence * Behavioral indicators ### Cryptominers The system should detect unauthorized cryptocurrency mining based on process behavior, application reputation and abnormal resource usage. --- # 6. DETECTION ENGINE The Detection Engine should be the central detection component. It should not rely on a single detection method. Architecture: ```text SIGNATURES + HEURISTICS + BEHAVIOR + REPUTATION + ANOMALY DETECTION + THREAT INTELLIGENCE + SANDBOX + ML / STATISTICAL ANALYSIS + CONTEXT ↓ RISK ENGINE ↓ SECURITY DECISION ``` --- # 7. SIGNATURE ENGINE The Signature Engine should detect known threats using appropriate indicators such as: * Hashes * Detection rules * File characteristics * Metadata * Known malicious patterns Signature databases must be securely updated. Updates should be cryptographically signed and validated by the endpoint before installation. --- # 8. HEURISTIC ENGINE The Heuristic Engine should help identify suspicious files that are not yet present in the signature database. It can analyze: * File structure * Metadata * Suspicious characteristics * Application behavior indicators * Combinations of suspicious properties Heuristic results should contribute to the overall risk score rather than necessarily determining the final decision alone. --- # 9. BEHAVIORAL DETECTION Behavioral Detection should be one of the most important components. The platform should analyze what applications actually do. For example: ```text Unknown Application ↓ Creates Child Process ↓ Modifies Many Files ↓ Changes System Configuration ↓ Contacts Suspicious Domain ↓ Attempts Privileged Operation ↓ High Risk ``` Individual actions may be legitimate. The combination of multiple suspicious events can indicate malicious behavior. The system should therefore create a behavioral profile for processes and applications. --- # 10. ANOMALY DETECTION The platform should identify activity that significantly differs from normal behavior. For example, if an application that normally performs simple operations suddenly begins performing unusual system, file or network activity, its risk score should increase. Anomaly detection should be an additional signal and should be carefully controlled to reduce false positives. --- # 11. RISK ENGINE The Risk Engine should combine signals from the entire platform. Example: ```text Signature Score + Heuristic Score + Behavior Score + Reputation Score + Network Score + Process Score + File Score + Sandbox Score + Threat Intelligence Score + Anomaly Score + Context ↓ FINAL RISK SCORE ``` Example scale: ```text 0–15 Safe 16–35 Low Risk 36–55 Suspicious 56–75 High Risk 76–100 Critical ``` The exact scoring model should be designed and validated by the security engineer. --- # 12. REPUTATION ENGINE Files, applications, domains and URLs should have reputation information where available. Possible data: * Hash * Age * Digital signature * Publisher * Detection history * Domain history * Infrastructure reputation Reputation should never be the only detection mechanism. A new legitimate application may naturally have little reputation data. --- # 13. CLOUD THREAT INTELLIGENCE The cloud should provide: * Indicators of compromise * File reputation * Domain reputation * IP reputation * Detection rules * Threat information * New signatures * Phishing intelligence * Malware intelligence * Security updates The endpoint should benefit from cloud intelligence while maintaining local protection when offline. --- # 14. SANDBOX Suspicious files should be analyzed in a strongly isolated environment. Example: ```text UNKNOWN FILE ↓ STATIC ANALYSIS ↓ HEURISTICS ↓ REPUTATION ↓ SUSPICIOUS? ↓ SANDBOX ↓ BEHAVIOR ANALYSIS ↓ NETWORK ANALYSIS ↓ RISK SCORE ``` The sandbox should prevent analyzed applications from accessing the user's actual system. It should collect security telemetry such as: * Process events * File events * System changes * Network events * Behavioral indicators --- # 15. PROCESS MONITORING The platform should monitor relevant processes. Possible metadata: * PID * Parent PID * Executable path * Hash * Digital signature * User * Start time * Parent-child relationships * Security events * Network connections * Risk score The platform should generate process trees. Example: ```text Browser └── Downloaded Application └── Suspicious Child Process ``` This information should be available to the EDR and Incident Center. --- # 16. MEMORY PROTECTION The system should monitor suspicious memory-related activity and process interactions. The goal is to detect behavior associated with malware and exploit activity while minimizing false positives. --- # 17. EXPLOIT PROTECTION The platform should include an exploit-protection layer. When high-risk behavior is detected, the response could be: ```text WARN ↓ BLOCK ↓ TERMINATE PROCESS ↓ CONTAIN ↓ CREATE INCIDENT ``` The exact response should depend on the confidence and severity of the detection. --- # 18. RANSOMWARE SHIELD The Ransomware Shield should protect important user data. Features should include: * Protected folders * Process monitoring * File activity monitoring * Behavioral detection * Suspicious-process blocking * Automatic containment * Quarantine * Incident creation Where technically safe and reliable, the product may support recovery mechanisms for affected data. --- # 19. APPLICATION CONTROL Applications should receive a trust classification: ```text TRUSTED KNOWN UNKNOWN SUSPICIOUS MALICIOUS ``` Users should be able to manage appropriate allow/block rules. Enterprise administrators should have centralized allowlisting and blocking policies. --- # 20. ANTI-TAMPER The platform must protect itself against attempts to disable or modify security components. Protected components should include: * Security processes * Configuration * Detection databases * Policies * Update mechanisms * Security services Administrative changes should require appropriate authorization. --- # 21. SECURE UPDATE SYSTEM Security updates are critical. Every update should: 1. Be cryptographically signed 2. Be verified 3. Be downloaded through a secure channel 4. Be integrity checked 5. Be installed safely 6. Support rollback where appropriate The update infrastructure should support: * Versioning * Staged deployment * Rollback * Integrity checking * Update logs --- # 22. NETWORK SECURITY The platform should include network protection capable of: * Monitoring security-relevant network activity * Blocking malicious destinations * Detecting suspicious connections * Detecting C2 communication * DNS protection * Network isolation * Integration with appropriate Windows networking/security controls --- # 23. DNS SECURITY DNS requests should be evaluated against: * Malicious domains * Phishing domains * C2 infrastructure * Malware infrastructure * Suspicious domains Example: ```text DNS REQUEST ↓ DOMAIN REPUTATION ↓ THREAT INTELLIGENCE ↓ ALLOW / WARN / BLOCK ``` --- # 24. WEB SECURITY Before opening a website: ```text URL ↓ DOMAIN ANALYSIS ↓ REPUTATION ↓ PHISHING ANALYSIS ↓ REDIRECT ANALYSIS ↓ RISK SCORE ↓ ALLOW / WARN / BLOCK ``` --- # 25. ANTI-PHISHING The system should detect: * Fake login pages * Suspicious domains * Lookalike domains * Malicious redirects * Credential-harvesting pages * Known phishing campaigns Warnings should clearly explain why a website was blocked. --- # 26. DOWNLOAD PROTECTION Downloaded files should be analyzed before being allowed to execute when appropriate. ```text DOWNLOAD ↓ HASH ↓ REPUTATION ↓ STATIC ANALYSIS ↓ HEURISTICS ↓ SANDBOX IF REQUIRED ↓ RISK ENGINE ``` Possible results: **ALLOW** **WARN** **BLOCK** **QUARANTINE** --- # 27. EMAIL SECURITY Email security should analyze: * Sender * Domain * SPF * DKIM * DMARC * URLs * Redirects * Attachments * Reputation * Phishing indicators The system should help users identify suspicious messages before interacting with them. --- # 28. ATTACHMENT SECURITY Attachments should go through a security pipeline: ```text ATTACHMENT ↓ HASH ↓ REPUTATION ↓ STATIC ANALYSIS ↓ HEURISTICS ↓ SANDBOX IF REQUIRED ↓ RISK SCORE ``` High-risk attachments should be blocked or quarantined. --- # 29. IDENTITY PROTECTION The platform should detect suspicious activity involving user identities and accounts. It should provide protection against: * Credential theft * Phishing * Suspicious applications * Unauthorized access attempts --- # 30. CREDENTIAL PROTECTION The system should monitor suspicious attempts by unauthorized processes to access credential-related resources. It should prioritize protection of sensitive authentication information. --- # 31. EDR EDR should collect and correlate security events. Example: ```text USER ↓ DOWNLOAD ↓ UNKNOWN FILE ↓ PROCESS START ↓ SUSPICIOUS BEHAVIOR ↓ NETWORK CONNECTION ↓ HIGH RISK ↓ PROCESS BLOCKED ↓ FILE QUARANTINED ↓ NETWORK CONTAINMENT ↓ INCIDENT CREATED ``` All related events should be presented as one security incident. --- # 32. THREAT GRAPH The dashboard should visualize relationships between: ```text USER ↓ PROCESS ↓ FILE ↓ DOMAIN ↓ IP ↓ CHILD PROCESS ↓ FILE MODIFICATIONS ``` This should help analysts understand the complete attack chain. --- # 33. INCIDENT RESPONSE The platform should support automated response levels: ```text LEVEL 0 — ALLOW LEVEL 1 — MONITOR LEVEL 2 — WARN LEVEL 3 — BLOCK LEVEL 4 — QUARANTINE LEVEL 5 — CONTAIN LEVEL 6 — NETWORK ISOLATION LEVEL 7 — REMEDIATION ``` The response should depend on confidence, severity, context and organizational policy. --- # 34. AUTOMATIC CONTAINMENT For serious incidents the platform may: * Stop suspicious processes * Block malicious files * Quarantine files * Block malicious domains * Restrict network connectivity * Isolate a device * Create an incident * Notify the user or administrator Every automated action should be logged. --- # 35. QUARANTINE Quarantine should securely isolate suspicious files. The user should not be able to accidentally execute quarantined files. The system should store: * Hash * Detection * Source * Date * Risk score * Action taken --- # 36. REMEDIATION Where technically safe, the system should be capable of: * Removing detected malware * Stopping malicious processes * Removing malicious persistence * Restoring security settings * Performing follow-up scans * Returning the system to a safer state All remediation actions must be logged. --- # 37. SECURITY DASHBOARD The interface should be modern, clean and easy to understand. Main sections: ```text HOME SECURITY SMART SCAN THREATS INCIDENT CENTER WEB NETWORK APPLICATIONS RANSOMWARE EDR IDENTITY DEVICES QUARANTINE ACTIVITY PRIVACY SECURE GATEWAY ACCOUNT SUBSCRIPTION SETTINGS ``` --- # 38. HOME SCREEN The home screen should display: * Protection Status * Security Score * Last Scan * Threats Blocked * Protected Devices * Real-Time Protection * Network Protection * Web Protection * Ransomware Protection Main action: **SMART SCAN** --- # 39. SECURITY SCORE Example: ```text PROTECTION SCORE 94 / 100 ``` The score must be based on actual security configuration and status. The system should explain what affects the score. --- # 40. THREAT CENTER Display: * Recent threats * Severity * Device * Date * Detection * Action * Current status Example: ```text CRITICAL Ransomware behavior detected Action: BLOCKED + CONTAINED ``` --- # 41. INCIDENT CENTER Every significant incident should have a detailed view containing: * What happened * When it happened * Which process was involved * Which file was involved * Which user was involved * Network activity * Why the system reacted * What actions were taken * Recommended next steps --- # 42. SMART SCAN Scan options: * Quick Scan * Full Scan * Custom Scan * Deep Scan * Startup Scan * USB Scan * Downloads Scan Scanning should be optimized to minimize unnecessary system load. --- # 43. GAMING MODE Gaming Mode should reduce unnecessary background activity while keeping critical security protections active. It should: * Reduce CPU usage * Delay non-critical scans * Schedule intensive tasks intelligently * Maintain essential real-time protection --- # 44. PERFORMANCE MODES Possible modes: ```text QUIET BALANCED MAX SECURITY GAMING ENTERPRISE ``` --- # 45. PRIVACY CENTER Users should be able to see: * What security telemetry is collected * Why it is collected * What information is sent to the cloud * Telemetry settings * Privacy-related activity The platform should follow privacy-by-design principles. --- # 46. SECURE GATEWAY / VPN An optional secure network gateway can provide: * Encrypted traffic * Secure DNS * Malicious-domain filtering * Threat intelligence * Protection on untrusted networks * Optional regional egress selection Changing the public IP or egress region should not be described as physically changing the user's location. This functionality is intended for privacy and security, not for evading law enforcement or bypassing security controls. --- # 47. CLOUD BACKEND The cloud architecture may look like: ```text ENDPOINT ↓ SECURE API ↓ API GATEWAY ↓ AUTHENTICATION ↓ DEVICE MANAGEMENT ↓ THREAT INTELLIGENCE ↓ REPUTATION ↓ DETECTION SERVICES ↓ INCIDENT SERVICE ↓ TELEMETRY ↓ UPDATE SERVICE ↓ DASHBOARD ``` --- # 48. CLOUD SERVICES Potential services: ```text api-service authentication-service device-service threat-intelligence-service reputation-service detection-service telemetry-service incident-service notification-service update-service billing-service admin-service policy-service ``` The final service architecture should be selected by the technical lead. --- # 49. DATABASE The backend should use an appropriate database architecture. Potential entities: ```text Users Organizations Devices Processes Files Detections Incidents Threats Policies Alerts QuarantineEvents NetworkEvents EmailEvents WebEvents Updates Subscriptions AuditLogs ``` --- # 50. DEVICE MANAGEMENT Each device should have: * Device ID * Operating System * Agent Version * Protection Status * Last Seen * Security Score * Risk Level * Assigned Policy * Last Incident --- # 51. ENTERPRISE MANAGEMENT Enterprise customers should have centralized administration. Roles: ```text SUPER ADMIN SECURITY ADMIN ANALYST AUDITOR VIEWER ``` Administrators should be able to manage: * Security policies * Devices * Detection levels * Application policies * Network policies * Scan schedules * Automated response --- # 52. RBAC Role-Based Access Control should restrict administrative actions. Not every user should be able to: * Change security policies * Disable protection * Isolate devices * Delete devices * View sensitive incidents * Manage accounts --- # 53. XDR A later stage can extend EDR into XDR. Potential data sources: ```text ENDPOINT WEB NETWORK DNS IDENTITY CLOUD ``` The system should correlate these signals into unified incidents. Example: ```text Phishing Email ↓ User Clicks Link ↓ Malicious Website ↓ Download ↓ Process Execution ↓ Network Connection ↓ Credential Theft Attempt ``` This should appear as one correlated incident rather than unrelated alerts. --- # 54. AI SECURITY ASSISTANT AI can be used for: * Explaining alerts * Summarizing incidents * Generating reports * Answering administrator questions * Suggesting remediation steps Critical security decisions should not depend solely on AI. Deterministic and validated security mechanisms should remain responsible for critical blocking and containment decisions. --- # 55. THREAT INTELLIGENCE PLATFORM The platform should maintain security intelligence regarding: * Malware families * Domains * Hashes * IP reputation * Phishing campaigns * Ransomware families * Indicators of compromise * Detection rules All intelligence sources should be legitimate, appropriately validated and legally usable. --- # 56. SECURITY RESEARCH LAB A separate isolated research environment can be used for: * Security research * Malware analysis * Detection development * False-positive investigation * Rule testing * Update testing This environment must remain isolated from production infrastructure. --- # 57. FALSE POSITIVE MANAGEMENT False positives are a major concern. The platform should analyze: * Detection reason * Confidence * Reputation * Behavior * Digital signature * Context The product should include mechanisms for reviewing potential false positives. --- # 58. TELEMETRY The endpoint should send only appropriate security telemetry. Potential telemetry: * Security events * Detection results * File hashes * Process metadata * Network security events * Agent health * Version information Privacy and applicable regulations must be considered throughout the architecture. --- # 59. AUDIT LOGGING Important actions should be logged. Examples: ```text User changed policy Threat blocked Device isolated File quarantined Administrator logged in Update installed Detection rule changed ``` Logs should be protected against unauthorized modification. --- # 60. SECURITY ARCHITECTURE The entire platform should follow: * Least privilege * Zero Trust * Defense in depth * Secure defaults * Encryption * Signed updates * Strong authentication * RBAC * Audit logging * Secure secret management * Secure coding practices No single component should be trusted blindly. --- # 61. REPOSITORY STRUCTURE A possible repository structure: ```text security-platform/ endpoint/ agent/ realtime/ scanner/ process-monitor/ memory-protection/ exploit-protection/ ransomware/ application-control/ identity/ credential-protection/ integrity/ anti-tamper/ updater/ telemetry/ detection-engine/ signatures/ heuristics/ behavior/ reputation/ anomaly/ ml/ risk-engine/ network/ firewall/ dns/ ids/ ips/ c2-detection/ monitoring/ isolation/ web/ url-analysis/ phishing/ safe-browser/ download-protection/ email/ sender-analysis/ spf/ dkim/ dmarc/ url-analysis/ attachment-analysis/ sandbox/ static-analysis/ behavior-analysis/ network-analysis/ cloud/ api/ authentication/ device-management/ threat-intelligence/ reputation/ telemetry/ updates/ incidents/ policies/ notifications/ enterprise/ rbac/ policies/ audit/ xdr/ gateway/ secure-tunnel/ dns/ filtering/ egress/ dashboard/ frontend/ backend/ admin-panel/ research-lab/ testing/ infrastructure/ security/ documentation/ ``` --- # 62. TECHNOLOGY The final technology stack should be selected by the lead engineer based on security, performance and maintainability requirements. Potential endpoint technologies: * Rust * C++ * Native Windows APIs * Windows security mechanisms Potential backend technologies: * Rust * Go * Java * TypeScript Potential infrastructure: * AWS * Azure * GCP * Appropriate private infrastructure Potential database: * PostgreSQL * Redis or an equivalent caching system Potential dashboard: * TypeScript * Modern frontend framework Technology selection should be justified technically rather than chosen purely for convenience. --- # 63. PERFORMANCE REQUIREMENTS The product should have minimal impact on normal computer usage. Important goals: * Low CPU usage * Low RAM usage * Fast scanning * Efficient caching * Intelligent scheduling * Minimal duplicate analysis * Prioritized security events The product should remain usable during gaming, productivity work and demanding applications. --- # 64. OFFLINE PROTECTION Basic security must continue when the endpoint has no Internet connection. The local agent should maintain: * Local detection capabilities * Local signatures * Heuristic rules * Local Risk Engine * Security policies * Essential reputation information Cloud services should enhance protection rather than being the only source of protection. --- # 65. SELF-HEALTH MONITORING The platform should monitor its own health. Examples: ```text Agent Running? Protection Enabled? Detection Database Current? Cloud Connected? Last Update? Security Services Healthy? ``` If a critical component fails, the user or administrator should be notified. --- # 66. SYSTEM INTEGRITY The platform should continuously verify the integrity of its own important components. Components include: * Endpoint Agent * Detection Engine * Security databases * Update system * Policy engine * Security services If a component becomes corrupted, the system should attempt safe recovery where possible. --- # 67. BACKUP AND DISASTER RECOVERY Cloud infrastructure should include: * Backups * Redundancy * Disaster recovery * Database replication * Monitoring A single infrastructure failure should not result in complete loss of security data. --- # 68. TESTING The project must include automated testing. Required categories: ```text UNIT TESTS INTEGRATION TESTS SYSTEM TESTS SECURITY TESTS PERFORMANCE TESTS REGRESSION TESTS FALSE POSITIVE TESTS UPDATE TESTS RECOVERY TESTS ``` --- # 69. MALWARE TESTING Testing should use controlled and legally authorized security test environments. The testing system should measure: * Detection * Blocking * Quarantine * Containment * Remediation * Logging * Recovery Production systems must never be used as uncontrolled malware-testing environments. --- # 70. RANSOMWARE TESTING Safe ransomware-behavior simulators should be used where possible. The test should verify: ```text Suspicious File Activity ↓ Behavior Detection ↓ Alert ↓ Block ↓ Containment ↓ Incident Creation ``` --- # 71. PHISHING TESTING Controlled phishing simulations should verify: ```text URL ↓ Analysis ↓ Risk Score ↓ Warning / Block ``` --- # 72. CONTINUOUS SECURITY VALIDATION The platform should continuously test: * Detection quality * False positives * Update reliability * Anti-tamper mechanisms * Recovery mechanisms * Performance * Security boundaries --- # 73. DEVELOPMENT PHASES The project should be developed incrementally. ### PHASE 1 — ARCHITECTURE Create: * Technical architecture * Threat model * Trust boundaries * Data model * API design * Endpoint architecture * Cloud architecture * Update architecture * Telemetry architecture * Security model * Testing strategy ### PHASE 2 — CORE ENDPOINT Build: * Windows Agent * Scanner * Real-Time Protection * Signature Engine * Basic Heuristics * Quarantine * Secure Updates ### PHASE 3 — ADVANCED DETECTION Add: * Behavioral Detection * Process Monitoring * Risk Engine * Reputation * Anomaly Detection * Ransomware Protection * Application Control ### PHASE 4 — NETWORK AND WEB Add: * DNS Security * Web Protection * URL Analysis * Anti-Phishing * Network Monitoring * C2 Detection ### PHASE 5 — CLOUD Add: * API * Authentication * Device Management * Threat Intelligence * Telemetry * Reputation * Incident Management ### PHASE 6 — EDR Add: * Process Trees * Threat Graph * Incident Correlation * Investigation * Automated Response * Device Isolation ### PHASE 7 — EMAIL AND SANDBOX Add: * Email Security * Attachment Analysis * Sandbox * Advanced URL Analysis ### PHASE 8 — ENTERPRISE Add: * RBAC * Central Policies * XDR * Audit * Enterprise Dashboard * Organization Management ### PHASE 9 — COMMERCIALIZATION Add: * Subscription Management * Licensing * Customer Support * Product Analytics * Documentation * Deployment infrastructure * Compliance processes --- # 74. IMPORTANT PRODUCT PRINCIPLE The objective is not to create a product that simply contains thousands of detection signatures. The objective is to create a layered security system where different technologies compensate for each other's weaknesses. For example: ```text Known Malware → Signature Modified Malware → Heuristics Unknown Malware → Behavior Highly Suspicious File → Sandbox Malicious Domain → Reputation / Threat Intelligence Suspicious Process → EDR Ransomware Behavior → Behavioral Detection + Ransomware Shield Phishing → URL + Domain + Website Analysis C2 → Network + DNS + Threat Intelligence Severe Incident → Automatic Containment + Isolation ``` --- # 75. FINAL OBJECTIVE The final product should become a professional cybersecurity platform for individual users, businesses and eventually larger organizations. The platform should combine: **ANTIVIRUS + EPP + EDR + NETWORK SECURITY + WEB SECURITY + EMAIL SECURITY + SANDBOX + THREAT INTELLIGENCE + INCIDENT RESPONSE + ENTERPRISE SECURITY** The system should be: * Secure * Fast * Reliable * Scalable * Privacy-conscious * Modular * Easy to use * Difficult to tamper with * Continuously updated * Capable of detecting both known and emerging threats The first development step should **not** be writing random code. Before development begins, I want the engineer/team to produce: 1. Detailed technical architecture 2. Threat model 3. Trust boundaries 4. Endpoint architecture 5. Detection architecture 6. Cloud architecture 7. Data model 8. API specification 9. Update architecture 10. Telemetry model 11. Security model 12. Testing strategy 13. Development roadmap 14. MVP scope 15. Estimated development time 16. Estimated budget 17. Long-term scaling plan The final goal is to build a serious, commercially viable Windows cybersecurity platform with strong layered protection and the ability to continuously evolve as new threats emerge.
Budget:
not specified
34 minutes ago
|
|||||
|
Klaviyo Specialist Needed to Build Lists, Segments & Recreate WordPress Forms
Applied
|
$12 - $35
/ hr
|
1 hour ago |
1
|
||
|
We are looking for an experienced Klaviyo specialist with WordPress and Elementor experience to help us build the foundations of our Klaviyo setup for School To Medic.
School To Medic already has a live, well-performing WordPress website built using Elementor, as well as an existing Klaviyo account. We currently use WordPress forms across the website and want to replace these with Klaviyo forms, while ensuring that our Klaviyo account is structured correctly to support future email marketing and automation. The initial project will focus on three key areas: 1. Klaviyo lists, segments and data structure We need help creating a sensible and scalable structure for our Klaviyo profiles. This will include, at a minimum, areas such as: - GCSE prospects - A-Level prospects - Medical school application prospects - Schools / businesses - Other relevant prospect or customer categories We would like the freelancer to use their expertise to advise us on the best way to further stratify and organise these audiences, including the appropriate use of lists, segments and profile properties. 2. Recreating our existing website forms in Klaviyo We have a number of existing WordPress forms which will be used as the basis for the new Klaviyo forms. The freelancer will need to recreate these forms in Klaviyo, ensuring that they: - Match the existing School To Medic website visually - Capture the correct information - Feed the correct information into Klaviyo profiles - Add contacts to the appropriate lists/segments - Use the appropriate profile properties - Have the correct confirmation/success messages - Handle any relevant redirects or next steps - Work correctly when implemented on our WordPress/Elementor website This is therefore not simply a form-design task. We need someone who understands the relationship between the front-end form, data capture, Klaviyo profiles, lists, segments and future automation. Testing the complete process will also be an important part of the work. 3. Email flows and automation Once the foundational setup and forms are working correctly, we would like to move on to automated email flows. We already have ideas for the automated emails and customer journeys we would like to develop. We would like to discuss these with the successful freelancer, use their expertise to refine the strategy, and then build these flows as a second stage of the project. There are currently no contacts or subscribers that need to be migrated, and there are no additional third-party integrations required. How we'd like to work An important part of this project is that we are looking for someone who is willing to work collaboratively with me rather than simply completing the work independently and handing it over. We would prefer someone who can work broadly within UK working hours. I would like to spend time with the freelancer on calls while they work through parts of the setup, where appropriate. I want them to walk me through what they are doing, explain their decisions, and discuss the different deliverables with me as we go. This is important because I want to understand the Klaviyo setup myself, make sure we are aligned on the structure and strategy, and be involved in the decision-making rather than simply receiving a finished system. We therefore value someone who is communicative, collaborative, patient and comfortable explaining their work. We're looking for someone who can bring their own expertise and recommendations to the project, while working closely with us to ensure the final setup is exactly right for School To Medic. There is potential for ongoing work beyond the initial setup, particularly around email flows and further Klaviyo automation.
Hourly rate:
12 - 35 USD
1 hour ago
|
|||||
|
Web Designer Needed to Build Content Creator Site on Hostinger (WordPress + Animated Hotel Media)
Applied
|
not specified | 2 hours ago |
3
|
||
|
Job Title
Web Designer Needed to Build Content Creator Site on Hostinger (WordPress + Animated Hotel Media) Job Description I am a content creator looking to launch my very first website, and I need a talented freelancer to build it from scratch. I already have my domain and hosting secured through Hostinger, so we are ready to begin immediately. Because this is my first website, I do not have a set budget and am looking for competitive bids and advice on the best execution. Due to my specific media requirements, I prefer to build this on WordPress (via Hostinger) rather than a basic AI builder. Project Scope * Website Build on Hostinger (WordPress): Set up a responsive, fast-loading website optimized for a content creator. * Animated Hotel Photography: The primary visuals on the site will be high-resolution still photos supplied via the Leonardo Media Library for hotels. You will need to implement web-based animations for these main images (such as subtle panning/Ken Burns effects, smooth fade transitions, or elegant hover effects) to give the site a dynamic, premium luxury feel. * Social Media & Affiliate Integration: Embed my live Facebook and Instagram feeds, and set up clear, user-friendly areas where I can easily paste affiliate links. * YouTube Video Integration: Coordinate briefly with my YouTube video editor to ensure our videos are embedded properly and displayed beautifully on the site. * Easy Content Management: The backend must be user-friendly so I can regularly swap photos, write stories, and update video links myself without needing to touch code. Requirements * Strong experience building custom, high-performance websites on WordPress via Hostinger. * Proven skill in implementing smooth web animations (CSS, Elementor Pro, or GSAP) that do not ruin mobile page load speeds. * Experience integrating social media feeds, YouTube videos, and affiliate layouts. * Patience and clear communication with a website beginner. * Willingness to provide a brief screen-share or short video walk through showing me how to swap photos and add stories myself at handover. To Apply Please share 2 or 3 examples of websites you have built that feature smooth image animations or luxury layouts. In your proposal, please provide a price quote (fixed price or hourly estimate) for this setup and briefly outline which tools/plugins you would use to animate the Leonardo still photos safely.
Budget:
not specified
2 hours ago
|
|||||
|
PHP Update for WordPress Site
Applied
|
~27 - 338 USD
|
3 hours ago |
-
|
||
|
I have a wordpress website and the dashboard says: You cannot update because WordPress 7.1 requires PHP version 7.4 or higher. You are running version 5.6.40. My hosting provider says my website is up to date on 8.4. Looking for a developer to fix this and take a look for any other updating etc as I am not a technical person.
Skills: PHP, Website Design, WordPress, HTML, Web Hosting, WordPress Design, WordPress Plugin, Website Development
Fixed budget:
20 - 250 GBP
3 hours ago
|
|||||
|
DNS, Porkbun, Hostinger, Google Workspace Migration Specialist Needed
Applied
|
$100
|
3 hours ago |
1
|
||
|
DNS, Hostinger, Porkbun & Google Workspace Migration Specialist Needed
I need an experienced specialist to safely complete the final stages of a website and email migration for a small photography business. This is NOT a website design job. The website has already been migrated from InMotion Hosting to Hostinger and is currently being tested. I need someone specifically experienced with DNS, nameservers, cPanel/hPanel, Google Workspace, email migration, and domain configuration. CURRENT SETUP Domain registrar: Porkbun Current/old hosting: InMotion Hosting New website hosting: Hostinger Current email: InMotion/cPanel New email: Google Workspace Website: brightfocusphotography.com The main goal is to complete the transition safely without losing website functionality, email, contact forms, or existing messages. SCOPE OF WORK 1. Review and document the current DNS configuration before making any changes. 2. Verify that the migrated Hostinger website is configured correctly and ready for the live cutover. 3. Preserve InMotion as a temporary rollback/fallback until I confirm everything is working properly. 4. Point brightfocusphotography.com correctly to Hostinger. 5. After DNS propagation, verify that: * Website loads correctly * SSL/HTTPS works * Main pages and galleries work * Contact forms work * Cloudflare/Turnstile works correctly * There are no broken links or obvious migration errors 6. Set up Google Workspace for the primary business domain. The initial setup will include: * One primary owner/admin mailbox * One separate shared business mailbox for an assistant The assistant mailbox must remain separate from the owner’s personal/business mailbox. 7. Migrate existing InMotion email into Google Workspace without deleting the old InMotion mailboxes until the migration is confirmed complete. 8. Configure and verify all required email DNS records, including: * MX * SPF * DKIM * DMARC * Any required TXT or CNAME records 9. Add and configure additional business domains and aliases as needed. 10. Configure Gmail aliases, labels, and filters so messages sent to different business addresses can be easily identified and organized. 11. Test sending and receiving for all important email addresses. 12. Confirm that everything is functioning properly before any old services are removed. IMPORTANT RULES * Do NOT cancel InMotion Hosting. * Do NOT delete old email accounts or messages. * Do NOT delete DNS records without first documenting the current configuration. * Do NOT make major or irreversible changes without my approval. * Preserve a rollback path until the website and email migration have been fully tested. * I want the work performed carefully and methodically, not rushed. REQUIRED EXPERIENCE Please apply only if you have hands-on experience with: * DNS and nameserver migrations * Porkbun * Hostinger / hPanel * InMotion Hosting / cPanel * Google Workspace administration * IMAP/email migration * MX, SPF, DKIM, and DMARC * WordPress migrations * SSL * Cloudflare/Turnstile troubleshooting WHEN APPLYING, PLEASE ANSWER THESE QUESTIONS DIRECTLY 1. Have you personally migrated a WordPress website from one hosting provider to another while preserving email at a different provider? 2. Have you personally configured Google Workspace with MX, SPF, DKIM, and DMARC? 3. Have you worked with Hostinger, Porkbun, and InMotion/cPanel? Please specify which ones. 4. How would you minimize the risk of website or email downtime during this migration? 5. What would you back up or document before changing nameservers or DNS records? 6. Approximately how many hours do you expect this project to require? Please do not send a generic SEO or WordPress development proposal. I am specifically looking for someone experienced with DNS, hosting migration, and Google Workspace email configuration. I am open to either hourly or fixed-price proposals, but I value careful execution, relevant experience, and communication more than simply choosing the lowest bid.
Fixed budget:
100 USD
3 hours ago
|
|||||
|
WordPress Designer for Blog Website Completion
Applied
|
$200 - $400
|
5 hours ago |
-
|
||
|
Freelance WordPress Designer Needed to Complete Blog Website
I’m looking for an experienced WordPress developer/designer to complete and polish my blog website: Glowaura.cyou. I have already started the website using WordPress CMS, so this is primarily a completion, customization, and optimization project, rather than building everything from scratch. Project Requirements Review the existing WordPress website and understand the work already completed. Complete the website’s overall design and layout. Create a clean, modern, professional, and visually appealing blog design. Ensure the website is fully responsive on desktop, tablet, and mobile. Improve navigation, menus, categories, widgets, headers, footers, and other relevant site elements. Set up and properly format the blog/article pages and templates. Optimize typography, spacing, colors, images, and overall visual consistency. Configure essential WordPress settings and plugins where necessary. Ensure basic SEO, site speed, security, and mobile-friendliness best practices. Make sure all pages and links work correctly. Ensure the website is easy for me to maintain and publish new articles on after completion. Fix any existing design, layout, or technical issues you identify. Ideal Freelancer I’m looking for someone with: Strong WordPress development and customization experience. Good UI/UX and web-design skills. Experience building and optimizing content/blog websites. Knowledge of responsive design, SEO, performance optimization, and WordPress plugins. Ability to work with an existing WordPress installation rather than insisting on starting over. Good communication and attention to detail. Deliverables A complete, polished, functional, responsive WordPress blog website that is ready for publishing content and presenting professionally to visitors. Please include examples of WordPress/blog websites you have built or customized in your proposal. Also briefly describe how you would approach taking an existing partially completed WordPress site and turning it into a finished website. Skills: PHP, Website Design, SEO, WordPress, HTML, Blog Design, Website Optimization, WordPress Design, Web Design, Website Development
Fixed budget:
200 - 400 USD
5 hours ago
|
|||||
|
To fix a wordpress website issue
Applied
|
$5
|
6 hours ago |
5
|
||
|
One of the website page is suddenly showing Bad gateway. Other pages are working. It must be data issue. To be checked
Fixed budget:
5 USD
6 hours ago
|
|||||
|
Responsive WordPress Booking Site
Applied
|
not specified | 8 hours ago |
1
|
||
|
We need a developer to build a responsive WordPress website for a wellness business, including a booking system and payment functionality. The site should be mobile-friendly, easy to navigate, and designed for a clean, professional user experience. You will help set up the booking flow, integrate payment processing, and ensure the site works smoothly across devices. Experience creating practical, user-focused websites for service-based businesses is important for this project.
Budget:
not specified
8 hours ago
|
|||||
|
WordPress Website Redesign for New Zealand Financial Advice Business
Applied
|
$12 - $30
/ hr
|
9 hours ago |
1
|
||
|
We’re looking for an experienced WordPress designer/developer to redesign and refresh an existing website for a New Zealand financial advice business.
The current website is live and functional, but it needs a significant visual and UX update to make it feel more modern, professional, trustworthy and easier to navigate. The marketing strategy, website direction and core content will be provided. We are looking for someone who can take that direction and turn it into a polished, high-quality WordPress website. Scope of work Redesign the existing WordPress website Improve the overall visual design and user experience Refresh the homepage and key service pages Improve navigation and page structure Update team/adviser sections Improve calls-to-action throughout the website Ensure enquiry/contact forms work correctly Create a strong mobile-responsive experience Improve spacing, typography and visual hierarchy Optimise general website performance Ensure basic on-page SEO structure is in place Maintain or redirect existing URLs where required Make the website easy for our marketing team to update going forward We will provide the content, imagery, website strategy and creative direction. What we're looking for Ideally, you have: Strong WordPress experience Excellent website design skills, not just development skills Experience with service-based or professional businesses Strong understanding of mobile-first design A good eye for clean, modern layouts Good communication and ability to follow a clear creative direction Experience with financial services, insurance or professional services would be an advantage. When applying Please include: 3–5 examples of WordPress websites you have designed or developed Whether you handle both design and development Your estimated timeframe Your fixed-price estimate What WordPress builder/framework you recommend using Please start your application with “WordPress” so I know you have read the full brief. Contact me and I will send through the current website so you can review it before providing your proposal. We are looking for a website that feels modern, premium, clear and trustworthy — not like a generic financial-services template.
Hourly rate:
12 - 30 USD
9 hours ago
|
|||||
|
9/12/26 Refined WordPress + Elementor build for luxury artisan brand website from supplied prototype
Applied
|
$800
|
10 hours ago |
3
|
||
|
A passion for Hawaiian culture and a deep respect for traditional Native bone carving are at the heart of this project. This first limited series of makau (Hawaiian hooks) is being created as both artifact and adornment, with additional series to follow. The website should reflect this by speaking to discerning collectors who cherish rare, meaningful pieces meant to be both displayed and worn.
Project Title Refined WordPress + Elementor build for luxury artisan brand website (from supplied prototype) Project Overview Noho 'ana is seeking a developer with strong visual restraint and good design judgment to build a polished WordPress website using Elementor, based on an existing prototype, current assets, and supplied content. This is not a mass‑market sales site or a complex web app. The site is intended primarily as a credibility, verification, and presentation platform for the Noho 'ana brand, the Arc of Life collection, and the artisan story behind the work. It should feel elegant, calm, image‑aware, and culturally respectful rather than loud, salesy, or overdesigned. The ideal developer understands how to execute a refined design without adding unnecessary effects, clutter, or generic template styling. Platform Requirement This project must be built in WordPress with Elementor, as those services are already in place and paid for. Please do not propose a rebuild in another platform unless there is a very compelling reason. Project Goal Turn an existing prototype/mockup into a working website that: establishes legitimacy and trust for Noho 'ana presents Arc of Life in a collector‑appropriate and visually polished way communicates the artisan/story component with clarity and care works well on desktop and mobile includes basic technical SEO foundations without requiring a full SEO/marketing engagement includes presentation of the five accompanying documentation cards (each card has printed content on both front and back, and the final site should allow visitors to view both sides of all five cards; this requirement is not fully reflected in the earlier HTML prototype and should be included in the final WordPress/Elementor build) What Will Be Provided The selected developer will receive: existing HTML prototype/reference current copy and brand text (locked/approved language) logo reference files product imagery and placeholder imagery direction on page structure and visual tone access to the existing WordPress / Elementor environment Some assets may be refined or replaced after hiring, so the site should be built in a way that allows straightforward content and image updates. Access and Workflow The website already exists within WordPress / Elementor. Developer access will be provided through a separate WordPress admin account, not through a personal master login. A staging or otherwise careful workflow is preferred before changes are pushed live. Scope of Work Requested scope includes: build the site in WordPress using Elementor translate the supplied prototype/design direction into a live site create a responsive layout for desktop and mobile implement clean typography, spacing, and elegant image presentation build core pages/sections such as homepage, brand/about content, collection/story content, and contact or inquiry section work with supplied assets and placeholders where final assets are not yet fully locked set up basic contact/inquiry functionality implement basic technical SEO setup, including editable page titles, meta descriptions, heading structure, alt‑text support, and sitemap/indexing readiness build a documentation/presentation section for the five accompanying cards, allowing visitors to view all ten printed sides (five cards, front and back) in a clean, collector‑appropriate format leave the finished site organized enough for later updating Design Expectations This project requires taste. The right person should be able to build something that feels: refined rather than flashy premium rather than generic restrained rather than overloaded visually respectful of artisan work and storytelling Please do not apply if your default style leans heavily on generic templates, excessive motion, oversized effects, or busy commercial design language. Best Fit This project is best suited to a developer who has experience with one or more of the following: luxury product websites artisan or maker brands gallery, jewelry, or collectible presentation editorially styled brand sites thoughtful WordPress / Elementor builds that do not look templated A good eye matters here as much as technical competence. Deliverables Please include in your work: completed responsive WordPress + Elementor website build implementation of supplied design direction organized page structure and reusable editing setup basic technical on‑page SEO foundation contact/inquiry mechanism clear handoff for future updates and content/image changes visible, usable presentation of the five documentation cards (front and back) Budget Target budget: $800 to $1,000 for a realistic Phase 1 build. Please explain clearly what can be completed within that range. If you believe certain refinements should be deferred to a later Phase 2, please identify that specifically rather than overpromising. To Include in Proposal Please respond with: 2 to 4 examples of relevant WordPress / Elementor work (ideally product, gallery, jewelry, or artisan/collector sites) a brief note on why your style is a fit for this project what you would include within the stated budget your estimated timeline whether you prefer working on staging or directly in WordPress with checkpoints any questions you would want clarified before starting Prototype Reference (sample HTML structure) A current HTML prototype of the site structure and content will be provided as a reference after initial screening. It is there to show layout, copy, and general direction; it is for context, not for direct copy‑paste. The final WordPress/Elementor build should respect the structure and language of the prototype while also incorporating requirements not fully represented there, including the full two‑sided presentation of the five documentation cards. noho‑ana‑web‑prototype‑1.html
Fixed budget:
800 USD
10 hours ago
|
|||||
|
Online Presenter for Online University
Applied
|
$20 - $49
/ hr
|
10 hours ago |
5
|
||
|
We’re seeking an online presenter to deliver engaging live sessions for an online university. The role involves presenting course content clearly, interacting with students, and helping create a dynamic learning environment. You should be comfortable speaking confidently on camera, managing live sessions, and supporting student engagement. Experience with online education or virtual presentations is a plus. This is a part-time opportunity for someone who can communicate effectively and keep students engaged throughout the session.
We are looking for presenters who can do more than explain theory. The selected professionals must be able to demonstrate tools, present realistic examples, guide students through practical exercises, and help learners produce portfolio projects that can support their professional development. We are currently recruiting professionals in one or more of the following areas: Artificial Intelligence and Office Automation Prompt Engineering and Generative AI No-Code Business Automation Excel, Power Query and Power BI Data Analytics and Business Intelligence Project Management and Agile Coordination CRM and Sales Operations WordPress Website Management Shopify, WooCommerce and E-Commerce Digital Marketing and Online Advertising Search Engine Optimization Software Quality Assurance and Manual Testing Cloud Computing and Technical Support Bookkeeping, QuickBooks and Excel Supply Chain, Procurement and Logistics Technical Writing and Documentation Social Media and Digital Content Creation Video Editing and Digital Production Client's questions:
Hourly rate:
20 - 49 USD
10 hours ago
|
|||||
|
Website development
Applied
|
$70
|
11 hours ago |
1
|
||
|
WordPress Website Developer Needed – Website Updates & Improvements
We are looking for an experienced WordPress website developer to make a number of updates and improvements to an existing event/ticketing website. This is a short-term project expected to take approximately 3–4 days. The developer should be able to work efficiently, follow the provided specifications, and ensure all requested changes are completed correctly. Scope of Work The selected developer will be responsible for the following: * Update the website logo across the header, footer, and all website pages. * Create and add policy pages, including: * Privacy Policy * Terms & Conditions * Refund Policy * Add links to the policy pages in the website footer. * Create a My Tickets login page for registered users. * Add the My Tickets login link to the website header, positioned before the Cart page. * Update and maintain the header and footer across all pages, including pages such as the Single Event page and Cart page. * Replace existing images marked with Copyright © with relevant AI-generated images. * Apply a consistent black, red, and white colour theme throughout the website. * Reduce the gap between the header and event section on the Single Event page. * Configure the form plugin for the contact form and subscription functionality. * Design and implement a rotating banner on the homepage featuring major cities/locations across Australia, including examples such as: * Sydney * Melbourne * Gold Coast * Queensland * Canberra * Cairns * Other major Australian cities Project Duration Estimated timeframe: 3–4 days The files of the policies are given below!
Fixed budget:
70 USD
11 hours ago
|
|||||
|
Wordpress Website Page Editor
Applied
|
$10 - $25
/ hr
|
12 hours ago |
1
|
||
|
I have an existing wordpress astra theme based website, the first immediate need is to prepare a mobile-first landing page built directly on my WordPress site optimized for google ads campaign.
The landing page must match the visual identity, typography, colors, header/footer style, and voice of my existing live website. What You Will Build A single, responsive landing page targeting California employees searching for an employment lawyer (retaliation, wrongful termination, discrimination, harassment, and wage issues). Key Elements Needed on the Page: Hero section: Above-the-fold H1 stating employee-side focus (e.g., "California Employment Attorney for Employees Who Have Been Wronged"), tap-to-call button, and a "Free Consultation" CTA. Immediate qualification bar: Clear statement that we represent employees only (not employers), and handle California matters statewide Core practice areas: Clean cards or visual grid for retaliation, wrongful termination, disability/medical leave, harassment, discrimination, and wage claims. Attorney profile snippet: Brief highlight of managing attorney's background Social proof & disclaimers: Client testimonials styled seamlessly. Streamlined intake form: Clean, low-friction consultation form (Name, Phone, Email, Brief Description, preferred contact method) Technical & Tracking Deliverables WordPress build: Built cleanly using my site's existing theme/page builder (no bloated unnecessary plugins). Speed & mobile optimization: fast mobile load time, properly sized assets, tap-to-call functionality. Conversion tracking QA: Set up and test the Google Tag / GTM conversion event for Form Submissions (thank-you page or event fire) and Click-to-Call clicks. Client's questions:
Hourly rate:
10 - 25 USD
12 hours ago
|
|||||
|
Shopify Developer Chicago AND Amazon Listing Specialist in Chicago
Applied
|
not specified | 12 hours ago |
3
|
||
|
- Build a simple Shopify or WordPress website
- Set up monthly automated customer emails (Klaviyo or Mailchimp) - Create Amazon A+ Content and Brand Story modules using my existing professional photos - Complete Amazon listing optimization — copy, backend keywords, and compliance-safe charity language Client's questions:
Budget:
not specified
12 hours ago
|
|||||
|
WordPress Website Designer/Developer for Wellness Business
Applied
|
$1,000
|
14 hours ago |
3
|
||
|
We are seeking an experienced WordPress website designer or developer to create a modern, clean, and elegant site for Ella Wellness Boutique in Florida. Our services include IV therapy, weight loss, peptide therapy, lab testing, and other wellness offerings. The site should include home, about us, services, contact, online appointment booking, and online payment integration, with the option to pay a deposit or full amount at booking. It must be mobile-friendly, fast, secure, and include basic Google SEO setup. We also need a site that is easy for us to manage ourselves, with the ability to update prices, services, photos, and text independently. Future scalability for memberships, packages, gift cards, and promotions is important. Please include your total price, estimated timeline, examples of similar projects, recommended booking and payment systems, whether all plugins and licenses are included, and any ongoing costs after launch.
Fixed budget:
1,000 USD
14 hours ago
|
|||||
|
Shopify Developer Chicago AND Amazon Listing Specialist in Chicago
Applied
|
not specified | 15 hours ago |
1
|
||
|
- Build a simple Shopify or WordPress website
- Set up monthly automated customer emails (Klaviyo or Mailchimp) - Create Amazon A+ Content and Brand Story modules using my existing professional photos - Complete Amazon listing optimization — copy, backend keywords, and compliance-safe charity language
Budget:
not specified
15 hours ago
|
|||||
|
Expert Microsoft Power Automate Developer Needed for GoDaddy/WordPress Logistics Integration
Applied
|
$100
|
16 hours ago |
3
|
||
|
I am launching an asset-light waste coordination platform using a GoDaddy-hosted WordPress website and a Microsoft 365 Business ecosystem.I need an expert cloud automation engineer to build a real-time, automated backend logistics engine using Microsoft Power Automate, Microsoft Lists, OneDrive for Business, and the GoDaddy Payments API.The system must run 100% in the background via automated webhooks, cloud triggers, and financial APIs. My goal is to be entirely hands-off from administrative tasks, data entry, compliance paperwork, and routine customer/carrier communications so I can focus entirely on marketing and SEO.
Core Project Requirements & DeliverablesFlow 1: Webhook Customer Intake to Regional Carrier DispatchTrigger: Customer submits a clear-out request form on my WordPress website (enforcing mandatory image/video file uploads and distinct [Address] and [Postcode] text fields).Action 1 (Instant Email Auto-Responder): Parse the incoming client email address and fire an automated HTML confirmation email instantly: "We have received your clear-out request and photos. Our dispatch engine is currently checking live availability and negotiating a live price with our vetted local carrier network in your area. Your secure payment link will arrive via text and email within 5 minutes."Action 2 (Spreadsheet Logging): Catch the data payload via an HTTP Webhook and create a new tracking row in a Microsoft List spreadsheet called WasteTab Bookings (Status set to "NEW ENQUIRY").Action 3 (Photo Management): Stream the uploaded images/videos into a structured OneDrive for Business folder (/WasteTab/Job_Photos/[Job_ID]) and generate a public, view-only sharing link inside the Microsoft List.Action 4 (Smart Regional Filter & Dispatch): Read the isolated Postcode area, cross-reference my active carrier database, filter out incompatible haulers, and push a formatted alert text (containing the details and the OneDrive photo link) to a corresponding regional Microsoft Teams channel or WhatsApp gateway link (e.g., Twilio).Flow 2: Carrier Bidding & Smart SelectionTrigger: A carrier clicks the alert link and submits a short Microsoft Form containing: Company Name, Bid Price (£), and Earliest Arrival Time.Action: Power Automate must catch this submission, locate the matching Job ID row in WasteTab Bookings, drop the carrier's name and bid value live onto my screen, and lock onto the first acceptable quote to close the auction.Flow 3: One-Click Markup & GoDaddy Payment Link GenerationTrigger: I review incoming carrier bids on my Microsoft List and change a dropdown column status to "Send Quote".Action 1 (Fee Calculation): The flow must automatically calculate a 25–30% markup on top of the carrier's bid, and then apply a dynamic financial "gross-up" calculation to add GoDaddy's online payment processing fee (2.3% + 30p) entirely on top of the subtotal. My profit margin must remain completely untouched by transaction costs.Action 2 (GoDaddy Link & Delivery): Call the GoDaddy Payments API to dynamically generate an Authorization-Hold Pay Link for that exact calculated total, and instantly text and email that link straight to the customer's device. Change spreadsheet row tracking status to "QUOTE SENT".Flow 4: Post-Payment Dispatch & On-Site Completion LoopTrigger 4A (Payment Held): The customer inputs card details/Apple Pay. GoDaddy confirms the Authorization Hold.Action: Keep the customer's exact street address hidden from carriers until this step. Change the list row status to "BOOKED" and instantly text a Job Ticket straight to the winning carrier's phone containing the full address, contact number, access instructions, and the time slot.Trigger 4B (Site Completion): The carrier completes the clear-out, opens their WasteTab tracking link, and uploads Before & After photos.Action 1: Capture the completion images, attach them to the spreadsheet row, and trigger the GoDaddy Payment Capture step to finalize the funds into the bank account.Action 2 (Auto-Bookkeeping Ledger): Automatically track financial data in columns on the spreadsheet: Gross Revenue (what the client paid), Carrier Payout (what we owe the driver), and Net Profit (Revenue minus Payout) to maintain a live digital bookkeeping ledger.Action 3 (Dynamic WTN): Compile the transaction variables (Postcode, Carrier License, Waste Type) into a compliant digital UK Waste Transfer Note (WTN) PDF template [gov_uk_digital_waste_tracking]. Email a final closeout message to the property manager showing the Before & After photos with the legal WTN PDF attached as a permanent download [gov_uk_digital_waste_tracking]. Set row status to "COMPLETED".Emergency Operational Safety Valves (Required Exceptions)On-Site Excess Waste Surcharge (The Profit Protector): Create a 'Materially Different / More Waste' trigger inside the carrier's job ticket interface. Activating this must require the carrier to upload a photo of the extra waste before loading. The system must instantly pause the current workflow, calculate a standardized excess surcharge fee, call the GoDaddy API for a supplementary payment link, and text it directly to the customer. Implement a strict 10-minute automated countdown timer to clear the payment or decline the extra work.Carrier Breakdown Re-Auction: If a driver hits an emergency "Breakdown" button in their portal: instantly fire an automated apology text to the client, clone the job data to launch a priority re-auction to find a replacement driver within a day, and fire a high-priority SMS or push notification alert straight to my personal mobile phone.Customer Service & Dispute Loop: If a customer submits a complaint on our website /support form: instantly log the details into a separate spreadsheet tab named WasteTab Disputes, lock the carrier's payout status column to "On Hold", fire an automated message to the customer confirming an active investigation, and text the assigned carrier a demand to upload their on-site photographic evidence via a secure link within 24 hours.Late Cancellation Penalty: If a client requests a cancellation inside their user portal with less than 24 hours notice, calculate a fixed late-fee penalty and automatically capture it directly from the active GoDaddy card authorisation hold.
Fixed budget:
100 USD
16 hours ago
|
|||||
|
WordPress Website for Facility Services Company
Applied
|
$30 - $250
|
16 hours ago |
-
|
||
|
We are looking for an experienced WordPress and Elementor Pro designer to create a professional, modern, and mobile-friendly website for Respalcorp Services, a property and facility services company based in Orlando, Florida.
Our primary services include: * Commercial janitorial services * Carpet cleaning * Water damage mitigation * Property and facility maintenance * Minor repairs * Emergency response services The domain, hosting, WordPress, and Elementor Pro are already available. We will also provide our logo and company information. Required Pages: 1. Home 2. About Us 3. Janitorial Services 4. Carpet Cleaning 5. Water Damage Mitigation 6. Property & Facility Maintenance 7. Service Areas 8. Contact Us Website Requirements: * Professional, technical, and industrial design * Responsive design for desktop, tablet, and mobile * Built with WordPress and Elementor Pro * Fast-loading and SEO-friendly structure * Click-to-call emergency button * “Request a Free Quote” form for janitorial services * “Emergency Water Damage Assistance” form * Contact forms connected to our company email * Google Maps integration * Social media links * Testimonials section * Certifications and insurance section * Basic local SEO for Orlando and Central Florida * Google Analytics setup * Basic security and spam protection * Easy for our team to update after completion We would also like the website prepared for a future CRM integration, such as HubSpot, and capable of tracking leads submitted through the website. Ideal Freelancer: * Experienced with WordPress and Elementor Pro * Experience designing websites for janitorial, restoration, construction, or facility service companies * Strong understanding of lead-generation websites * Able to write or improve professional English website content * Familiar with local SEO and Google Business integration * Available to provide revisions and post-launch support Please include: * Examples of similar websites you have created * Estimated completion time * Fixed project price * Number of revisions included * Confirmation that the website will be fully editable in Elementor Pro * Details about any support provided after launch The final website must be professional, trustworthy, easy to navigate, and designed to generate commercial janitorial contracts and emergency water mitigation leads. Skills: PHP, Website Design, Graphic Design, SEO, HTML, Website Optimization, Elementor, Web Design
Fixed budget:
30 - 250 USD
16 hours ago
|
|||||
|
Senior Technical Digital Marketing & Growth Expert – Google Ads, SEO, Web Development & CRO
Applied
|
$40 - $120
/ hr
|
18 hours ago |
1
|
||
|
We are an established, high-volume mobile tyre fitting company operating across London, the M25 and surrounding areas. We have been operating for many years and have built a substantial business, with a large mobile operation and significant daily job volumes.
We are looking for an exceptionally experienced, hands-on Senior Technical Digital Marketing & Growth Expert to work with us on a long-term basis and help take responsibility for improving our overall digital performance. This is NOT a standard Google Ads management role. ABOUT OUR SITUATION Our business operates in a highly competitive, immediate-response market. A large proportion of our customers find us through Google when they are stranded roadside, have a puncture or urgently require a mobile tyre fitter. Google Search and Google Ads are therefore extremely important to our business. Over recent years, our market has changed significantly. Competition on Google has increased, more companies are advertising, CPCs have risen considerably and maintaining strong visibility has become increasingly expensive. We are facing the classic problem where increasing bids can maintain or improve visibility but can make customer acquisition too expensive, while reducing bids can significantly reduce calls and jobs. We already have an experienced member of our team who has worked with our business for approximately 10 years and understands our market and Google Ads account extremely well. We have also previously worked with external digital specialists. Therefore, we are NOT looking for somebody to simply take over an account, make basic optimisations and send us monthly reports. We are looking for someone genuinely senior who can look at the entire digital operation with fresh eyes, challenge existing thinking where necessary, identify opportunities that may have been missed and work alongside our existing team to develop and implement a stronger strategy. WHO WE ARE LOOKING FOR We ideally want someone with 10+ years of serious digital/performance marketing experience. Your strongest area should be Google Ads / paid search and performance marketing, but we specifically want a multi-skilled individual with strong technical knowledge across the wider digital operation. You should have strong experience in several of the following: • Advanced Google Ads / PPC • Google Search and high-intent lead generation • Competitive PPC strategy and bidding • Auction Insights, impression share and competitor analysis • Search terms, match types, negatives and campaign structure • Geographic, device and time-of-day optimisation • Conversion and call tracking • GA4 • Google Tag Manager • Google Search Console • Conversion Rate Optimisation (CRO) • Landing page strategy and optimisation • SEO • Technical SEO • Local SEO / Google Business Profile • Website design and development • WordPress • Website speed / Core Web Vitals • HTML / CSS / JavaScript • PHP or other programming knowledge is an advantage • APIs, integrations and automation • Data analysis and attribution • Competitor intelligence tools such as Semrush / Ahrefs • AI and modern digital marketing/automation tools You do not need to be a world-class software engineer. However, we strongly prefer somebody technically capable who understands websites and development properly, can personally make or implement many changes and can communicate effectively with developers when more specialist programming work is required. GOOGLE ADS EXPERIENCE IS CRITICAL Google is currently our most important digital customer-acquisition channel, so exceptional Google Ads knowledge is essential. We are particularly interested in candidates who have personally managed substantial Google Search budgets in highly competitive, high-intent LEAD GENERATION businesses. Experience in emergency or immediate-response industries such as automotive, roadside assistance, vehicle recovery, locksmiths, emergency plumbing, home services, legal leads or similar competitive local-service markets would be particularly valuable. We are less interested in candidates whose experience is predominantly e-commerce, social media or low-budget PPC accounts. We need someone who understands the complete commercial relationship between: Search → Impression → Click → Cost → Call/Lead → Conversion → Completed Job → Revenue → Profitability Our objective is NOT simply to achieve cheaper clicks or impressive marketing statistics. Our objective is to generate MORE PROFITABLE COMPLETED JOBS. THE WEBSITE, SEO & CONVERSION SIDE IS ALSO IMPORTANT We do not want to remain unnecessarily dependent on simply increasing Google Ads bids. The successful person should be capable of looking at our entire digital customer-acquisition journey. That includes: • Paid Google traffic • Organic Google traffic • Local/Maps visibility • Website structure • Landing pages • Mobile user experience • Conversion rates • Calls to action • Page speed • Technical SEO • Tracking and attribution • Competitor performance • Customer behaviour Someone requiring emergency roadside assistance behaves differently from a normal online shopper. Our website and advertising need to turn high-intent searches into telephone calls and completed jobs as efficiently as possible. WHAT WE WANT YOU TO DO FIRST We do NOT want somebody to start making major changes on day one. Initially, we want the successful candidate to understand the business and conduct a detailed audit of our current and historical digital operation. This should include reviewing: • Google Ads • Historical Google Ads performance and changes • GA4 • Google Tag Manager • Conversion and telephone call tracking • Search Console • SEO and organic visibility • Local SEO • Website and landing pages • Conversion rates • Competitor landscape • Customer acquisition costs • Digital acquisition performance We want you to establish: What has changed? What are we currently doing well? What could be improved? Where are we wasting money? Where are we losing visibility? Are we measuring the correct conversions? Which campaigns, keywords, locations, devices and times actually produce profitable jobs? Can our existing traffic convert at a substantially higher rate? How can SEO and other channels reduce our dependence on increasingly expensive paid traffic? What opportunities are we currently missing? You will then explain your findings and recommended strategy to us before significant changes are implemented. THE TYPE OF PERSON WE WANT We are looking for somebody who: • Thinks independently • Is analytical and commercially minded • Is technically capable • Can investigate complex problems • Is comfortable challenging existing strategies • Can explain complicated issues clearly • Is hands-on and actually implements work • Understands that revenue and profitability matter more than vanity metrics • Can work collaboratively with our existing team • Takes ownership rather than waiting to be told what to investigate next We particularly value people who can find problems and opportunities that other experienced people have overlooked. WHAT WE ARE NOT LOOKING FOR We are NOT looking for: • A junior digital marketer • A basic Google Ads manager • Someone who has simply completed PPC certifications • An agency salesperson/account manager • Someone who outsources all technical work • Someone who only produces reports • Someone who blindly follows Google's automated recommendations • Someone whose solution to every PPC problem is simply “increase the budget” • Someone claiming to be an expert in everything without evidence of genuine results We are looking for ONE highly experienced, multi-skilled, hands-on individual. If you are genuinely exceptional in Google Ads/performance marketing and also have strong SEO, analytics, CRO and website/development knowledge, we want to hear from you. This can become a significant long-term role with our business for the right person. APPLICATION QUESTIONS Please answer the following questions yourself and in detail. Generic applications will not be shortlisted. 1. A long-established local emergency-service business historically generates a large proportion of its customers through Google Search. CPCs and competition have increased substantially. Increasing bids improves visibility but makes acquisition increasingly expensive; reducing bids causes calls and jobs to fall. The Google Ads account has already been managed by an experienced person for many years. Before changing anything, what would you investigate and why? 2. Give us the strongest example of a highly competitive Google Search lead-generation account that YOU personally managed. What industry was it in? Approximately what was the monthly advertising spend? What problems did you inherit? What did you personally change? What measurable commercial results did you achieve? 3. How would you determine which Google Ads campaigns, search terms and keywords are generating actual quality telephone calls, completed customers/jobs and PROFIT — rather than relying solely on the conversions Google Ads reports? 4. If CPCs across an industry have genuinely increased and competitors continue bidding aggressively, how would you grow the business without simply continuing to raise bids and budgets? 5. How strong are you personally in website development? What can you actually build, change or troubleshoot yourself? Please specify the technologies/platforms you personally work with. 6. Describe your SEO, technical SEO and Local SEO experience and give examples of measurable results where possible. 7. Rate your PERSONAL ability from 1–10 in each of the following: Google Ads / PPC GA4 / GTM / Tracking CRO SEO Local SEO WordPress Web Development HTML / CSS JavaScript PHP / Programming APIs / Automation Data Analysis 8. Approximately how many years have you personally worked in digital/performance marketing, and what percentage of your current work is hands-on rather than delegated to other people? 9. If shortlisted, are you willing to begin with a PAID audit/assessment of our existing operation before we decide on a longer-term appointment? Please do not send a generic proposal. We are deliberately looking for a very experienced individual and will be reviewing applications carefully. Location is not important to us. We are happy to work with the right person anywhere in the world. Experience, ability, communication, commercial understanding and proven results are what matter. Client's questions:
Hourly rate:
40 - 120 USD
18 hours ago
|
|||||
|
Website Development for Painting Company Using WordPress
Applied
|
$40 - $70
/ hr
|
18 hours ago |
4
|
||
|
WordPress Website Setup for Professional Painting Company (SEO-Ready)
Job Description: I’m looking for an experienced WordPress developer to build the initial structure for a professional painting company website. This project is focused on setup and functionality, not heavy design. I will continue adding content and images after the initial build. Scope of Work: design our project case studies and post them to our website. This person needs to be able to take the photos, video and text provided and present a pleasing and professional layout that attracts readership. edit photos and video to create interesting layouts that can be sent and used to social media accounts. I want to have pages created that represents each area that we work in so we can get credit in searches in each of the cities. What I’m NOT Looking For: Custom coding or overly complex design Long-term management (this is an initial setup project) Generic templates with no SEO structure Requirements: Proven experience building WordPress sites for service-based businesses Strong understanding of local SEO best practices Ability to explain plugins and setup clearly Clean, organized work that I can easily manage after handoff Nice to Have (Not Required): Experience with contractor or home service websites Local SEO or Google Business Profile knowledge Deliverables: Fully functional WordPress site structure Plugins installed and configured Simple handoff instructions so I can manage content and photos myself Budget: Open to fixed-price proposals — please include examples of similar WordPress sites you’ve built.
Hourly rate:
40 - 70 USD
18 hours ago
|
|||||
|
Astro + Tailwind CSS Expert Needed to Rebuild a WordPress Website into a Fast Static Website
Applied
|
$100
|
18 hours ago |
4
|
||
|
Zoo Computer Repairs is a computer repair business based in Queensland. Our website, zoorepairs.com.au, runs on WordPress with an old theme and a pile of plugins, and we want to get off it. We're after an experienced Astro and Tailwind CSS developer to rebuild the site as a fast, static website that ranks well in search.
We don't want a database, an admin panel, or a stack of plugins to keep patched. We want plain HTML pages that load quickly, are easy to update, and give attackers very little to work with. Ideally having a WYSUWUG editor on top and hooked up to payload or strapi (I have both hosted on railway) Tech stack Astro Tailwind CSS What we want from the rebuild The site has to be fast. We're aiming for strong Core Web Vitals scores on mobile as well as desktop. It should look modern and professional and work properly on phones, since most of our customers find us on their phone while their computer is broken. The code should be clean enough that another developer could pick it up later without a week of detective work. Scope of work Recreate all the main pages from the current site in Astro. You can keep the existing design or improve on it. Build reusable components so that service pages and suburb pages share one layout. The site needs to work well on desktop, tablet, and mobile. Due to the amount of pages - there are tools that you can export word press to static sites to that may help as alot of pages are just the name of the suburb + computer repairs. Front end. Style everything with Tailwind. Phone numbers should be click-to-call, and the contact and booking details should be easy to find on every page. Performance. Optimise all images, serve them as WebP or AVIF, and lazy load anything below the fold. Keep CSS and JS small. SEO requirements Moving off WordPress can't cost us rankings. The new site needs: Clean URLs and a sensible heading structure (one H1 per page) A meta title and description on every page Open Graph tags and canonical URLs An XML sitemap and robots.txt LocalBusiness schema, plus other schema types where they fit (services, FAQs, reviews) Alt text on every image Crawlable HTML that doesn't depend on JavaScript to render content Migration Keep existing URLs wherever you can. Where a URL has to change, set up a 301 redirect. Before launch, we'll want a list of every old URL and where it now points. Bring across the content and images worth keeping. Leave the WordPress theme files, plugins, PHP, and database behind. Hosting We have liquid web currently which was mainly used for wordpress but I also have Railway and Github, if there are any alternatives that would be great. Security No website is unhackable, but a static site removes most of the ways WordPress sites get compromised. The finished site should have no backend we don't need, no database, no public login page, and as few third-party dependencies as possible. Skills we're looking for You'll need proven experience with Astro and Tailwind CSS, along with solid JavaScript, HTML, and CSS. You should understand technical SEO and Core Web Vitals, and have moved at least one site from WordPress to a modern framework. Local business or service-area sites are a plus. When you apply, please include Links to Astro sites you built yourself Your GitHub or portfolio One or two sites you've improved for speed or SEO, with before and after numbers if you have them Your location and time zone (we're on AEST, Brisbane time) The hours you usually work Whether you can do Zoom, Google Meet, or Teams calls How long you expect the project to take Ongoing work We have over 400 websites with computer repairs in Australia so this will be the starting point as well. Ideally looking for someone that can assist with the Strapi and Payload as well so that we can change text via a spreadsheet so that each page can have unique content. Ideally we'd like the following questions answered in your review 1️⃣ Astro Experience Please share 2–3 live websites that you have personally developed using Astro. Briefly explain your role in each project. 2️⃣ WordPress Migration Have you previously migrated a WordPress website to Astro or another static site architecture? Please describe your approach. 3️⃣ Performance & SEO What steps would you take to ensure that a migrated Astro website maintains or improves its existing SEO performance and Core Web Vitals? 4️⃣ Hosting Experience Do you have experience deploying and managing static websites? 5️⃣ Project Estimate After reviewing zoorepairs.com.au , please provide your estimated timeline, fixed-price quotation, or hourly rate for rebuilding the website using Astro and Tailwind CSS.
Fixed budget:
100 USD
18 hours ago
|
|||||
|
WordPress Developer With Technical SEO Experience to up Contact Form for WordPress Website.
Applied
|
$5 - $15
/ hr
|
19 hours ago |
5
|
||
|
We need a WordPress developer to update an existing contact form on our website. The work includes improving form functionality, ensuring the form is mobile-friendly, and making sure it works smoothly across different browsers. We also want someone who can review the current setup and recommend improvements that support better technical SEO performance. Please share relevant experience with WordPress form updates and SEO-focused development.
Hourly rate:
5 - 15 USD
19 hours ago
|
|||||
|
Looking for help maintaining my website
Applied
|
$30
/ hr
|
20 hours ago |
1
|
||
|
I need help maintaining my wordpress website on an openended contract. I can post blogs and that is about all I can do.
Hourly rate:
30 USD
20 hours ago
|
|||||
|
Clean my site
Applied
|
not specified | 20 hours ago |
3
|
||
|
Looking to clean my site www.clearcutfunding.com making sure nothing is lost in the process. It has malware detected on the site. Also, my other site www.lmsprinklers.com is on the same host. Want to make sure both sites are optimized and clean of any malware. Thank you
Budget:
not specified
20 hours ago
|
|||||
|
Wordpress website builder
Applied
|
$7 - $10
/ hr
|
21 hours ago |
3
|
||
|
First you will work on editing website using wordpress skill then you will be given long-term project. You will tesch students online via zoom one to one.
Hourly rate:
7 - 10 USD
21 hours ago
|
|||||
|
Fix WordPress Site
Applied
|
$150
|
21 hours ago |
4
|
||
|
Hi, I need some help cleaning up our website, allstarfencespokane.com. Some of the pages don’t match very well—the spacing, fonts, buttons, headers, and image sizes are inconsistent. I’d like the vinyl, chain link, wood, and ornamental pages to follow the same general layout, look good on mobile, load quickly, and include a simple quote form so we can use each page for its own Google Ads.
The main navigation header also needs improvement. It should look cleaner, be consistent across every page, and make it easy for customers to call us or request a free quote—especially on mobile. The overall load speed needs improvement too, and the site takes too long to reach the thank-you page after someone submits the contact form. Can you also check for oversized images, broken links, redirects, old pages, and plugin conflicts that may be slowing things down?
Fixed budget:
150 USD
21 hours ago
|
|||||
|
WordPress Developer & Designer to Build a Professional Fitness Website
Applied
|
$10
|
22 hours ago |
5
|
||
|
We’re looking for an experienced WordPress Developer & Designer to build a modern, professional website for a fitness business.
We have the general direction for the website and are looking for someone who can turn that vision into a polished, responsive WordPress website with a strong visual design and easy-to-use experience. Reference Website: https://www.tonal.com/ Please send 2–3 WordPress websites you personally designed or developed, preferably modern websites similar to the type of fitness website we’re looking to build. We’re looking for someone who can take the website direction and turn it into a professional final product while also making smart design and UX improvements where necessary. To show that you’ve read the post, please start your proposal with “DESIGN.” There is potential for additional WordPress work after successful completion. Fixed price: $10
Fixed budget:
10 USD
22 hours ago
|
|||||
|
Build a responsive WordPress, WooCommerce website using Divi, Bricks Builder and Google Analytics
Applied
|
$100
|
23 hours ago |
3
|
||
|
The website will consist of 3 pages in total, animated, built to reflect the client's brand with consistent design language throughout. SEO configuration including meta titles, descriptions, and structured headings required across all pages.
Requirements: - Divi or Bricks Builder proficiency - WooCommerce setup and configuration - Clean, professional WordPress website design - Mobile responsive across all devices - Basic on-page SEO setup - Fast loading and performance optimized Please share relevant portfolio examples of similar WordPress, Divi, Bricks Builder, and WooCommerce builds you have completed.
Fixed budget:
100 USD
23 hours ago
|
|||||
|
WordPress Designer & Developer Needed for UK English Tutoring Website
Applied
|
$50
|
23 hours ago |
5
|
||
|
I’m looking for an experienced web designer and WordPress developer to design and build a modern website for an English tutoring/education business in the UK.
I’m looking for someone who can handle the project from Figma design through to the finished WordPress website — not just install a theme and make basic changes. What I need Modern, professional and trustworthy education-focused website Custom Figma UI/UX design Fully responsive design for desktop, tablet and mobile WordPress development from the approved Figma design Elementor / Elementor Pro or another suitable WordPress builder Clear navigation and strong user experience Tutor / teacher information and profiles English tutoring services and course information Student/parent enquiry or booking functionality Contact and enquiry forms Testimonials / reviews section About, Services, Tutors, FAQs, Contact and other required pages Basic on-page SEO and good page speed Easy-to-manage WordPress backend Clean and maintainable implementation Design direction I want the website to feel premium, modern, friendly and trustworthy, while still looking appropriate for a UK education brand. Please don't use a generic template design. I want someone who understands UI/UX, typography, spacing, conversion-focused layouts and responsive design. Ideal freelancer You should have: Strong Figma + UI/UX experience Excellent WordPress development skills Experience with Elementor/Elementor Pro Previous education, tutoring, school or professional service website experience is a plus Good understanding of responsive design Strong attention to detail Ability to communicate clearly and suggest improvements when something can be done better Please send 2–4 relevant websites you've personally designed/developed, preferably education, tutoring or service-based websites. I’m looking for someone who can take the project seriously and deliver a polished website rather than simply putting together a basic WordPress template. If the first project goes well, there is potential for ongoing website/design work. Please include your estimated timeframe and fixed-price or approximate project cost when applying.
Fixed budget:
50 USD
23 hours ago
|
|||||
Related freelance jobs queries: