
Strategy Management Projects
Looking for freelance Strategy Management jobs and project work? PeoplePerHour has you covered.
Bus accts set and up posting on five social media accounts
Set up Business Social Media Accounts, Manage and optimize posting across five social media accounts for a travel tour company. Create and schedule engaging content promoting Great Wall Vacations, drive targeted US traffic to the website, and maintain consistent brand voice. Implement strategic hashtags, captions, and visuals to boost engagement and conversions. Monitor performance metrics, adjust tactics for improved reach, and provide concise reports on campaign effectiveness and traffic growth.
24 days ago18 proposalsRemoteBuild a Smart AI Chatbot to Automate Your Business Conversations
Create a sophisticated AI chatbot to automate and streamline business conversations across platforms. The system should interpret intent, manage dialogue flows, handle FAQs, escalate complex queries to human agents, and integrate with CRM and scheduling tools. Deliverables include conversational design, training datasets, deployment-ready model, testing suite, and documentation. Emphasize reliability, multilingual support, data privacy compliance, and measurable performance metrics to enhance customer engagement and operational efficiency.
25 days ago30 proposalsRemoteSenior AI/ML Engineer
I’m upgrading our risk-and-compliance platform and need an EU-based engineer who can blend robust software craftsmanship with hands-on machine-learning expertise. The mandate is to automate decision-making across key customer-facing features by fusing classical ML techniques with Large Language Models. You’ll design the end-to-end pipeline in Python, harnessing PyTorch, TensorFlow or scikit-learn to train, evaluate and continuously improve models, then ship them as production-ready services that scale and stay maintainable. Solid experience integrating models into distributed systems, setting up meaningful evaluation metrics and communicating findings to non-technical stakeholders will be crucial, as you’ll work side-by-side with product, legal and data teams. Deliverables I’ll review: • Clean, well-documented Python codebase that builds, tests and deploys the chosen models • Containerised service or microservice exposing the decision-automation endpoint • Evaluation report covering model performance, drift-monitoring strategy and rollback plan If you have 4+ years of professional software engineering in production ML settings and can articulate your design choices clearly in English, I’d like to hear how you would tackle this challenge.
24 days ago26 proposalsRemoteopportunitypre-fundedurgent
Shopify Web Designer / Developer Needed (UI/UX + Features)
We want to make clear our budget is not up for negotiation at this time. Our Project consist of taking current template and building a new one modified or a new updated theme. Current setup is outline here. We use Flxpoint which has been mapped correctly. 98% of all the data is taken care of already. All data point for the descriptions and mapping are controlled from Flxpoint. - The part that must be done here is all that information needs to lay out in a expert organize design for each product page and all others styles. Focus of the project is the building, structuring and design of the site whatever else required. Scope of Work 1. UI/UX Design & Frontend Development Architect and implement a high-performance, conversion-optimized user experience Design scalable navigation and taxonomy for: 30,000–65,000 products 150,000+ images and product assets Develop or heavily customize a Shopify theme with: Mobile-first, responsive design Optimized product discovery (search, filters, categories) Clean, modern UI aligned with adult retail standards Ensure accessibility, usability, and intuitive customer flows 2. Backend Architecture & Data Integration Integrate with an existing data warehouse (pre-mapped product data) Implement real-time or near real-time data syncing for: Product feeds Inventory updates (drop-shipping model) Pricing and availability Ensure robust data mapping and normalization between source feeds and Shopify 3. App & API Integrations Configure and integrate third-party systems including: Payment gateways Inventory and order management systems Google services (Analytics, Tag Manager, Shopping feeds) AI assistant / automation tools Develop custom middleware or private apps where required 4. Performance Optimization Optimize for: Page speed (Core Web Vitals) High-volume image delivery (CDN, lazy loading, compression) Efficient Liquid rendering and API calls Streamline checkout experience to maximize conversion rates Implement advanced caching and performance strategies 5. Project Management & Delivery Provide structured project governance: Defined milestones and timelines Regular stakeholder communication Agile or sprint-based delivery model Conduct: QA testing (functional, regression, performance) UAT support prior to launch 6. Maintenance & Ongoing Support Post-launch support including: Debugging and issue resolution Feature enhancements Platform updates and optimization Required Team Composition We will only engage with teams or agencies capable of covering all functional areas: Shopify Developer(s) Expertise in Liquid, custom theme development, and backend logic UI/UX Designer Proven experience designing high-SKU e-commerce experiences Project Manager Responsible for delivery, communication, and scope management Technical Requirements Shopify / Shopify Plus experience (strongly preferred) Proficiency in: Shopify Liquid HTML5 / CSS3 JavaScript (React, jQuery or similar frameworks) API integrations Git/version control Experience handling: Large-scale product catalogs High-volume image optimization Drop-shipping workflows Vendor Qualification Criteria We are not evaluating based on public URLs alone. All applicants must provide: Verifiable, real project evidence, including: Code samples (where permissible) Architecture breakdowns Before/after performance metrics Detailed case studies of past builds Demonstrated experience delivering complex, high-scale e-commerce platforms Key Success Factors Scalable architecture capable of handling large datasets Clean, intuitive UX that drives conversion Reliable integration with live product feeds Strong communication and structured execution Ability to deliver a production-ready platform end-to-end
11 days ago93 proposalsRemoteExpires in 19Newsletter framework for mass email campaign
Seeking an experienced designer to craft a professional, conversion-focused visual framework for a newsletter-style email targeting hotel owners and managers. Deliverables: responsive HTML email template optimized for Gmail, images embedded to minimize message size and avoid attachments, and pixel-perfect styling consistent with provided assets and copy. Prior experience with lead-generation email campaigns and compatibility across major clients is required. Future ongoing campaign work anticipated.
a month ago18 proposalsRemoteopportunity
Business Analyst (ERP / Supply Chain / Distribution Systems)
We are looking for an experienced Business Analyst (BA) to support the next phase of an ERP system currently under development. Approximately 60% of the system has been completed, with a strong frontend already developed. Before moving into backend development, we require a skilled BA to review, refine, and structure the system from a business and process perspective. This role is critical in ensuring the platform aligns with real-world operational workflows, particularly in a distribution and supply chain environment. --------------------- Analyse current system workflows, identify inefficiencies, and define improved business processes across procurement, inventory, and sales. Document clear requirements and ensure alignment between business needs and technical development. - Create detailed documentation: - Business Requirement Documents (BRD) - Functional Specifications (FRD) - Process flow diagrams (As-Is / To-Be) - Define system workflows across: - Procurement & purchasing - Inventory & warehouse management - Sales order lifecycle - Logistics & dispatch - Credit control & payments - Support data modelling and system structuring - Work closely with developers to prepare for backend implementation
13 days ago24 proposalsRemoteopportunity
Trading bot development
Project Overview We are building a high-performance, low-latency trading engine designed for microstructure-based execution strategies in a high-tax (STT) environment. This is NOT a basic retail trading bot. This system requires advanced system-level engineering, multi-core CPU architecture control, shared memory communication, and real-time observability dashboard. The focus of this project is minimizing latency between signal generation and order execution while maintaining regulatory compliance (Order-to-Trade Ratio constraints). The developer must understand low-level performance optimization, concurrency architecture, and Linux system behavior. Core Technical Requirements Python Version (Mandatory) The engine must use: Python 3.13 Free-Threaded build (3.13t) NOT standard Python 3.10–3.12 Reason: Standard Python uses the Global Interpreter Lock (GIL), which blocks true parallelism. In low-latency systems, a 1–2ms delay caused by GIL contention is unacceptable. Multi-Core Architecture with CPU Core Pinning The engine must: Assign specific modules to specific CPU cores Use os.sched_setaffinity (Linux only) Prevent OS core migration (avoid context switching) Modules include: Sentinel (Risk & OTR monitoring) Sonar (Market entropy / regime detection) Oracle (Signal calculation loop) Execution Engine (Order placement) The goal is to eliminate unpredictable latency spikes caused by OS scheduling and cache invalidation. Inter-Process Communication Standard Python queues are NOT acceptable. Communication must use: multiprocessing.shared_memory Memory-mapped buffers Lock-free ring buffer architecture Reason: Standard queues introduce locking and object allocation overhead, increasing latency. The target is sub-millisecond internal communication between signal generator and execution engine. Latency Measurement The system must measure: End-to-end order placement latency Round-trip time (RTT) Module processing time Using: time.perf_counter_ns() Latency histogram logging This data must be streamed to the dashboard. Order Execution Logic The system should: Prefer passive limit orders Include 200ms cancel logic Manage Order-to-Trade Ratio (OTR) Implement controlled order flooding logic (compliant with broker rules) This is not a simple market order bot. FRONTEND REQUIREMENTS (React Dashboard) The frontend is NOT a trading UI. It is a real-time monitoring and control cockpit. Preferred stack: React (Vite or Next.js) WebSocket for live streaming Lightweight charting (Canvas or WebGL-based) Required Dashboard Modules Sentinel Panel Real-time RTT graph 20ms lockdown threshold indicator CPU usage per pinned core Emergency status Sonar Panel Market regime indicator (Attack / Veto mode) Entropy score display Zero-trust gate status Oracle Panel Weighted Order Book Imbalance (WOBI) heatmap Liquidity imbalance % Signal strength score Must use high-performance rendering (Canvas, not heavy SVG). Execution Panel Net Expected Value (NEV) Fill rate % Cancel rate Order-to-Trade Ratio (OTR) status Emergency Kill Switch Dashboard must include: Global kill switch Sends signal to monitoring service Monitoring service writes flag to shared memory Engine halts immediately Dashboard must NOT communicate directly with broker API. Deployment Requirements Linux-based environment (Ubuntu preferred) Dockerized setup preferred Separate processes: Trading engine Monitoring microservice React frontend Google Cloud compatible. 10 MOST IMPORTANT SKILLS TO ADD Attach these skills on Freelancer: Python 3 (Advanced Concurrency & Multiprocessing) Must understand GIL, free-threaded builds, shared memory. Low-Latency System Design Experience reducing microsecond-level bottlenecks. Linux System Programming Knowledge of CPU affinity, process scheduling, performance tuning. Multithreading & Multiprocessing Architecture Designing multi-core optimized applications. Memory Management & Shared Memory IPC Experience with mmap, shared memory buffers. Financial Market Microstructure Knowledge Understanding order books, liquidity imbalance, passive vs aggressive orders. WebSocket & Real-Time Streaming Required for live dashboard data. React.js (Performance-Optimized UI) Real-time data rendering without UI lag. Performance Profiling & Benchmarking Must measure and optimize latency. Cloud Deployment (Google Cloud / Linux VM / Docker) Production-ready deployment experience. VERY IMPORTANT Add this to filter weak developers: Applicants must answer the following: Have you worked with Python shared memory or mmap before? Have you implemented CPU core pinning on Linux? How would you measure internal engine latency? How would you prevent dashboard from affecting trading engine performance? This will eliminate 80% of generic bot developers.
2 days ago14 proposalsRemoteNeeds full website redesign with SEO. Experienced developers onl
Job Post: Complete Website Redesign — Luxury Serviced Accommodation Brand (London) Title: Website Redesign + SEO for Award-Winning Serviced Accommodation Company Budget: Open to quotes (one-off + optional monthly retainer) About Us Stay Smart is an award-winning serviced accommodation operator managing a growing portfolio of short-term rental properties across prime London locations including Golders Green, Fulham, Bermondsey, Deptford, and Farringdon. We've been recognised as: Emerging Luxury Serviced Apartment Brand – London 2025 (Real Estate Insider) Accommodation Specialists of the Year – London & South East England (Prestige Awards 2026/27) Current website: https://stay-smarter.com/ Project Overview We need a complete website redesign — not a refresh, a full redo. The current site does not reflect our brand positioning as a luxury serviced accommodation provider. We're looking for a developer/agency who can deliver a modern, high-converting website that matches the quality of our properties and industry recognition. Scope of Work Full website redesign & development — clean, modern, luxury feel Pages required: Home, About Us, Contact Individual property listing pages per location (5 locations) Location-specific landing pages for local SEO visibility Service pages (Airbnb Management, Become a Host, etc.) FAQ, Privacy Policy, Terms & Conditions Enquiry/booking forms with automated email submissions SEO implementation: Full on-page SEO optimisation Schema markup for enhanced search results Google Business Profile setup & optimisation Location-specific SEO strategy Analytics & tracking setup (Google Analytics, etc.) Mobile-responsive design across all devices Fast load times — performance-optimised Newsletter signup integration What We're Also Interested In (Optional / Quote Separately) Ongoing website maintenance & updates Hosting (if included in your offering) Automated blog setup CRM integration Local business optimisation (citations, directories, etc.) To Apply, You MUST Include: Applications without the following will not be considered. Portfolio link — show us at least 2-3 websites you've designed and built (live URLs, not mockups) At least one project in hospitality, property, or short-term rental — we want someone who understands the space Detailed quote broken down into: One-off design & development fee Monthly fee (if applicable — for maintenance, hosting, SEO) Any additional costs Estimated delivery timeline Tech stack you'd recommend and why (WordPress, custom build, etc.) Your maintenance/support offering — what happens after launch? Ideal Candidate Proven experience building websites for hospitality, property management, serviced accommodation, or vacation rental businesses Strong portfolio of live websites (not templates or demos) SEO knowledge — not just keywords, but schema, local SEO, and technical SEO Excellent communication and clear project timelines Based in UK or comfortable working in UK timezone How We'll Decide We are evaluating multiple developers and will create a shortlist based on: Quality and relevance of portfolio Value for money (not necessarily the cheapest) SEO capability Communication and professionalism Maintenance/long-term support offering We aim to make a decision within 2 weeks of receiving all quotes. To get in touch: Please reply with the items listed above, or message us to arrange a quick call.
15 days ago37 proposalsRemoteopportunity
We are looking for experienced Frontend developer
Seeking an accomplished Frontend Developer to craft responsive, high-performance web interfaces. Must possess expert knowledge of HTML5, CSS3, JavaScript (ES6+), and modern frameworks such as React, Vue, or Angular. Responsibilities include implementing pixel-perfect designs, optimizing load times, ensuring cross-browser compatibility, and collaborating with designers and backend engineers. Strong problem-solving skills, attention to detail, and familiarity with state management, testing, and build tooling are essential. Prior project portfolio required.
25 days ago72 proposalsRemoteBackend Developer
About the Role We are looking for a skilled Backend Developer to design and build scalable server-side applications. You will be responsible for developing APIs, managing databases, and ensuring high performance and responsiveness of our applications. Key Responsibilities Design, develop, and maintain backend services and APIs Build scalable and secure server-side applications Work with databases to design efficient data models Integrate third-party services and APIs Optimize applications for speed and scalability Collaborate with frontend developers, DevOps engineers, and product teams Write clean, maintainable, and well-documented code Participate in code reviews and continuous improvement processes Requirements 3+ years of experience in backend development Strong knowledge of Node.js, Python, Java, or PHP Experience building RESTful APIs or GraphQL APIs Proficiency with databases such as PostgreSQL, MySQL, or MongoDB Experience with Git and version control workflows Knowledge of authentication, security, and API design Familiarity with cloud platforms (AWS, Azure, or Google Cloud) Nice to Have Experience with microservices architecture Knowledge of Docker and Kubernetes Experience with CI/CD pipelines Familiarity with Redis, Kafka, or message queues Benefits Competitive salary Flexible working hours Remote work options Professional development opportunities Collaborative international team
10 days ago66 proposalsRemoteSocial Media Campaign Lead (local election)
Freelance Brief: Social Media Campaign Lead (Highbury) Overview I’m running a focused local campaign in Highbury and looking for a freelance social media lead to turn a strong core message into a high-impact digital campaign. The campaign is focused on education — including local schools, SEND provision, and the pressures facing families — with an emphasis on clear, practical messaging and local credibility. I already have a finished leaflet and clear messaging. The role is to translate that into consistent, engaging, locally targeted content. ⸻ Scope of Work Content Creation & Execution • Turn leaflet messaging into: • Short-form video (Reels/TikTok-style) • Static graphics and simple animations • Communicate education issues in a way that is clear, accessible, and engaging (not jargon-heavy) Campaign Management • Plan and deliver a light content schedule (2–3 weeks initially) • Post and manage across Instagram, X, and Facebook • Maintain message discipline and consistency Growth & Targeting • Focus on reaching a local Highbury audience, particularly parents and residents • Advise on tone, hooks, and what will cut through locally Collaboration • Work alongside a separate contractor handling outdoor/guerrilla activity • Ensure messaging is aligned across digital and physical campaign elements ⸻ What I’m Looking For • Strong instinct for political, community, or issue-based campaigning • Ability to communicate complex issues (e.g. SEND, school funding) simply and clearly • Ability to move quickly and work independently • Good eye for simple, effective design ⸻ Budget & Time • Freelance, hourly rate (please include) • Initial engagement: ~2–4 weeks • Potential to extend ⸻ To Apply Please send: • Examples of relevant work (especially campaigns or issue-based content) • A short note on how you’d approach this brief • Your hourly rate and availability ⸻ Context This is part of a local campaign in Highbury focused on education and engaging residents directly with clear, credible messaging.
15 days ago27 proposalsRemoteVirtual Assistant –AI Video Creation & Editing (HeyGen + CapCut)
Virtual Assistant – AI Video Creation & Editing (HeyGen + CapCut) We’re looking for a reliable and detail-oriented Virtual Assistant to help create short-form videos using the HeyGen app and edit them in CapCut. This role is ideal for someone who enjoys working with social media-style content, can follow structured workflows, and has excellent written English and strong copy-editing skills. Responsibilities Create short videos using the HeyGen app following provided prompts and instructions Edit videos in CapCut, adding captions and making light edits where needed Ensure captions are clear, engaging, and grammatically correct Copy-edit captions for spelling, grammar, and readability before submission Work from a structured Google Sheet tracker to manage tasks and assigned videos Update the Google Sheet to track progress and completed work Communicate clearly with the team regarding progress, questions, or issues Requirements Fluent English with excellent writing and proofreading ability Strong copy-editing skills (ability to fix grammar, punctuation, and clarity) Experience using CapCut (adding captions and basic editing) Comfortable using AI tools such as HeyGen or similar platforms Ability to work from Google Sheets and follow organized workflows Strong attention to detail Reliable internet connection and ability to meet deadlines Nice to Have Experience creating short-form content for TikTok, Reels, or YouTube Shorts Familiarity with AI video tools Understanding of caption styles that perform well on social media Working Style Remote role Task-based workflow managed through Google Sheets Requires clear communication and reliability
23 days ago34 proposalsRemoteAccounting Quickbooks
Seeking an experienced QuickBooks and Shopify accountant to perform monthly data reconciliation, bank consolidation, and Shopify order entry. Responsibilities include matching expenses and bank transactions, managing invoicing in QuickBooks, and configuring integrations to reconcile deposits and sales. Candidate must ensure accurate, timely records, resolve discrepancies, maintain clean ledgers, and optimize workflows between Shopify and QuickBooks for seamless financial reporting. Regular monthly deliverables and attention to detail are essential.
a month ago41 proposalsRemoteTraining in FloDesk + integrations with Capsule and Shopify
We are an established artisan chocolate business seeking an experienced specialist to facilitate our set up and training in FloDesk, alongside its integration with Capsule (CRM) and Shopify. Our objective is to enhance our B2B and B2C messaging, making it more timely and automated. We require a comprehensive plan, followed by training, to empower our team with the necessary skills for ongoing management. We value clear communication, patience, and a structured approach in your guidance. Proven experience and testimonials in this domain are essential. Please provide your credentials, hourly rate, and timezone. Hourly rate is a placeholder - pending the development / agreement of a project proposal. Thank you!
a month ago35 proposalsRemoteGA4 Event Spike Audit & Fix
Over the past few days, I’ve noticed an unexplained surge in event counts in Google Analytics 4, far exceeding our usual traffic trends. The spike likely comes from either aggressive bot traffic or an issue with a tag that’s firing too often. I haven’t made any changes to the tracking setup myself, but I can’t rule out that someone on the team may have tweaked Google Tag Manager or the hard-coded snippets without informing me. I need a GA4 specialist to dive in, identify which events are inflating the numbers, and trace the root cause. The goal is to reconfigure the setup so only legitimate user interactions are logged. This includes reviewing GA4 debug view, GTM preview mode, referral patterns, IP ranges, and trigger conditions to isolate the problem. TASKS: 1. Investigate and pinpoint which events are causing the inflated numbers. 2. Identify whether this is due to bots, misconfigured tags/triggers, or other GA4/GTM setup issues. 3. Correct the GA4 and GTM setup so that only genuine user interactions are tracked. 4. Validate the fix for at least 24 hours to ensure data accuracy. 5. Provide a short report summarizing your findings, the root cause, and the changes made. If you have extensive experience with GA4, GTM, GA Debugger, Looker Studio, or BigQuery. Kindly contact ASAP. Thanks
8 days ago16 proposalsRemoteLuxury Travel Assistant Remote
We are a boutique luxury travel company designing bespoke journeys for high-net-worth clients across the US, Europe, and Asia. We are looking for a highly organised, detail-driven Travel Assistant to support our team on a contract basis. Key responsibilities: Researching luxury hotels, villas, and experiences worldwide Assisting with itinerary creation and client proposals Liaising with hotels and suppliers (primarily via email) Supporting bookings, confirmations, and documentation Ensuring absolute accuracy across all client details What we’re looking for: Previous experience in travel, hospitality, or a similar detail-led role Excellent written English (clear, polished, and professional) Strong organisational skills and ability to manage multiple tasks High attention to detail and sense of ownership Discreet, reliable, and proactive Nice to have: Experience working with luxury travel advisors or agencies Familiarity with brands such as Aman, Rosewood, Belmond, Four Seasons Working style: Remote, flexible structure Must be responsive during UK/Europe/USA working hours when required To apply: Please include: A short introduction Relevant experience (travel/hospitality preferred) Your location and availability Example of a hotel or destination you personally recommend (and why) for Spring travel Shortlisted candidates will be invited to complete a test task as part of the selection process. Please do not apply if you do not have previous travel hospitality experience
9 days ago18 proposalsRemoteopportunity
Meta Ads Media Buyer (Remote)
Meta Ads Media Buyer (Remote) Scaling High-Ticket Aesthetic Clinics APPLY HERE - https://media-buyer.uncahp.com/hiring (We will only be reviewing applications through our website) We're hiring a performance-driven Meta Ads Media Buyer to help scale premium aesthetic clinics across the UK. - Our agency specialises in generating high-intent consultation bookings for treatments like: Laser Hair Removal Body Sculpting HIFU & Skin Tightening Advanced Skin Treatments We focus on quality leads and conversions, not cheap leads and volume. - The Role You’ll be responsible for managing and scaling Meta ad campaigns for high-ticket clinics. Our average account spend £1k-£5k per month in ad spend, with the goal of driving consistent consultation bookings. This role is focused purely on performance marketing. You won't need to deal with client communication or creative production — our internal team handles that. Your job is to own the performance of 20+ accounts. - Responsibilities Launch and optimise Meta Ads campaigns Monitor and improve campaign performance daily Test new audiences, angles and structures Work with our team to brief creative testing Analyse data and identify scaling opportunities Maintain strong CPL and consultation booking targets - Who This Role Is Perfect For You have 2+ years running Meta Ads campaigns You understand high-ticket lead generation You think in funnels and psychology, not just ads You proactively test new ideas You care about performance and results - This Role Is NOT For You If You just launch ads and check them once a week You only optimise for CPL without thinking about revenue You prefer small e-commerce ad accounts - Why Join Us Competitive base pay + scaling bonuses No client management required Creative team produces ad content for you Fast implementation of testing ideas Work with high-spend clinics - Application Process 1️ Submit your application 2️ Record a short intro video 3️ Short interview with our team
18 days ago16 proposalsRemoteUI/UX Designer — AI Infrastructure Product (early-stage startup)
We are an early-stage deep-tech startup building infrastructure for distributed AI workloads. Our product enables AI tasks to run across a global network of machines, with a strong focus on reliability, security, and observability. We are currently working on internal tools and interfaces that help visualize and manage complex system behavior — and we’re looking for a designer who can help us shape these experiences. --- What you’ll work on • Designing clean and intuitive interfaces for complex systems • Creating UI for internal tools and monitoring environments • Visualizing system states, metrics, and workflows • Improving usability of data-heavy interfaces • Contributing to early product design decisions --- What we’re looking for • Experience in UI/UX design (web-based tools or dashboards is a plus) • Ability to simplify complex information into clear interfaces • Strong sense of layout, hierarchy, and visual clarity • Attention to detail and consistency • Comfortable working with evolving product requirements
18 days ago32 proposalsRemoteopportunity
Social Media Content Creator – Travel Platform (Early Stage)
We are an early stage travel platform connecting travellers with independent and self-employed travel agents. Many of the best travel experiences and deals are created by travel agents, but most travellers never discover them because they are hidden behind booking websites and comparison platforms. Our mission is to change that by helping travellers discover great trips through knowledgeable travel agents, while helping those agents focus on creating amazing travel experiences rather than spending all their time searching for new clients. Right now our social media presence is almost non-existent. We want to change that by becoming part of the travel conversation online and creating content that inspires travellers and highlights the expertise of travel agents. We are looking for a social media content creator who can help us build this presence through engaging visual and video content. Opportunity This is an opportunity to help build the social presence of an early-stage travel platform from the ground up. You will work closely with the founder to develop and create social media content that helps travellers discover travel inspiration, tips, destinations and insights from travel agents. The focus will be on creating engaging content across: - Facebook - Instagram - LinkedIn - TikTok Content will include a mix of: - short-form video - longer video content - reels - carousels - visual posts (inc. graphics) - storytelling/story-style content The goal is to create content that feels natural, informative and engaging rather than overly promotional. What You'll Be Doing You will be responsible for helping create and publish social media content that supports the growth of our travel brand. This includes: • Creating short-form video content for platforms such as TikTok and Instagram Reels • Producing visual content including carousels, graphics and simple animations • Creating longer-form video content where appropriate • Helping turn travel insights, ideas and stories into engaging content • Posting and managing content across Facebook, Instagram, LinkedIn and TikTok • Experimenting with different formats and ideas to see what resonates with travellers • Supporting the growth of an engaged audience interested in travel This role is ideal for someone who enjoys travel, storytelling and creative content creation. If you are passionate about travel and enjoy creating engaging social media content, we would love to hear from you. When applying, please include: - Links to social media accounts or content you have created - Examples of visual or video content you have produced - One travel content idea you would create for us - One travel social media account you think is doing a great job pls ignore the budget and state your monthly fixed price. This will be our monthly rate. Also state what we can expect in terms of content strategy, creation and delivery. We will also be expecting improved social followers and content engagement
25 days ago37 proposalsRemoteopportunity
Sales Dashboard for 6–8 Sales Reps with Comm Forecast, Analytics
I am looking for a freelancer to build a visual and user-friendly sales dashboard for a team of 6 to 8 sales representatives. The goal is to create an informative dashboard that allows each salesperson to access their own interface and analyze their performance in a clear and practical way. The dashboard should include, at minimum, the following features: • Individual view for each salesperson • Filtering and analysis by month, year, and fiscal year • Fiscal year comparison based on an accounting period from July to June • Year-over-year comparison • Top clients • Top clients by client type • Top-selling products • Department-based organization and reporting • Ability to select a client and view all related orders • Estimated next commission calculation based on formulas already defined • Clear visual presentation with charts and graphs • Maximum readability and usefulness for business decision-making Important notes: • I already have the commission calculation rules and logic • My current data and calculations are managed in Google Sheets, including scripts • I need a freelancer who can either build directly from Google Sheets data or propose the best tech stack compatible with it • The final solution must be reliable, easy to use, and easy to update What I expect from your proposal: • Your recommended technology stack for this project • Whether you would build it directly from Google Sheets, Google Apps Script, Looker Studio, Power BI, or another solution • The estimated delivery timeline • The main project phases • Examples of similar dashboards you have already built • How you would structure user access if each salesperson needs their own view
5 days ago55 proposalsRemote