
Data Journalism Projects
Looking for freelance Data Journalism jobs and project work? PeoplePerHour has you covered.
Experienced SEO/Digital Strategy Consultant Shopify/B2B shopify
We are looking for an experienced SEO and Digital Strategy Consultant with strong Shopify and B2B ecommerce experience to help grow our website and increase both online sales and B2B enquiries. Background Universal Smart Cards is migrating its ecommerce website from OpenCart to Shopify as part of a wider digital growth strategy. The new Shopify website will act as both an ecommerce platform and a B2B lead generation website, supporting online sales, enquiries, and customer accounts. We are looking for a digital and SEO partner to help optimise the Shopify site structure, SEO, content, and conversion strategy to support long-term growth and increase both direct and indirect sales. This role will begin with a full SEO and Shopify strategy review, followed by ongoing monthly SEO and digital strategy support. You will work alongside our internal marketing and development team to improve SEO performance, website structure, content strategy, and conversion performance. Key Responsibilities • Shopify SEO (technical, on-page, collections, products) • SEO strategy and keyword planning (B2B focused) • Website structure and navigation recommendations • Landing page and content strategy • Technical SEO audits and improvements • Conversion and lead generation improvements • Aligning social media and content with SEO and lead generation • Monthly reporting and ongoing SEO improvements • Advising on AI tools and workflows for SEO and content • Required Experience Applicants must have: • Strong Shopify SEO experience • Strong B2B SEO experience • Technical SEO knowledge • Experience improving ecommerce and lead generation websites • Experience working with developers and marketing teams • Experience creating SEO and content strategies, not just blog writing • Project Structure Phase 1: Initial audit and strategy Phase 2: Ongoing monthly SEO and digital strategy retainer Reporting We currently use SE Ranking and internal reporting platforms, and we would expect the consultant to either work within these tools or provide reporting data that can be integrated into our existing reporting systems. When Applying Please Provide • Examples of Shopify websites you have worked on • Examples of B2B SEO projects • What SEO tools you use • Your monthly retainer cost • What deliverables you provide each month Important Please start your proposal with the word SHOPIFY so we know you have read this description. Please also include one example of a Shopify website you improved and what results you achieved.
6 days ago57 proposalsRemoteopportunity
AI Coordinator
AI Operations Expert for Multi-Channel Ecommerce Overview I run a fast-growing online brand selling through multiple storefronts. I need help from an AI operations expert to streamline our marketing and operations across all platforms. Scope of work - Clone and redeploy marketing assets across Amazon, Etsy, TikTok Shop, website, eBay, Facebook, and Instagram. - Design automated funnels turning social followers into customers using chatbots and dynamic offers. - Monitor and optimize AI stack, including data pipelines, prompt tweaking, insights surfacing, and documentation. - Ensure platforms pass brand-review spot checks and deploy unified creative assets. - Develop automated funnels ready for attribution from first social touch to checkout. - Create a clear dashboard or weekly report with performance metrics and system alerts. - Document step-by-step SOPs for junior team members to run basics. References - Current tools: Shopify, Zapier, Klaviyo, Meta Ads Manager, Amazon Ads, ChatGPT; Open to Make, Tray.io, Manychat. Additional information I'd love to hear how you can prove a more efficient mix of tools. Let's set up a call and map the roadmap together. Company details - I run a fast-growing online brand with storefronts on Amazon, Etsy, TikTok Shop, website, eBay, Facebook, and Instagram. - Ecommerce Automation Type Data syncing, Marketing campaign, CRM workflows, Task automation, Email automation ntegration Points Website, Shopify, Social Media, Email Platforms , , , Websites, , , Instagram, Shopify, Zapier Ideal candidate (Optional) Budget and timeline (Mandatory)
19 days ago34 proposalsRemoteAI Automation Consultant
Company Overview Elegant Enterprise-Wide Solutions, Inc. is a government-focused IT services and consulting firm delivering innovative, enterprise-scale solutions across Federal, State, Local, Defense, and Intelligence sectors. With deep experience in complex environments, we specialize in software development, data analytics, cloud computing, cybersecurity, IT engineering, and business process automation—helping organizations modernize systems, improve efficiency, and achieve mission-critical outcomes. Position Overview Elegant Enterprise-Wide Solutions is looking for an experienced AI Consultant on a project-based / on-demand engagement model to design and implement AI-driven solutions that automate and enhance our Process. This role is best suited for a self-driven professional who can independently deliver outcomes and work on specific assignments with defined deliverables and timelines Engagement Model • Type: Freelance / Independent Consultant • Work Mode: Remote Required Qualifications • 4–8 years of experience in AI/ML, automation, or related domains • Hands-on experience with LLMs (e.g., GPT-based solutions, prompt engineering) • Strong understanding of automation workflows and APIs • Experience with tools such as: o Python, APIs, automation tools (Zapier, Make, Power Automate, etc.) • Ability to independently design and deliver solutions Application Requirements Interested candidates should share: • Relevant project experience • Examples of AI/automation solutions built • Tools and technologies expertise Availability and expected commercial terms (per project) Note: IST Time zone people are Preferred.
23 days ago17 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.
13 days ago17 proposalsRemoteopportunity
Build youth football training and athlete development app
I am looking for an experienced developer (or small team) to build a web app for a youth football (soccer) athlete development platform. I have already created an MVP using a no-code tool (Base44), and now need a more scalable, fully functional version built properly. PROJECT OVERVIEW The platform is designed to help young footballers improve their athletic performance through structured training programs, progress tracking, and gamification. It is aimed at players aged 10–18 and their parents. The goal is to provide access to structured training, similar to what professional academy players receive, at an affordable monthly price. Core features 1. User Accounts - Parent accounts (email login) - Ability to create multiple child profiles - Child login using 4-digit PIN - Individual player accounts (email login) 2. Player Profiles - Player data (age, height, weight, position) - Player ratings (pace, strength, agility, etc.) - FIFA-style player card with profile image 3. Training Programme System - 8-week structured training programs - Progressive overload logic - Multiple program types (speed, strength, agility, conditioning, skills) - Weekly training plans 4. Exercise Library - Database of exercises (speed, strength, agility, ball mastery, etc.) - Each exercise includes description, sets/reps, and video 5. Progress Tracking - Track performance metrics (speed, strength, fitness, etc.) - Graphs showing improvement over time - Weekly reports 6. Gamification - XP points - Levels - Training streaks - Badges 7. Social Features - Add friends - Leaderboards (weekly XP, streaks, etc.) - Activity feed 8. Subscription System - Free plan - Paid plans - Family plan (multiple children) - Stripe integration DESIGN REQUIREMENTS - Dark, modern, professional UI - Clean sports performance dashboard style - Similar feel to Nike Training Club / Strava / Hudl - Mobile responsive TECH REQUIREMENTS Open to suggestions, but ideally: - React / Next.js frontend - Backend with database (Firebase, Supabase, or similar) - Stripe for payments WHAT I WILL PROVIDE - Full product idea and structure - Base44 MVP for reference - Feature list and user flow - Design direction WHAT I NEED - Full development of the platform - Clean UI/UX implementation - Scalable architecture - Ongoing support (optional) GOAL To build a high-quality MVP that can be launched to real users and scaled into a full product. Please include examples of similar work or apps you have built.
7 days ago87 proposalsRemoteMotion Graphics Animator – YouTube Channel
I'm building a serious documentary YouTube channel investigating cybercrime and financial crime — the kind of in-depth storytelling people watch at midnight and can't stop. Think channels like Fern, Hoog, and Wendover Productions. I handle everything on the creative and narrative side — research, scripting, voiceover, and direction. I need an animator who can take that and make it visual. This is a long-term partnership. I'm not looking for one video. I'm looking for someone to grow with. ———————————————— WHAT EACH VIDEO NEEDS → Animated maps — locations, movement, money trails, transaction flows → Data animations — figures, percentages, timelines coming to life → Text and fact reveals — key names, dates, amounts appearing with impact → Scene transitions and motion overlays synced to narration → Dark, cinematic documentary visual style throughout AI tools (Runway ML, Kling AI, Midjourney, or similar) are welcome and encouraged — I want us working smart, not slow. Videos: 10–20 minutes | 2 per month ———————————————— YOU'RE THE RIGHT FIT IF: ✅ You understand motion as storytelling, not decoration ✅ You can animate a money flow diagram or location map from scratch ✅ Adobe After Effects is in your toolkit ✅ You're familiar with channels like Fern or Hoog (or willing to study them) ✅ You're comfortable using or experimenting with AI video tools ✅ You're reliable, communicative, and take deadlines seriously You're NOT the right fit if your work is built around social media edits, cartoon characters, or bright explainer content. Different skill set — just not what this channel needs. ———————————————— BUDGET & TERMS Rate: $150 per video (fixed price per project) Volume: 2 videos per month = $300/month ongoing Payment: Per video on completion, via PeoplePerHour I'll be honest — this is a startup budget. The channel is early stage. But the work is consistent, the creative brief is clear, and the budget grows as the channel grows. If you're building your portfolio in the documentary/cinematic space, this is real, regular work with creative freedom. ———————————————— TO APPLY Send me: → Portfolio or showreel (motion graphics work, documentary or dark/cinematic preferred) → Tools and software you use → Confirmation you're comfortable with the $150/video rate To show me you actually read this posting, start your message with DARK MONEY and tell me in one line what visual style this channel uses. Skip this and I won't reply — nothing personal, just how I keep things efficient. Remote. Serious. Long-term. Let's build something.
13 days ago14 proposalsRemoteIntegration Specialist for Self Storage SaaS with HubSpot
Summary We are seeking an experienced integration specialist to connect our self storage specific SaaS system with HubSpot. The ideal candidate will have a strong background in API integrations and a deep understanding of CRM systems. We will handle the data imports from head office. We require the most support with connecting the 2 systems in order to achieve contact synchronization, unit availability synchronization, order creation in the SaaS from HubSpot deals . If you have a proven track record in SaaS integrations and are familiar with self storage or CRM systems, we want to hear from you! Objective Integrate HubSpot with the operational storage management platform to support sales and storage operations. We are adopting a dedicated operational platform for managing storage units and tenancies across its sites. The business already uses HubSpot for sales, marketing and customer relationship management. An integration is required so that: Sales enquiries, quoting and deal management remain in HubSpot Unit management and tenancy operations are handled in the operational platform Both systems maintain consistent visibility of customers and unit status Brief 1. Objectives a. Maintain HubSpot as the sales platform Sales teams continue to manage enquiries, quotes, deals and the pipeline within HubSpot. b. Use the operational platform for storage management The operational platform will handle unit inventory, allocation of units, tenancy lifecycle and occupancy status. c. Synchronise core data between systems Both platforms should stay aligned on customer records, unit inventory, unit availability and occupancy status. d. Automate order creation When a deal reaches a defined stage in HubSpot: i. a customer record should exist in the operational platform ii. an order should be created in the operational platform iii. the order ID should be stored in HubSpot e. Provide operational visibility in HubSpot Sales and customer service staff should be able to see which units a customer occupies, unit availability and operational status directly within HubSpot. 2. Functional Requirements a. Contact Synchronization i. Create customers in the operational platform from HubSpot contacts ii. Update customer information iii. Store the customer ID in HubSpot Email will likely act as the primary matching key. b. Unit Types HubSpot should contain a representation of unit types including size, location, pricing and metadata to support quoting and deal creation. c. Storage Unit Visibility HubSpot should display unit identifiers, availability, occupancy status and associated unit type. Units remain controlled in the operational platform and read-only in HubSpot. d. Deal to Order Process When a deal reaches a defined pipeline stage in HubSpot: i. Confirm or create the customer in the operational platform ii. Create an order in the operational platform using the selected unit type iii. Store the order ID on the HubSpot deal e. Operational Updates Changes in the operational platform should update HubSpot including order creation, tenancy creation, move-in confirmation and occupancy changes. 3. Technical Context The initial concept uses HubSpot workflows, webhooks and API connections between HubSpot and the operational platform. However, we are open to recommendations on the most appropriate integration architecture. 4. Project Timeline Expected delivery timeframe: approximately 2–3 months including testing and validation. 5. What We Are Requesting We are seeking proposals covering: Recommended integration approach Estimated implementation timeline Project cost estimate Ongoing maintenance requirements (if any)
a month ago35 proposalsRemoteAppointment booking on a pay-per-appointment basis
Hi, We’re looking for an experienced freelance appointment setter to generate qualified, face-to-face meetings for our office furniture and commercial fit-out business based in Hertfordshire. This is a work-from-home role with flexible hours, paid on a per appointment basis. We have worked this way before very successfully and are prepared to pay realistic, competitive rates for genuinely qualified bookings. This position will suit someone confident in sourcing their own leads and engaging directly with decision-makers. What we need • Booked appointments with: o Directors o Facilities / Premises Managers o Office Managers • Target businesses typically 25–200 employees • Located mainly in London & Home Counties • Projects planned or expected within 3–6 months Type of work • Office furniture supply • Office reconfiguration works • Office fit-out and refurbishment • Space planning and design Ideal project value: £20k – £350k Key requirements • You must source your own data/leads • Appointments must be genuine, qualified, and decision-maker level • Meetings must be face-to-face About us • Established company with ISO certifications and accreditations • Our website shows a snapshot of what we do (although it needs updating!) • Strong track record across multiple sectors • Long-term clients and solid references How it works • Payment is made per qualified appointment booked and attended • Ongoing opportunity for the right person • This is strictly a pay-per-appointment model, we are not looking for per-call, hourly, day-rate, or per-campaign arrangements Important This is a results-based role, so prior experience in B2B appointment setting is essential. You should be confident in your ability to generate results through your own outreach and lead sourcing. We plan to pay a set fee per attended appointment and would like to target approx. 10 - 15 appointments per month, and I would like to see in your proposal a set fee per appointment. I have allocated a starting budget of £2000 to cover an initial number of appointments, which is flexible depending on how many appointments are achieved, with appointments paid AFTER the visit, from an escrowed deposit held by PPH Please only apply if you are confident that you can consistently produce results. We want this to be worthwhile for both sides and don’t want people committing significant time and effort without a return. This role is best suited to experienced operators who already have a proven approach and are comfortable working on a performance basis. If you’ve successfully booked similar B2B appointments before, this should be a straightforward opportunity. If this is of interest, please respond with: • Your relevant experience • Where you're based • How you typically source leads • IMPORTANT! Your expected fee per booked appointment • It would be good to receive a personal response rather than some wordy AI response, less is more! Thankyou
13 days ago16 proposalsRemoteOn-going freelance PR admin
The role is providing admin support in a small, busy PR agency. As well as adhoc admin you will do the following; - creating monthly press cuttings and media coverage reports in powerpoint for clients - compiling client invoices for sample send outs every 3 months - updating the Eviva website from time to time - making travel arrangements and creating itinerary documents for press trips - assisting with sample drops to press - helping with event organisation by sending out mailshots via mailchimp, compiling registration lists, name badges and other event materials - Updating and adding contacts to our press list and trade database which will involve data entry, online research and emailing You will need to have excellent communication skills (including spoken and written English), a personable and professional email and phone manner, a high level of attention to detail, efficiency, accuracy and organisation, a willingness to learn and be able to quickly grasp new activities and work independently, be flexible, reliable and comfortable in a busy environment and be able to turn things around quickly and work to a deadline when required. Experience of working in PR and comms and knowledge of the media would be useful but not essential as this is a junior admin role You will need to have excellent knowledge of Microsoft Office and social media including Instagram and tik tok, and be familiar with mail chimp, word press websites and canva. I am looking for ongoing support so please only get in touch if you are available and looking for ongoing freelance work. The amount of work will vary each week but on average will be about 2 days/week spread over the week.
a month ago32 proposalsRemoteopportunity
2-in-1 Carpooling Platform (Short + Long Distance)
Develop a hybrid 2-in-1 carpooling platform (iOS, Android, Web, Backend) combining long-distance scheduled trips and short-distance on-demand rides with a global toggle. Features: real-time GPS tracking, 3D vehicle animation, driver/passenger KYC, vehicle auto-recognition, wallets with automated 65/35 split, booking flows, cancellation rules, ratings/loyalty, admin CMS, payment gateways, policy pages, scalable microservices, secure auth, and deployment-ready deliverables including API docs, QA, and integrations. Ratings visible on driver profile • Feedback system mandatory ⸻ 9. Driver Profile Display Before booking, passengers must see: • Vehicle details (plate, model) • Available seats • Total trips completed • Ratings & reviews • Past feedback ⸻ 10. Notifications System • Push notifications (Firebase/APNs) • Real-time alerts: • Booking confirmation • Driver arrival • Trip start/end • Payment updates ⸻ 11. Integration Requirements ⸻ 11.1 Website Integration • Sync with existing: • Driver forms • Passenger database • Shared backend APIs ⸻ 11.2 Admin CMS Super Admin must: • Manage users (drivers/passengers) • Monitor transactions • Control payouts • Handle disputes • View analytics ⸻ 11.3 Payment Gateway Integration • Stripe / PayPal / Local gateways • Must work across: • Mobile apps • Website ⸻ 12. Policy & Compliance Pages Integrate: • Privacy Policy • User Policy • Cancellation Policy • Dispute Resolution • Complaint Forms ⸻ 13. Technical Requirements ⸻ Frontend • Flutter / React Native (preferred for cross-platform) • Smooth UI/UX (Uber-like experience) ⸻ Backend • Node.js / Django / Laravel • RESTful APIs • Scalable microservices architecture ⸻ Database • PostgreSQL / MySQL • Real-time DB (Firebase optional) ⸻ Maps & Location • Google Maps API / Mapbox • Real-time GPS tracking ⸻ 14. Security Requirements • KYC verification • Data encryption (SSL) • Secure authentication (JWT / OAuth) • Fraud detection system ⸻ 15. Deliverables Developer must provide: • Fully functional iOS & Android apps • Admin dashboard (CMS) • Backend API documentation • Integrated website system • Testing & QA • Deployment support ⸻ 16. Expected Outcome A fully integrated hybrid ride-sharing ecosystem that: • Works like BlaBlaCar + Uber in one app • Allows mode switching • Provides real-time tracking + structured trip booking • Ensures automated revenue split & wallet system
10 days ago65 proposalsRemoteopportunity
Music led AI proposition (MVP - next stage)
Hi All, see below what we are looking for: We've developed an AI-powered platform built to help businesses craft compelling pitches and proposals. Currently at MVP stage and using the Claude AI API, the product has proven its core concept and is ready to scale. We’re looking for an experienced consultant developer to take it from MVP to a robust, secure, multi-tenant product that is ready for commercial growth. The Role This is a freelance/contract engagement, fully remote. You’ll work closely with the founder to define the roadmap, make key technical decisions, and deliver a more polished, secure, and scalable version of the product. The right person will be comfortable working across the full stack and will have a genuine interest in AI-powered products. Scope of Work 1. Build Out the Product Proposition • Evolve the MVP into a fuller product experience — improved UX, additional features, and a clearer user journey. • Identify and close gaps between the current MVP and a market-ready product. • Work collaboratively to define and prioritise the feature roadmap. 2. Multi-Tenant Authentication & Secure Login • Design and implement a secure, scalable multi-tenant login architecture so that separate companies can access the platform with fully isolated accounts. • Implement role-based access control (RBAC) where appropriate. • Evaluate and integrate a suitable auth provider (e.g. Auth0, Clerk, Supabase Auth, or similar). 3. Security Enhancement • Audit the current codebase and infrastructure for security vulnerabilities. • Implement security best practices: input validation, rate limiting, secrets management, and secure API handling. • Ensure GDPR compliance for UK/EU users — data handling, storage, and deletion policies. • Set up appropriate logging and monitoring for security events. 4. Improve AI Matching & Recommendations • Review and refine the existing Claude-powered matching logic. • Improve the quality, relevance, and consistency of AI-generated outputs. • Explore additional prompt strategies, context management, and retrieval approaches (e.g. RAG) to strengthen results. 5. Optimise the Claude API Configuration • Audit and refine the existing Claude API set-up: model selection, system prompts, token usage, and response handling. • Implement cost controls and ensure API usage is efficient and well-monitored. • Stay current with Anthropic’s best practices and model updates. 6. Scalability & Infrastructure • Assess the current infrastructure and recommend improvements to support growth. • Ensure the system can handle multiple concurrent users and company accounts without degradation. • Implement database optimisations and appropriate caching where needed. 7. Testing, Documentation & Handover • Establish a testing strategy (unit, integration, and end-to-end tests) to ensure code quality as the product scales. • Document the architecture, API, and key decisions so future developers can contribute effectively. • Provide a clean handover with clear notes on any ongoing work or future recommendations. What We’re Looking For • Proven experience taking products from MVP to production-ready, at pace. • Strong full-stack development skills — comfortable across front-end, back-end, and infrastructure. • Solid understanding of authentication systems and multi-tenant architectures. • Experience with LLM APIs — ideally Claude/Anthropic, or similar (OpenAI, Gemini). • Security-conscious mindset with practical knowledge of common vulnerabilities and mitigations. • Familiarity with GDPR and data privacy requirements in the UK/EU context. • Strong communicator — able to translate technical decisions into plain language for a non-technical founder. • Fluent in written and spoken English — clear communication is essential as you’ll be working closely with the founder throughout. • Self-directed, reliable, and comfortable working asynchronously. • Experience with prompt engineering and LLM optimisation. • Background in B2B SaaS products. • Knowledge of RAG (Retrieval-Augmented Generation) or vector database approaches. • Familiarity with analytics and observability tooling. A few notes: 1. If you can't communicate in English please don't apply as i will need to speak to you to grow this 2. Must have experience in developing or creating Ai websites (i will be asking for this) 3. Make sure your application is relevant to what the above is asking, if it isn't then it will auto-rejected. Thanks
a month ago30 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
a month ago17 proposalsRemoteCinematic Space Technology Animation Full Storyboard Provided.
WHAT THIS IS I am developing a space debris removal technology called ARDENT and need a high-quality cinematic animation for use in: - IP licensing meetings with aerospace prime contractors (ClearSpace UK, Astroscale) - UK Space Agency grant application (£75.6M programme) - UK Space Conference 2026 presentation This is NOT a generic explainer video. This is a cinematic science film — think SpaceX Starship launch films, ESA debris visualisation videos, or NASA JPL science films. Serious, awe-inspiring, technically accurate. I have a COMPLETE production storyboard document (Word doc, ~25 pages) containing: ✓ Shot-by-shot descriptions for all 13 shots ✓ Camera directions for every shot ✓ Full voiceover script (310 words, ~2m35s read time) ✓ Sound and music notes per shot ✓ AI video prompts per shot (Sora/Runway formatted — you may use these or ignore them) ✓ Style references for every scene type ✓ Colour palette and brand guidelines (ARDENT navy/gold) You will not need creative meetings before quoting. The brief is complete. ━━━━━━━━━━━━━━━━━━━━━━━━ THE 13 SHOTS IN BRIEF ━━━━━━━━━━━━━━━━━━━━━━━━ 01 — Earth from orbit, opening wide shot (8s) 02 — Orbital debris field visualisation with statistics overlay (12s) 03 — Defunct satellite collision in slow motion (10s) 04 — ARDENT title card (8s) 05 — Servicer spacecraft approaching debris target (14s) 06 — Vision system characterising debris with HUD overlay (12s) 07 — THE HERO SHOT: cannon fires, net deploys in slow motion (14s) ← most important 08 — Net envelops debris, cinch mechanism closes (17s) 09 — Drag augmentation sail unfurls, passive deorbit begins (17s) 10 — Data/statistics sequence with kinetic typography (13s) 11 — Three failure modes solved — comparison graphic (17s) 12 — Epic wide beauty shot, full system against Earth (13s) 13 — End card with logo reveal (15s) ━━━━━━━━━━━━━━━━━━━━━━━━ STYLE & TECHNICAL REQUIREMENTS ━━━━━━━━━━━━━━━━━━━━━━━━ Style: Cinematic CGI — photorealistic space environment, not cartoon or flat design References: SpaceX Starship landing films / ESA space debris visualisations / NASA JPL Resolution: 4K minimum (3840×2160), 16:9 Frame rate: 24fps cinematic (slow motion shots at 50fps+ then slowed) Format: MP4 H.264 master + compressed version for presentations Source files: Included in price (After Effects, Blender, or Cinema 4D project files) Voiceover: NOT included — I will record or commission separately Music: NOT included — I will license separately from Artlist/Epidemic Sound Colour grade: Cinematic, cool-toned space palette with warm Earth glow ━━━━━━━━━━━━━━━━━━━━━━━━ THE HERO SHOT — SHOT 07 ━━━━━━━━━━━━━━━━━━━━━━━━ Shot 07 is the centrepiece of the film and the most important shot to get right. It shows a cold-gas cannon on the nose of a spacecraft firing a net package into space. The net blossoms open — 20 metres of fine Dyneema mesh expanding beautifully against black space, corner masses swinging out, sunlight catching the mesh fibres in gold. It travels at a visibly slow, controlled pace. This shot is beautiful and it needs to feel like a genuine engineering miracle. Please pay special attention to this shot in your proposal — showing me you've thought about how to achieve it will go a long way. ━━━━━━━━━━━━━━━━━━━━━━━━ WHAT I NEED IN YOUR PROPOSAL ━━━━━━━━━━━━━━━━━━━━━━━━ 1. Your showreel / portfolio — specifically anything with: space, particles, slow motion physics, mechanical sequences, or technical animation 2. Which shots you'd approach using 3D CGI vs AI-assisted generation vs motion graphics 3. Your proposed timeline 4. Your fixed price for the complete deliverable 5. Two or three sentences on how you'd approach Shot 07 specifically I will provide the full storyboard document to shortlisted applicants immediately. IDEAL FREELANCER PROFILE ━━━━━━━━━━━━━━━━━━━━━━━━ - Experience with space, science, or technical CGI animation (essential) - Proficient in Cinema 4D, Blender, or equivalent 3D software (essential) - After Effects for compositing and motion graphics (essential) - Experience with particle systems and physics simulation (important) - Comfortable working from a detailed written brief without hand-holding - UK-based preferred but not essential — must be comfortable with English-language brief NOT suitable for this project: - Character animators - 2D flat/explainer video specialists - Whiteboard animation - Template-based video makers A skilled animator using a combination of 3D CGI for the mechanical shots and AI-assisted generation for the space environment shots can deliver this within a good budget. I am happy to discuss a phased approach if helpful — priority shots first, balance on delivery. ━━━━━━━━━━━━━━━━━━━━━━━━ Looking forward to hearing from you. Please message with your portfolio and proposal.
6 days ago16 proposalsRemoteMake a (production/demo) level install of a DGX Spark cluster
Hi, I'm looking for an experienced AI infrastructure specialist — or a passionate enthusiast with solid hands-on experience — to build a robust, flexible, and high-performance backend foundation for OpenClaw (an open-source autonomous AI agent) on two NVIDIA DGX Spark systems connected via 200 GbE (ConnectX-7). The goal is a stable, demo-ready environment that showcases the power of open-source models. OpenClaw will run on a separate system and connect easily via OpenAI-compatible APIs (or equivalent best-practice interfaces). Everything should prioritize: Easy remote access and external connectivity (via Tailscale/ZeroTier). Fast performance within the hardware's unified memory constraints. Simple model switching/adding later (hot-swappable where possible). Persistent services with web UIs for live demos. On-demand tools that can spin up/down cleanly. Hardware & Current State 2× NVIDIA DGX Spark (Grace Blackwell, 128 GB unified LPDDR5x memory each, ARM64). 200 GbE interconnect + 1 GbE internet links. I have a basic cluster setup, timeshift snapshots, ZeroTier, and Tailscale already running. You're welcome to rebuild from scratch if that's cleaner and faster. Core Requirements (Persistent Where Possible) vLLM as primary inference engine with a large-context main model (e.g., Nemotron 120B or equivalent). Must support easy switching to newer models. Whisper (or best-practice alternative like faster-whisper) – ready for OpenClaw API integration. Piper TTS – ready for OpenClaw API/text-to-voice integration. All persistent services should run with clean web UIs for demo purposes. On-Demand Tools (Configured for Easy External/Tailscale Access + Web UIs) Ollama + web UI (for specific or scheduled models). OCR model + workflow (let's discuss the best option—e.g., EasyOCR/PaddleOCR—and data saving/integration with other tools). Image generation (primary for OpenClaw use) with multiple models available. LoRA training tools for image generation. RAG / vector DB (choose the best integration with OpenClaw and other tools—e.g., Qdrant, Chroma, or Milvus). Multi-agent capable dev tools / environment. Central Portal & Usability A single web-based portal (e.g., OpenWebUI or equivalent) for central access to all tools, easy model switching, admin controls, and live demos. Nice-to-Have / Optional Enhancements (quote separately if interested) Full 2-node clustering with tensor parallelism (e.g., using the open vLLM-DGX-Spark repo or Ray/NCCL). Docker Compose / lightweight Kubernetes orchestration for easy updates and portability. Monitoring dashboard (Prometheus + Grafana). NVIDIA NIM microservices for optimized inference. Any other best-practice tools you recommend for integration, speed, or flexibility. Your Profile You're deeply familiar with these tools (or eager to dive in as an enthusiast), NVIDIA DGX systems (especially Spark/Grace Blackwell), multi-node inference (vLLM, tensor/pipeline parallelism), Docker/containerization, and API integrations. You understand VRAM/unified-memory optimization and can make everything work together smoothly. Bonus if you have experience with OpenClaw, OpenWebUI, RAG pipelines, or agent frameworks. Proper English communication (written and spoken) is a must for smooth collaboration. Timeline & Expectations We have a tight deadline — I need a stable, running environment live as soon as possible. You're completely free to experiment, test, and play around with different configurations during setup, but the priority is delivering a functional, demo-ready system quickly. Speed matters, while still maintaining quality and stability. Compensation Competitive hourly rate (fully flexible and based on your region, experience, and the exact scope) or a fixed-price project bid if preferred. I'm completely open to discussion—propose whatever rate works best for you and your location. This project serves as a test case for potential further collaboration and ongoing work if it goes well. If you're the right fit, there will be plenty of exciting follow-up opportunities. Work Style & Availability This is remote work. I am completely flexible on working hours and not EU-bound. As long as you're excellent at what you do, I'm happy to work with talent from anywhere in the world (including low-income countries—great people deliver great results everywhere). If this sounds like a good fit, reply with: Your relevant experience (especially with DGX Spark, vLLM multi-node, or similar stacks — enthusiasts with strong practical knowledge are very welcome). Rough timeline and cost estimate (with your proposed rate). Any questions or suggested improvements. Looking forward to building something powerful together!
24 days ago14 proposalsRemote