
Control Panel Design Projects
Looking for freelance Control Panel Design jobs and project work? PeoplePerHour has you covered.
PSD editing + video editing - no design needed
NO AI APPLICATIONS PLEASE. I KNOW WHEN SOMEONE APPLIES USING AI. I have 26 x A4 PSDs which require editing, images and words The design is already done so no design needed. These needs to be done between 20 March and 24 March I also need 3 x videos to be edited using footage and logos provided. You will need to add captions. Again, you will be provided with a storyboard. So its an editing task.
12 days ago33 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
7 days ago92 proposalsRemoteExpires in 22Website Design B2B
I am launching a website and I need it to be clean and credible build. The goal is to convey professionalism and authority to SMEs and corporate HR leaders. - Design a professional layout with clean typography and strong structure - Build a 5-6 page website including Home, About, Certification Process, Criteria Overview, Get Certified, and Contact pages - Ensure strong UX and mobile optimization - Set up basic SEO structure - Integrate contact form. The site must be editable by me, and I am open to platform recommendations between Wix, Squarespace, or WordPress. Please include 2–3 examples of professional/corporate websites you’ve built.
25 days ago57 proposalsRemoteLogotype update
I am looking for someone who can help me to have my logo in different formats and colours. Its already designed.
5 days ago31 proposalsRemoteopportunity
Extract blood test data from PDF documents that have been OCR'd
The objective is to build a structured blood test database that allows pathology results to be viewed, edited, filtered, and exported to Excel via a web-based HTML interface. The system stores results in a clean, standardised format so trends can be analysed accurately over time. Using AI-assisted OCR, I have built a local Python extraction pipeline that converts PDF pathology reports into machine-readable text and inserts structured data into a SQLite database. The majority of blood tests extract correctly, including canonical test name, result value, unit, and reference range. However, I have reached a specific technical issue with three markers: • CRP (C-reactive protein) • ESR • GLU (Glucose) The OCR output clearly contains the correct lines, and debug logs confirm they are processed. Yet no rows are inserted for these markers. The failure appears to occur between canonical matching, numeric extraction, or validation logic. Current System Architecture The system runs locally and consists of: • extraction_core_2.py (main engine) • Supporting modules for OCR preprocessing, lab dictionary building, regex matching, and validation • SQLite backend • Schema-driven canonical lab dictionary • Controlled fuzzy fallback logic • HTML viewer for results display and Excel export Pipeline flow: Convert PDF to image (pdf2image) Preprocess Run Tesseract OCR Clean and normalise text Match against canonical lab dictionary Extract: canonical test name numeric result unit reference range Validate Insert into SQLite The engine is deterministic and rule-based. The Specific Problem Example OCR line: CRP H 5.2 mg/L 0-5 OCR text is correct. NUMBER_PATTERN matches. The canonical dictionary contains the test. Yet: Inserted 0 rows from 0126251OrderReport_23B00006604_CRP.pdf Likely failure points include: • Canonical containment match failing due to normalisation • Flag tokens (“H”, “L”) interfering with numeric capture • Numeric extraction anchored incorrectly • Validation rejecting due to strict range formatting • Unit pattern mismatch (e.g. mmol/L) • Dictionary indexing issue • Match overridden by another lab name • Guard conditions too strict If validation fails, the row is rejected silently. All other panels extract correctly. The issue appears isolated. What Is Required This is not a rebuild. We do not want: • Re-architecture • Experimental AI guessing logic • Large-scale changes • Expanded fuzzy matching We need: 1. Precise Diagnosis Identify exactly where CRP, ESR, and GLU are failing insertion and which rule is causing rejection. 2. Minimal Safe Fix Implement a targeted correction that: • Adjusts canonical matching if required • Anchors numeric extraction correctly • Allows flag tokens without blocking capture • Relaxes only necessary validation checks • Preserves deterministic behaviour 3. Zero Regression • No impact to currently working panels • No performance degradation • No uncontrolled fuzzy expansion 4. Modular Implementation If appropriate: • Implement as small isolated module or • Cleanly adjust matching block The existing architecture should remain intact. Constraints The system is designed to be: • Deterministic • Schema-driven • Reproducible • Forensic-grade We cannot introduce probabilistic or unpredictable behaviour. Longer-Term Goal After stabilising extraction: • Migrate to web deployment • Enable structured uploads • Add trend analysis • Later incorporate AI-assisted interpretation Immediate priority: Stabilise deterministic extraction for CRP, ESR, and GLU without breaking the existing engine. Materials Provided Uploaded: • Full extraction_core_2.py (text format) • Screenshot of HTML viewer • Sample PDF files • Export showing required output Additional materials available on request: • Sample OCR blocks • Canonical dictionary entries • Regex patterns • Validation logic • Database schema • Debug logs This is a focused debugging and refinement request. I have spent many hours attempting to isolate the issue and now require an experienced developer to identify the blocking condition and implement a practical fix. I have been advised this should take 1–2 hours for a senior developer. Looking for a swift turnaround.
a month ago22 proposalsRemoteopportunity
Mobile App UI/UX Designer Needed (Premium, Dark Minimal Style)
We are looking for an experienced UI/UX designer to design a **mobile application (iOS + Android)** with a **clean, minimal, premium feel**. The app is focused on **daily interaction, short-form content, guided user flow, and a strong text-driven experience**. We want a designer who can create something that feels **unique, serious, premium, and slightly unconventional** — not a generic startup app. **Scope:** We need the full design in Figma for an MVP, including approximately **10–15 mobile screens**. The reason this fits into 10–15 screens is because several functions will share the same structure/layout, for example: * daily quote and daily task can use the same layout * task and evening review can use the same screen structure with different content * chat stays in one main screen * multiple guidance/reflection flows can happen inside chat instead of separate modules **Main screens to design:** 1. Onboarding flow (multi-step, text-based) 2. Daily quote / message screen 3. Main dashboard / home screen 4. Daily task screen 5. Chat / mentor interface 6. Midday check-in / prompt screen 7. Evening review screen 8. Side navigation menu 9. Profile / settings 10. Paywall / subscription screen 11. Progress / simple status screen 12. Optional variations/states for the above screens **Design direction:** * Dark theme (black / deep tones) * Minimal UI * Strong typography * Premium visual feel * No clutter * No playful or colorful style * Smooth, subtle transitions * More cinematic than “app-like” **Important:** We are **not** looking for: * generic app UI * template-based work * bright or playful design * overly busy dashboards We want something that feels: * serious * premium * modern * high-end * clean but not boring **Deliverables:** * Full Figma file * Mobile screens for the MVP * Clickable prototype / basic flow * Design system basics (typography, spacing, colors, component consistency) **To apply, please answer:** 1. Show 2–3 mobile apps you designed that feel premium / minimal / dark 2. How do you make a minimal product feel strong and not boring? 3. Can you create a custom visual direction instead of using standard template-style UI? **Budget:** Open to fixed-price proposals.
2 days ago28 proposalsRemoteDrupal Developer
Description: We are looking for an experienced Drupal Developer to support ongoing development and maintenance of our website. This is a freelance role with the potential for long-term collaboration based on performance. Responsibilities: - Develop, customize, and maintain Drupal websites - Build and modify themes and modules - Improve website performance, security, and scalability - Fix bugs and troubleshoot technical issues - Collaborate with the team to implement new features - Ensure responsive and user-friendly design Requirements: - Strong experience with Drupal (Drupal 8/9/10) - Proficiency in PHP, HTML, CSS, JavaScript - Experience with custom module and theme development - Familiarity with Git/version control - Understanding of website performance and security best practices - Good communication skills in English Nice to Have: - Experience with Drupal migrations - Knowledge of APIs and third-party integrations - Basic DevOps or hosting experience Project Details: - Type: Freelance (Hourly or Fixed – open to discussion) - Availability: Part-time / Full-time depending on workload - Start: Immediate - Budget: Flexible based on experience How to Apply: Please share: - Your Drupal experience (years + versions worked on) - Links to previous Drupal projects - Your availability and hourly rate
14 days ago30 proposalsRemoteExplosive Sports Apparel Graphic
I am developing a country-based football apparel collection and am looking for a designer who can create a high-impact, retail-ready front graphic for a Brazil 2026 concept. This is not a basic text design. I need strong sports energy, dramatic lighting, and abstract national color integration. Creative Direction: • Dynamic soccer action pose (bicycle kick or power strike silhouette) • Explosive green and yellow energy streaks • Subtle blue accents (implied national identity) • No official flag reproduction • No tournament logos • Clean, bold typography: BRAZIL 2026 • Strong contrast, dramatic composition • Must feel premium and retail-ready I will provide reference samples showing the energy level expected. This is a paid test project for one country. If successful, this will expand into a multi-country collection. TECHNICAL REQUIREMENTS (NON-NEGOTIABLE) • Native canvas size: 4500 × 5400 pixels • Resolution: 300 DPI • Color profile: sRGB • Transparent background PNG • Fully layered PSD file with editable text • Clean edge isolation suitable for DTG printing • Designed primarily for black shirt Do not upscale smaller artwork. The file must be built at full size from the start. IDEAL CANDIDATE • Experience in sports apparel graphics • Experience preparing DTG or Print-on-Demand files • Strong typography control • Ability to create dramatic, explosive compositions • Comfortable working within structured creative direction Please include: Examples of explosive sports or athletic apparel designs Confirmation that you can deliver 4500×5400 layered PSD files Confirmation that you understand DTG transparency requirements Budget for test: $40–$80 depending on experience.
a month ago15 proposalsRemoteopportunity
Looking forward UI/UX designer and frontend developer.
We're looking for a talented front-end developer and designer who can work in EST. A team is preferred, but talented individuals are welcome to apply as well. The ideal candidate should have strong communication skills, design skills, and front-end development experience, especially with PHP and JavaScript. Familiarity with WordPress and Shopify is a plus! We offer $300–$350 per week, depending on the project. Looking for a long-term working relationship.
14 days ago71 proposalsRemotePouch branding design
We are looking for a design to be created for our dog treat pouches. We would want our logo incorporated into it and the design to be black and white, there will need to be a clear section on the pouch where customers can see the treats. We want it to incorporate our sleek design with similar branding to our website, www.doginblack.co.uk
a month ago30 proposalsRemoteBrand Identity Designer — East London Bagel Shop (Hospitality)
The name reflects the idea that food travels — the bagel crossed from Eastern Europe to New York, became a cultural icon, and is now arriving in London. The brand should feel like it carries that journey with it. Tone & Aesthetic Confident, considered, and a little austere — not loud or street food casual. Think independent New York deli meets East London craft. Clean but with character. It should feel like it belongs in Shoreditch but wouldn't look out of place on the Lower East Side. Audience Tech workers, run club crowd, food-literate Londoners, corporate catering clients. People who notice good design and would be put off by anything try-hard. Scope of Work — Wordmark / logo — Colour palette — Typography system — Paper bag design — Menu card — Sticker / stamp — Packaging guidelines — Instagram templates / social media assets — Brand guidelines document Not included in this scope: website. Timeline First concepts needed by mid-April. Brand identity fully signed off by 30 April — this is a hard deadline as packaging, signage, and social all depend on it. Please come back with a quote, your proposed process, and any questions before we confirm.
8 days ago48 proposalsRemoteopportunity
Small kitchen showroom
i have a small space in my workshop to display some of our furniture, this will also be an office for my self so need a well thought out design, we make bespoke furniture.
5 days ago29 proposalsRemoteopportunity
Freelance Outbound Sales Campaign Consultant (B2B Lead Gen)
Freelance Outbound Sales Campaign Consultant (B2B Lead Generation) We are looking for an experienced freelance consultant to design and set up a multi-channel outbound sales campaign for a B2B client. This is not a telesales role. We need someone who can build the outbound engine, not just execute call Scope of Work * Define target audience and ideal customer profile * Build prospecting approach and data strategy * Develop messaging and outreach sequences (email, LinkedIn, phone) * Design and structure multi-channel sales cadences * Recommend and/or set up tools, workflows, and tracking * Provide guidance on lead qualification and handover to field sales * Support initial testing and optimisation **Key Requirement** Proven experience designing outbound sales campaigns that generate pipeline and booked meetings. You must be able to demonstrate how you have built and structured similar campaigns. **Not Suitable For** * General digital marketing or SEO specialists * Web designers or branding consultants * Pure SDRs with no strategic or campaign design experience **Outcome** A clear, structured outbound campaign that can consistently generate qualified meetings for a field sales team. If your experience is primarily in outbound sales strategy and pipeline generation, please apply with relevant examples.
3 days ago15 proposalsRemoteI REQUIRE A BANNER DESIGNING PRINT READY FILE
I require a banner designing and a PDF print ready file. Size required: 121.92cm wide 152.4cm height Attached is an image created on ChatGPT. I need it exactly how it is. The arabic writing says: Eid Mubarak I will also attach the business logo. The background to be either the exact same, or similar with an Eid theme
16 days ago24 proposalsRemoteIDX Real Estate Website Setup & MLS Integration (One-Time Setup)
Description: Looking for an experienced freelancer to set up a custom IDX/MLS integration with IDX Broker on a WordPress website with Hello theme. The solution must be fully owned (custom backend + frontend). No maintenance fees. Experience with MLS compliance required. Scope of Work: _Complete IDX setup on website _MLS integration with active property feed _Responsive property search for both: MLS listings Non-MLS / manual listings _Clean, modern, responsive, mobile-friendly design _Fast loading property search and filters _Easy-to-use admin or backend _Proper display of listings (images, details, map, filters, contact forms, save favorite properties, share listings, etc.) _Lead capture setup Requirements: _Must be a one-time setup (no recurring fees, no ongoing maintenance fees) _Full ownership/control of the setup after completion _Experience working with MLS/IDX feeds and real estate websites IMPORTANT: Please include in your proposal: _Live IDX websites you have previously built or worked on that include real MLS search functionality _Brief explanation of the MLS/IDX solutions you have worked with _Confirmation that your solution does not require recurring or maintenance fees beside IDX Broker and MLS fees. Future Work Note: If we are satisfied with the initial MLS integration and overall setup, there will be opportunities for additional setup and expansion work on future projects and features. Budget & Timeline: Open to proposals with clear scope-based pricing. Please include your estimated timeline and cost. Looking forward to working with someone who has proven IDX experience and can deliver a complete, self-sustained solution.
9 days ago33 proposalsRemoteA professional resource needing visual design
I have created a therapist resource package containing 11 editable downloadable documents and a appox 9-10 page guidance booklet. I need an experienced editorial document designer to transform this into a visually polished, professional downloadable product aligned with my brand. The final deliverable should include a beautifully branded designed booklet and a cohesive layout for the editable documents, that gives the purchaser the feeling of buying something that is visually pleasing, in a reassuring sense, not overly busy, soft, well laid out, structured. Everything is ready to be sent to you, booklet is in PDF format and the 11 editable documents are in word format. Is this something you can help me with? looking forward to hearing from you, Anita
20 days ago5 proposalsRemoteLogo design for my spice blend and seasoning pre mix
Bringing Authentic Indian Flavors to Every Kitchen www.indianspicyflavor.com
12 days ago21 proposalsRemoteCartoon Character/Mascot
We are astart up and looking to launch a new service online. In our market research we had great feedback for a mascot that would symbolise the service and different people involved. We have a concept character that everyone likes and would now like to go to next stage and produce a final design. My preference is to have a short call to start with so i can explain what it is we want to achieve, which i think works for you as well as me. I promise it will be a short call if we are both happy will then send design ideas and other details. Let me know if this acceptable to you and will share my contact details. Regards Phil
4 days ago36 proposalsRemotePouch packaging design in UK needed
We are a London-based packaging company looking for a UK-based packaging designer who specialises in pouch packaging design. Requirements: • Experience designing stand-up pouches / coffee bags / flexible packaging • Ability to work with cutter guides / dielines • Professional packaging layout suitable for print production • Two revisions included per design We have multiple clients and ongoing work, however the PeoplePerHour price will be the fixed price we pay per design. Please apply only if you are based in the United Kingdom and have relevant pouch packaging examples in your portfolio. Thank you.
20 days ago25 proposalsRemoteI need poster created
I need a vibrant, eye-catching poster created. I'm a recent high school graduate seeking a modern, polished design to announce my achievements and future plans. The poster should feature bold typography, a clean layout, harmonious colors, and space for a photo and brief text. Deliverables: print-ready file (high-resolution PDF) and a web-optimized PNG. Please include one round of revisions. Creative input and professional design expertise are appreciated.
2 days ago32 proposalsRemote