We have a range of domains that are down due to a range of reasons. From being behind on funds and r
We have a range of domains that are down due to a range of reasons. From being behind on funds and reseller domain being shutdown, to domain expiration, and much more. You are a tech wizard that can find out the various issues to get the websites back live. As we have websites with the UI not loading, missing pages and functionalities and much more; you are a competitive talent that's able to work with the label to get these projects back live and their WHM being connected to the various forms associated with these platforms.
Help Shopify store owners take control of their chargebacks, and get paid for every store you bring.
Help Shopify store owners take control of their chargebacks, and get paid for every store you bring.
Predispute is a Shopify app built by payments professionals. It shows store owners their real chargeback rate, tells them which disputes are worth fighting and why, and prepares the response for the ones that are. It's free to install, with flat-priced paid plans and no cut of what merchants recover.
We're looking for a partner manager who can put Predispute in front of Shopify store owners through agencies, consultants, ecommerce creators, newsletters and communities, and keep those partners active. We target stores doing roughly $2M-$35M a year that handle chargebacks themselves, not enterprise brands.
WHAT YOU'LL DO
- Find and recruit partners who already reach Shopify merchants
- Share our kit with them: ad images, a video, articles and approved claims
- Keep partners posting and introducing stores
- Send a short weekly update
HOW YOU GET PAID
- $150 a month base
- $25 for every qualifying store: a store you registered with us that installs Predispute, connects its data and is still installed 14 days later
- $50 bonus for each partner you recruit, once their first store qualifies
- Stores and partners registered to you are credited to you for 60 days, even if we contact them directly
- Paid monthly in arrears through Freelancer milestones, for everything that qualified the previous month
- Partners you recruit earn 20% recurring on paid plans through our partner program at predispute.co/partners
- Performance pay capped at $1,500 for the first 60 days
START WITH A PAID TEST
$50 for 2 weeks: register 20 real Shopify stores that receive chargebacks, and introduce Predispute to them. Every qualifying store on top of that pays $25.
Please keep it clean: no fake installs, no paid or incentivised reviews, and no AI-invented contacts. Shopify can remove apps for that, and it isn't paid.
TO APPLY, TELL US IN YOUR BID
1. A partner or affiliate program you have grown, and how many active partners it reached
2. The kinds of partners or communities you'd start with, and why (names come later, at registration, so they're credited to you)
3. How you'd make sure the stores you bring are real and a good fit
We read every bid that answers all three. Let's build something good together.
Internet Marketing
Sales
eCommerce
Affiliate Marketing
Shopify
Digital Marketing
Marketing Strategy
Lead Generation
Business Development
Community Management
Background
We maintain a legacy Classic ASP application originally developed approximately 20 years
Background
We maintain a legacy Classic ASP application originally developed approximately 20 years ago. We did not develop the original application.
The application has a recurring issue involving its Patient Notes functionality.
Currently, a patient's accumulated notes/history are maintained as one continually growing notes field. When a new note is entered, the application processes and saves the accumulated history rather than saving only the new clinical entry.
Previous changes were made to increase the amount of data that could be transmitted and to increase the autosave delay. These changes improved the existing process but were intended as a mitigation rather than a permanent solution.
We have since experienced another incident where historical notes disappeared/truncated and had to be recovered from a database backup.
The objective of this project is to redesign the Patient Notes saving process so that entering a new note no longer requires transmitting and overwriting the patient's entire historical notes record.
Recommended Approach
Our preferred approach, subject to the developer's review of the existing code and database, is:
1. Preserve existing historical notes
Existing accumulated patient notes should remain intact and accessible. We would prefer not to parse, split, migrate or otherwise manipulate the historical content unless technically necessary.
2. Make existing historical notes read-only
Once the new functionality is implemented, the existing historical notes should no longer be modified or resaved when a user enters a new note.
3. Store new notes independently
New clinical notes should be stored as separate database records rather than appended to the existing large notes field.
The exact schema should be determined by the developer after reviewing the existing application.
4. Only the current/new note should be editable
Creating or editing a new note should transmit and save only that individual note. It should never require the patient's complete historical record to be submitted and overwritten.
Once a note is no longer considered the current note, it can become part of the read-only history. We are open to the developer's recommendation regarding exactly how this should work from a usability standpoint.
5. Maintain a familiar interface where practical
Ideally, users should still be able to view the patient's notes as a reasonably continuous chronological history, with the current/new note editable and previous notes read-only.
The editable and read-only portions do not necessarily have to be contained within the same HTML/editor field. The goal is for the interface to remain familiar and straightforward to the end user.
However, this is a legacy application, so we are open to the developer's recommendation regarding what is practical without unnecessarily complicating the project.
6. Remove automatic date creation/save when simply viewing notes
The existing application has another behaviour that needs to be addressed.
Currently, simply opening Patient Notes automatically adds a new date/time header to the notes. As a result, opening and closing a patient's notes without actually entering anything can create multiple blank dated entries and can also trigger an unnecessary save.
Under the redesigned system:
Simply viewing/opening/closing Patient Notes should not create a new note or date entry.
Viewing notes should not modify the patient's record or trigger a database save.
A new dated note should only be created when the user actually begins entering a new note, or through an "Add New Note" function if that is the preferred interface.
The date/time should ideally be associated with the individual new note record rather than being added to the patient's entire historical notes field.
We are open to the developer's recommendation regarding the cleanest way to accomplish this while keeping the workflow simple for the user.
Autosave
The existing system uses autosave. We would like to retain autosave for the current note if practical, but autosave should operate only against the individual current note, rather than resending and replacing the patient's complete historical notes.
Please also review the autosave implementation to ensure that overlapping/concurrent save requests cannot result in an older save overwriting a newer version.
Performance
The new structure should be designed so that performance does not degrade significantly as the number of individual note records increases.
Appropriate database indexing should be used so that notes can be efficiently retrieved for an individual patient.
If necessary, older notes can be loaded on demand or paginated rather than loading an unlimited number of records into an editable control.
The intention is that the redesigned system should ultimately perform better than the current approach, since only the current individual note should need to be processed when it is saved.
Data Safety
A failure while saving a new/current note must not be capable of overwriting or deleting the patient's previously saved historical notes.
If individual new notes can subsequently be edited, please advise whether retaining the immediately previous version or implementing a simple revision/audit history would be straightforward and appropriate.
A full document-management/versioning system is not required unless there is a technical reason for one.
Scope
This is not intended to be a rewrite of the entire application.
The goal is a targeted redesign of the Patient Notes functionality within the existing Classic ASP application and database.
Existing historical notes must remain accessible, and other patient/profile functionality should continue operating normally.
We would prefer to leave the existing historical data in its current format and begin using the new note structure from the implementation/cutover date forward, unless the developer identifies a reason this would not be advisable.
Developer Review / Quote Requested
Before implementation, please review the existing Patient Notes code and relevant database structure and provide:
Your recommended technical implementation.
Whether the proposed separate-record approach is appropriate for the existing application.
Your recommendation for how the editable current note and read-only historical notes should be presented in the existing interface.
Any suggested changes or improvements to the approach described above.
Any risks or compatibility concerns.
Estimated development and testing hours
Any questions or decisions required from us before implementation.
Please quote/review first. Do not implement changes until the proposed scope has been approved.
Important: This is a legacy Classic ASP application, so applicants should have experience working with and modifying existing Classic ASP applications and SQL databases. Also, the application uses TinyMCE for the notes area so experience with that is ideal.
Additional clarifications: Environment is Classic ASP/VBScript, SQL Server 2022 Express (64-bit), Windows Server 2022; TinyMCE 2.0.8 (2006). Existing history remains in Profiles.Notes, becomes permanently read-only, and will NOT be parsed/migrated. New notes are separate records linked to ProfileID and remain individually editable after saving; please recommend a simple revision/audit approach. Existing AJAX autosave should be retained but save only the active note and protect against overlapping/out-of-order saves. Opening/viewing notes must not create a date/note or trigger a save. History may use pagination/lazy loading and should not be loaded into TinyMCE. Legacy Notes must remain administratively restorable from backup without affecting new notes. No new integrations/role changes. Sanitized code/schema available; staging can be discussed with selected developer.
I have between one and five client websites that were taken offline after invoices went unpaid. I st
I have between one and five client websites that were taken offline after invoices went unpaid. I still hold full access to each original hosting account and the domains remain under our reseller umbrella, but there are no usable backups on record. Your mission is to locate viable copies of every site—whether that means scraping Internet archives, recovering server remnants, or using any other ethical method—then restore each one to its original domain and get it functioning again.
Because I can no longer reach the previous developers, you’ll need to deal directly with the current hosting providers and registrars whenever DNS, SSL, or file-level intervention is required. The republishing process should leave every site publicly accessible, loading quickly, and displaying the same pages and assets that existed before shutdown.
Deliverables
• A live, functional version of each website on its original domain
• All recovered files and databases placed in the hosting accounts I provide
• A concise restoration report per site that notes the recovery method, any missing elements, and credentials or settings changed
Acceptance criteria
A site is considered complete when I can browse it end-to-end without 404s, broken images, or critical layout errors, and when cPanel or equivalent shows clean file structures and database connections.
If you can bring these first sites back online smoothly there will be ongoing work for upgrades, redesigns, and future maintenance under our reseller program.
PHP
Website Design
Web Security
Web Scraping
Web Hosting
Internet Security
Web Development
Database Management
I’m looking for a lightweight Chrome extension focused on Automated liking/commenting for x.com. The
I’m looking for a lightweight Chrome extension focused on Automated liking/commenting for x.com. The goal is simple: when I specify a user, the tool should move through the replies under that user’s tweets, hit Like on each reply and comment reply, —each action separated by a randomized delay I can define (e.g., X–X seconds) so the pattern stays natural.
Key features
• Manifest V3-compliant Chrome extension written in clean, well-commented JavaScript or TypeScript.
• Settings panel where I can:
– Enter one or more target usernames.
– Toggle “Like” and “Comment” separately.
– Set a minimum and maximum delay to randomize between actions.
• Client-side execution that respects Twitter rate limits to avoid triggering spam detection.
• Resilient selectors to handle front-end changes on x.com.
• Installable as an unpacked extension with a concise setup guide.
-I need one file to install it via GoLogin on all my Browsers
Acceptance criteria
1. After installation, I can open the options page, add a username, choose my delay range, and start/stop the automation.
2. As replies appear under the specified tweets, the extension likes (and, if toggled, comment) them automatically with the randomized pause in between.
3. No console errors or linter warnings when the code runs.
I’m happy to clarify any edge cases or provide quick feedback throughout development.
PHP
JavaScript
CSS
HTML
Google Chrome
Extensions & Additions
Typescript
Web Development
API
Automation
I’m building an “online rental boyfriend” service and need it available both as a responsive website
I’m building an “online rental boyfriend” service and need it available both as a responsive website and as a dedicated iOS app. The goal is a seamless experience where users can browse available boyfriends, complete bookings, and manage their accounts from either channel without noticing a difference in speed, design language, or feature set.
Scope of work
• Design and develop a public-facing website that works elegantly on desktop and mobile browsers.
• Build a native (or performant cross-platform) iOS application that mirrors the website’s core functions.
• Provide a shared backend (API, database, admin dashboard) so new features or policy changes propagate instantly to both clients.
• Implement secure authentication, profile management, and real-time communication between users and rented partners.
• Integrate a straightforward booking and payment flow with receipts, cancellations, and basic dispute handling baked in.
Deliverables & acceptance
1. Production-ready website deployed on my domain and cloud host of choice.
2. Approved iOS app uploaded to TestFlight and prepared for App Store submission.
3. Source code (frontend, backend, and infrastructure scripts) handed over via Git repository, fully documented.
4. Brief video or written walkthrough demonstrating user sign-up, profile browsing, booking, and payment completion on both platforms.
Tech stack is flexible, but I’m leaning toward React (web), Swift or React Native (iOS), and a Node/Express or Laravel backend—open to your recommendation if you can justify the choice for scalability and maintainability. Continuous deployment, automated tests, and clean, well-commented code will weigh heavily in my final review.
Timeline is important to me, so please outline realistic milestones and the percentage of the total work you plan to deliver at each stage.
PHP
Website Design
iPhone
HTML
Node.js
Web Development
iOS Development
React Native
I need a full-stack developer with solid AI voice expertise to architect and code a web-based outbou
I need a full-stack developer with solid AI voice expertise to architect and code a web-based outbound sales platform that speaks naturally with prospective shippers, qualifies freight opportunities, and instantly routes good leads to my human team.
Core features the system must deliver:
• Natural language processing that keeps the conversation professional and fluid
• Automated lead qualification logic aligned with our brokerage criteria
• Seamless handoff to a live rep via warm transfer, chat, or calendar booking
During each call the agent should:
• Engage in two-way conversation, answering questions as they arise
• Collect and analyze responses in real time, updating a contact record
• Schedule follow-up calls or demos when prospects prefer a later touchpoint
I’m picturing a browser-based dashboard where I can upload target lists, monitor live or recorded calls, tweak qualification rules, and pull analytics on conversion rates. You’ll own everything from AI model selection (think speech-to-text, text-to-speech, intent detection) to back-end services, database design, and a crisp React or similar front end.
Deliverables will be:
1. A deployed MVP on my cloud account (AWS, GCP, or Azure—your recommendation)
2. Source code in a private Git repo with setup documentation
3. Post-launch support for bug fixes and performance tuning for at least 30 days
I’m ready to move quickly; show me past voice or conversational AI work that proves you can handle both the telephony layer (Twilio, Voximplant, etc.) and a modern web stack.
PHP
Website Design
MySQL
HTML
Full Stack Development
Natural Language Processing
AI Chatbot Development
AI Voice Agents
i need a simple looping animation on my website landing page: https://www.celineworks.com/ . the ani
i need a simple looping animation on my website landing page: https://www.celineworks.com/ . the animation should interact with the words CELINE WORKS.
this is for a professional organizing website. something that articulates the feeling of going from disorganized and overwhelmed to organized with peace of mind. the animation should loop from the disorganized feel to the organized feel so that it ends on the organized.
disorganized could be: scribbles, a simple smiley face-esque person looking sad/overwhelmed, a bunch of household items spinning above someones head, discheveled hair
organized could be: straight lines, smooth motions, peace signs, smiles, peaceful face, satisfied face, check marks but open to all ideas.
i like very lo-fi, antique cartoon, squiggle vision style.
I like Fleischer studios style, antique cartoons: https://www.youtube.com/watch?v=o7Qsp_WQm2o&t=40s
Also Home Movies (1999 cartoon show) squiggle vision: https://www.youtube.com/watch?v=iNfO2h7F9gg
Need concept, illustrations, & everything from scratch, i don't have story boards.
black and white only. 24 FPS
i am going to use Claude to code it into my website. nothing long, maybe 5 seconds.
i don't have editing software to make changes on my own, so i will need to collaborate with the designer on revisions. whichever file type works best for HTML / CSS. Mobile, table & desktop compatible. final delivery should be web-ready animation.
i don't know anything about file types. i just need it to be easy to implement and use.
I need help turning my existing email design into a fully-functioning newsletter campaign that goes
I need help turning my existing email design into a fully-functioning newsletter campaign that goes out smoothly each time we run a promotional offer. The template is already built; what’s missing is the technical setup, list management, testing, scheduling, and the actual send-out.
The platform choice is open—I’m comfortable with any of the usual suspects (Mailchimp, Constant Contact, Sendinblue, etc.) as long as you can demonstrate past success and provide clear post-send reporting (opens, clicks, bounces, unsubscribes).
Here’s what I’d like delivered:
• 100K emails Import or clean my subscriber list and set up the segments we need for targeted promotions.
• Drop the existing HTML template in, make sure it renders perfectly across major email clients, and run a quick spam-filter check.
• Configure all required DNS records (DKIM, SPF, DMARC) if the platform needs it so that deliverability is solid.
• Schedule and send the first promotional blast, then share a concise performance report and recommendations for the next send.
If this first campaign goes well, I’ll likely roll future sends and simple A/B tests your way too. Please outline your estimated timeline for the initial setup and first send when you reply.
HTML
Analytics
Email Marketing
Email Handling
Mailchimp
Digital Marketing
A/B Testing
API Integration
Data Management
Content Management System (CMS)
I have an existing Excel workbook that helps me respond to customer RFQs, but it has grown unwieldy.
I have an existing Excel workbook that helps me respond to customer RFQs, but it has grown unwieldy. I need it streamlined into a clean, reliable tool that:
• Captures customer details and pricing information in clearly separated input areas
• Handles quantity-break logic through robust, transparent formulas
• Lets me tweak margins or other variables on the fly so I can generate fully customizable quotes
• Produces a detailed, itemized cost breakdown that’s ready to paste into an email or print as a PDF
You’ll start from my current file, reorganise the layout, rebuild or replace fragile formulas, and add any sensible data validation to prevent entry errors. A simple “quote” button or formatted sheet that pulls the numbers into a professional-looking, ready-to-send template would be ideal. If VBA or Power Query will make the workflow smoother, feel free to suggest and implement it; otherwise native Excel functions are fine.
Deliverable: a finished spreadsheet that opens with no warnings, needs no external add-ins, and lets me create a detailed quote in minutes rather than hours. I’ll consider the job complete once I can plug in new customer details and pricing data, choose quantity breaks, and instantly see an accurate, itemised quote ready for my client.
PHP
Visual Basic
Excel
Visual Basic for Apps
Excel VBA
Excel Macros
Data Analysis
Data Management
Logo Design & Brand Guidelines for Zendxb Techhub
We are looking for an experienced graphic designe
Logo Design & Brand Guidelines for Zendxb Techhub
We are looking for an experienced graphic designer/brand identity designer to create a professional and modern visual identity for our brand, *ZENDXB Techhub*.
The goal is to develop a strong, memorable, and professional brand identity that can be consistently used across our website, social media, digital products, presentations, and other marketing materials.
What We Need
1. Logo Design
Create a unique and professional logo for *ZENDXB Techhub*.
The logo should:
* Have a modern and technology-focused look
* Be clean, professional, and memorable
* Work well for both digital and print use
* Look good on light and dark backgrounds
* Be scalable without losing quality
* Include an appropriate icon/symbol or wordmark concept
* Avoid overly generic templates or stock-logo designs
We would like to see multiple initial concepts and then refine the selected direction.
2. Brand Guidelines / Brand Guide
Once the logo direction is finalized, create a complete brand guide covering the visual identity.
The brand guide should include:
* Logo variations
* Primary logo
* Secondary/alternative logo
* Icon/mark version
* Logo usage guidelines
* Minimum spacing / clear space
* Incorrect logo usage examples
* Primary brand colors
* Secondary/supporting colors
* HEX, RGB and CMYK color codes
* Typography/font recommendations
* Primary and secondary fonts
* Font hierarchy and usage
* Basic visual style guidelines
* Iconography/style direction
* General design direction for digital platforms
* Examples of how the brand identity should be used
Deliverables
We expect the final delivery to include:
* Final logo in *SVG*
* PNG files with transparent background
* JPG versions where required
* High-resolution logo files
* Light and dark versions
* Horizontal and vertical/square variations where applicable
* Favicon/app icon version
* Editable/source files such as *AI, EPS, PSD or Figma*
* Complete brand guidelines in *PDF*
* All fonts and assets used, where licensing permits
Designer Requirements
Please apply only if you have experience with:
* Brand identity design
* Logo design
* Technology/SaaS/startup branding
* Creating professional brand guidelines
* Modern digital-first visual identities
Please share your *portfolio*, especially examples of complete branding projects where you designed both the logo and brand guidelines.
Project Process
We would prefer to work through the following process:
1. Initial discussion and understanding of the brand
2. Research and creative direction
3. 2–3 initial logo concepts
4. Selection of one direction
5. Revisions and refinement
6. Final logo variations
7. Brand color and typography selection
8. Complete brand guideline document
9. Final source files and exports
We are looking for someone who can bring creative ideas rather than simply modifying an existing template.
Please include your portfolio, estimated timeline, and your fixed price or hourly rate when applying.
*Brand Name: ZENDXB Techhub*
Website Design
Graphic Design
Logo Design
Photoshop
Branding
Typography
Corporate Identity
HTML5
Icon Design
Digital Design
I’m building a full-stack web application and need it paired with an intuitive admin panel focused o
I’m building a full-stack web application and need it paired with an intuitive admin panel focused on solid user management. The public-facing app will handle the core business logic and UI, while the back-office area must let me create, edit, suspend, and generally oversee end-users with ease.
If you have preferred stacks or frameworks—whether React, Vue, Angular on the front end, paired with Node, Django, Laravel, or similar on the back end—feel free to suggest what will scale cleanly. I’m open to whichever relational or NoSQL database suits the job best.
On authentication I haven’t locked anything in; email/password is the baseline, but I’ll happily consider social sign-ins or two-factor if you can justify the extra overhead.
Deliverables
• Responsive web app with production-ready build
• Admin panel featuring full user management (CRUD, role or permission assignment, status toggles)
• Clean, well-commented source code in a public or private repo
• Brief hand-off documentation and, if needed, a walkthrough call
I’ll provide wireframes and brand assets once we kick off. Let me know your proposed tech stack, timeline, and any past examples that show you’ve handled similar user-centric platforms.
i am currently looking for an experienced Administration/Moderation Developer for our Mordhau server
i am currently looking for an experienced Administration/Moderation Developer for our Mordhau server.
4
5
Requirements:
6
• Previous experience developing or managing Mordhau admin systems.
7
• Knowledge of admin command frameworks and server management.
8
• Experience working with RCON systems.
9
• Ability to integrate and maintain an RCON Bot connected to the server.
10
• Good understanding of permissions, moderation tools, and automation features.
11
• Ability to troubleshoot and improve existing admin systems.
12
13
Project Details:
14
• Admin command module development and customization.
15
• Full integration with our RCON Bot.
16
• Ongoing support for future updates and improvements.
17
• Performance and stability optimization.
18
19
If you have previous Mordhau administration or development experience and are interested in the project, please contact me with examples of your previous work.
PHP
JavaScript
Troubleshooting
MySQL
HTML
Game Development
Scripting
Automation
Bot Development
Community Management
I need an SaaS mobile app ios that manages parking and valet services . Application architecture sha
I need an SaaS mobile app ios that manages parking and valet services . Application architecture shall be secure since the app will handle transactions such as apple pay.
PHP
Mobile App Development
iPhone
Android
App Design
App Development
SaaS
iOS
**Project Description:**
We require an expert osTicket programmer and server administrator to diagnose and resolve a series of recurring errors affecting the stability, communication flow, and database access of our support platform at https://ayuda.gradeco.com.co/
The platform is hosted on Hostinger. Server and application credentials will be provided exclusively to the freelancer once the project is awarded.
**Current Technical Environment:**
* **osTicket Version:** v1.18.2
* **MySQL Version:** 11.8.9
* **PHP Version:** 8.1.34
* **Infrastructure:** Hosted on Hostinger (srv1205.main-hosting.eu)[cite: 3] under the subdomain ayuda.gradeco.com.co.
* **Configuration Alerts:** The system indicates the missing PHP extension `APCu` and suggests reviewing the `cgi.fix_pathinfo` parameter.
**Registered Errors to Resolve:**
1. **osTicket Fatal Error (Database):** Receiving system alerts indicating "Database error — Operation not permitted". Execution permissions and blocked queries need to be reviewed.
2. **Invalid CSRF Token __CSRFToken__:** Constant generation of system log warnings originating from multiple IP addresses.
3. **Email Loop Detected:** Critical errors associated with receiving automated emails that are generating infinite response cycles.
4. **Mailer Error:** Recorded failures in the email sending engine, preventing the proper dispatch of notifications.
**Candidate Requirements:**
* Advanced and demonstrable experience in osTicket core (specifically versions 1.17+ and 1.18+).
* Proficiency in PHP 8.x configurations, session management, security (CSRF), and MySQL database administration.
* Experience diagnosing email protocols (IMAP/POP3, SMTP, OAuth2) and preventing auto-responders/loops.
* Ability to operate under corporate standards, delivering definitive solutions with agile response times.
**Expected Deliverables:**
1. Correction of the fatal database error ("Operation not permitted") and stabilization of connections.
2. Audit and correction of PHP parameters (`APCu` and `cgi.fix_pathinfo`).
3. Root-cause resolution to prevent CSRF Token invalidation.
4. Reconfiguration of incoming/outgoing emails to eliminate loops and ensure Mailer functionality.
5. Brief executive technical report detailing the root causes of the detected problems and the exact adjustments applied to the code or server.
PHP
Linux
Apache
MySQL
Database Administration
Agile Development
Debugging
Web Hosting
SMTP
System Administration
My short-term rental website is up and running, but I need two key improvements to streamline bookin
My short-term rental website is up and running, but I need two key improvements to streamline bookings and reduce manual work.
First, I want the site’s availability calendar to stay perfectly in sync with my Airbnb listings. A real-time two-way iCal connection is essential so guests never see outdated dates or double-booked nights. Once the feeds are pulling and pushing correctly, I’ll need a quick walk-through (screencast or brief doc) showing how to refresh or troubleshoot the sync if Airbnb makes future changes.
Second, I’m ready to accept card payments directly on the site. I have decided on Stripe for its clean checkout flow and strong fraud protection, so the job includes installing and configuring Stripe, creating the required webhooks, and testing end-to-end to confirm that bookings trigger payment and that receipts land in both the guest’s inbox and mine. Sensitive details like account numbers will be handled by me directly within Stripe; freelancers will only work with API keys provided with limited permissions. If any small front-end tweaks are needed to slot the payment form naturally into the existing pages, please include them.
Additionally, I’d like professional videos added to each property listing so visitors can view them directly on the site. Let me know if a specific video hosting platform is required or if hosting directly on the website is feasible.
Lastly, I want my website integrated with platforms like TikTok, Facebook, Instagram, and Google for better visibility and marketing reach.
Deliverables:
• Live two-way Airbnb calendar sync with demonstrated success on at least one test reservation
• Fully integrated Stripe checkout, webhooks, and confirmation emails tested in live mode
• Short hand-off guide covering how to add future properties, locate Stripe transactions, manage iCal feeds, update videos, and manage social media integrations
• Integration of professional property videos into listings for seamless viewing
• Social media integration with TikTok, Facebook, Instagram, and Google
Everything else on the site can stay as is; no design overhaul is required. If you have experience with Stripe, iCal, video integration, social media platforms, and hospitality platforms, this should be a smooth project. I’m available for quick answers so we can get this wrapped up and taking direct bookings without delay.
PHP
Website Design
WordPress
HTML
Stripe
Web Development
Frontend Development
API Integration
Predispute is a Shopify app (also on Stripe) that gives store owners control over their chargebacks.
Predispute is a Shopify app (also on Stripe) that gives store owners control over their chargebacks. It calculates the store's dispute rate on every card brand, gives each open dispute a recommendation to fight, refund or let it go with the reasoning shown, and prepares the response for the ones worth fighting. Nothing is submitted on the merchant's behalf: the merchant keeps the final say. The Measure plan is free to install. Paid plans are one flat monthly price, where most competitors take 15-25% of what they recover.
WHAT WE NEED
Installs from real, operating Shopify stores that receive chargebacks, ideally doing $2M-$10M a year in sales.
WHO WE ARE LOOKING FOR
Someone who already reaches Shopify store owners: a merchant community, a newsletter, an agency client base, a podcast, or partnerships with Shopify agencies. We are not hiring for SEO, store builds, or mass AI-written outreach.
HOW WE WORK
- You get your own tracking link. Every visit and install click it sends is counted in our analytics.
- Pay: a small fixed fee for the first 2 weeks, plus a bonus for each confirmed install from your link, all paid through Freelancer.
- Weekly report: what you did, where, and the numbers from your link.
- You receive a fact sheet, a list of approved claims, ad images, a video and article covers. Please use only approved claims.
TO BE CONSIDERED, ANSWER THESE IN YOUR BID
1. Which Shopify merchant audience do you already reach, and roughly how many store owners is it?
2. One example of an app or tool you got installed or adopted, with the number.
3. Our App Store listing has had 81 views and 1 install. What would you check first, and why?
Bids that do not answer all three will not be reviewed.
Shopify
Digital Marketing
PPC Marketing
Marketing Strategy
Shopify Development
B2B Marketing
Influencer Marketing
I want absolute confidence that every email address, contact form and outbound message linked to my
I want absolute confidence that every email address, contact form and outbound message linked to my website is under my sole control. The task is a focused security audit, zeroing in on email security: verifying that no hidden aliases, spoof-prone DNS records or back-door contact points exist, and confirming that inbound and outbound mail flows cannot be hijacked.
What I expect you to cover
• Inspect server configuration, SMTP settings, SPF, DKIM and DMARC records
• Scan the codebase and any plugins or third-party integrations for hard-coded or dynamically injected email addresses
• Test contact forms and subscription modules against spoofing, relay or data-leak vectors
• Review access logs for suspicious activity tied to mail functions
• Deliver a concise report that lists every issue found, its risk level and clear remediation steps
Your proposal
I’m looking for a detailed project plan explaining your audit methodology, the tools you will use (e.g. OWASP ZAP, Burp Suite, MailTester, custom scripts), an estimated timeline and the format of your final report. Feel free to mention how you might extend the audit later to areas like firewall hardening or malware scanning, but the immediate priority is email security.
I will give you temporary, limited credentials once we agree on scope and timeline. Let’s make sure every contact point on my site belongs to me—and only me.
PHP
Linux
Web Security
DNS
Internet Security
SMTP
Risk Assessment
Security Auditing
I need a web-based service that can automatically load and “watch” about 1,000 banner ads every day
I need a web-based service that can automatically load and “watch” about 1,000 banner ads every day and record each impression. The workflow should run unattended: spin up the browsing session, cycle through the banners, fire the impression pixel, and store a log so I can verify the exact count at any time.
The core must run in a browser environment (headless Chrome, Playwright, or a similar tool is fine) and sit behind rotating proxies or another technique that keeps the traffic pattern looking natural. A lightweight dashboard on the same web stack will let me see the daily total, export the log, and reset counters when needed.
Because ad impressions are the only metric I care about, the system just has to record the timestamp, banner ID or URL, and a unique session reference for each hit; no click-through or engagement stats are required. Please build it so the daily target of 1,000 impressions is configurable, making future scaling straightforward.
Deliverables:
• Source code and brief deployment guide for a Linux server
• Simple web UI showing real-time impression count and downloadable CSV log
• Proof that the script can sustain 1,000 banner impressions within a 24-hour window without manual intervention
If you have experience with ad automation, headless browsers, or proxy management this should be quick work, and I’m ready to test as soon as you hand over the first runnable build.
PHP
JavaScript
Graphic Design
HTML
Node.js
Web Development
API
Automation
I’m building a premium online casino and sports-betting platform and need the full UI/UX created in
I’m building a premium online casino and sports-betting platform and need the full UI/UX created in Figma, complete with a reusable component library and a tight, consistent design system that scales smoothly from desktop to mobile.
Scope of the work
— Core casino games: Baccarat, Poker, Slots
— Sports-betting interface
— Wallet flows for deposit & withdrawal
— Auth screens: login, registration, user profile
— Promotions, VIP area and supporting inner pages
— Responsive layouts for both web and mobile
The very first milestone is the Casino lobby and individual game pages, so I’ll be reviewing early concepts for those before we move on to the rest of the site.
Acceptance criteria
• All screens delivered as organized Figma files with components, styles and tokens clearly named and documented
• Mobile and desktop breakpoints provided for every page type
• Handoff-ready assets with interaction notes or simple prototypes for key user flows
• Visual language matches modern, high-end iGaming expectations (nothing dated or generic)
Experience designing casino, iGaming or sportsbook products is a huge plus; familiarity with the regulations and UX nuances that come with real-money gaming will make this project run far smoother.
Please share:
1. A portfolio link that highlights any relevant casino, betting, or game-related UI work.
2. An estimated timeline broken into logical phases (lobby/game pages first, then the remaining modules).
3. Your price or pricing model for the full scope.
Looking forward to collaborating and launching a visually striking, conversion-focused platform.
PHP
Website Design
Graphic Design
User Interface / IA
UX / User Experience
UI / User Interface
Figma
Web Design
I’m stuck at the very first steps on the Welocalize platform: the account registration in Hyperwalle
I’m stuck at the very first steps on the Welocalize platform: the account registration in Hyperwallet and Workday keeps freezing, and every single password I enter is instantly rejected—even the ones the site itself suggests. Because of this loop I still can’t reach the stage where workload appears and can be confirmed.
So far I have only attempted the process on my laptop using Google Chrome. The issue affects every critical point—opening the accounts, setting the password, and finally checking that actual tasks are waiting inside the portal.
What I need from you
• Diagnose and eliminate the lag that blocks Hyperwallet’s password field.
• Finish the full registration flow for both Hyperwallet and Workday under my credentials (I will supply them securely).
• Confirm inside Welocalize that workload is available and ready to be accepted, providing screenshots or a brief video as proof.
Acceptance criteria
1. Active Hyperwallet account with a working, accepted password.
2. Active Workday profile linked to Welocalize.
3. Visual confirmation (screenshot/video) showing available tasks inside my Welocalize dashboard.
When you apply, please tell me:
• Your direct experience with Welocalize, Hyperwallet, or similar vendor portals.
• The concrete steps or tools you’ll use to bypass the password rejection and finish registration (e.g., alternate browsers, cache handling, VPN, developer-console checks, or liaison with Welocalize support).
I’m ready to move on this immediately and will supply any additional access details you require once we agree on the approach.
PHP
JavaScript
WordPress
Troubleshooting
Technical Support
HTML
Web Development
Account Management
• Build a premium, modern website for NURSINEX, helping Indian nurses pursue careers in Germany.
• T
• Build a premium, modern website for NURSINEX, helping Indian nurses pursue careers in Germany.
• Take inspiration from BorderPlus (https://www.borderplus.co/) for layout/storytelling, but create a completely original NURSINEX design.
• Pages: Home, Germany, Programs, German Language A1–B2, How It Works, About, Blog/Resources, Contact.
• Services: German training, career counselling, documentation/recognition, job placement, visa assistance and relocation.
• Strong visual story: India → German Language → Preparation → Job → Germany.
• Premium international healthcare/career aesthetic with navy, blue, white/off-white, high-quality photography and modern typography.
• Avoid generic templates; use creative layouts, strong visuals, animations and unique journey elements.
• Fully responsive, especially mobile.
• Include contact forms, WhatsApp, consultation booking, CMS/blog and basic SEO.
• Keep the website ready for future payment integration and student accounts.
• Please send examples of similar websites you have built, your platform/tech recommendation, timeline and price.
PHP
Website Design
Graphic Design
SEO
CSS
HTML
Web Development
Web Design
The website will consist of the following seven main pages:
1. Home
2. Services
3. How It Works
4. W
The website will consist of the following seven main pages:
1. Home
2. Services
3. How It Works
4. Why Doctor Line?
5. About Us
6. FAQ
7. Contact
Website Development Requirements
I would like the developer to reproduce the supplied design as closely as practical and build a professional, fast and easy-to-use website.
The website must include:
• Responsive design for desktop computers, tablets and mobile phones
• Our official Doctor Line logo and branding
• Navigation menu on all pages
• Professional presentation of all seven pages
• Functional Request a Consultation buttons throughout the website
• Contact/consultation form
• Expandable FAQ section
• Click-to-call telephone links
• Click-to-WhatsApp functionality
• Email links
• SSL/security configuration
• Basic search-engine optimization (SEO)
• Fast page-loading optimization
• Website backup capability
• Basic protection against spam submissions
• Connection of the completed website to doctorline.world.com
• Testing of the complete website before publication
Request a Consultation Form
The form should include:
• Doctor's Name
• Specialty
• Clinic/Hospital Name
• Location
• Telephone/Mobile
• Email
• Preferred method of contact: Telephone / WhatsApp / Email
• Services of interest
• Optional message
The completed form must be securely delivered to our designated email address.
Languages
The website is planned to eventually support:
English – Arabic – French
Please indicate separately in your quotation the cost of developing:
Option A: English website only
Option B: Full multilingual website – English, Arabic and French
The Arabic version must display correctly from right to left (RTL).
We will provide/approve the translated text before publication. Please do not use automatic translation as the final published translation without our approval.
Content Management
I would prefer a website that allows us to make basic future changes ourselves, such as:
• Changing telephone numbers
• Changing email addresses
• Editing text
• Replacing photographs
• Adding or modifying FAQ questions
• Updating services
Please advise which website platform/CMS you recommend and why.
Ownership
Upon completion and final payment, all website files, administrator access, hosting access, source materials and other credentials associated with the website must be provided to us.
The domain doctorline.world.com will remain under our ownership and control.
Please do not register the domain, hosting account or other essential services in the developer's personal name.
Before Providing Your Quotation
Please review the attached seven-page website design and provide:
1. Your total development price
2. Separate cost for multilingual capability, if applicable
3. Estimated completion time
4. Recommended website platform/CMS
5. Hosting requirements and annual hosting cost
6. Any recurring annual fees, licenses or subscriptions
7. Number of revisions included
8. Post-launch technical support included
9. Cost of future maintenance, if required
10. Examples of similar professional websites you have developed
Please also identify anything shown in the supplied design that you believe requires modification for technical, mobile, security or usability reasons before beginning development.
The attached designs are intended to establish the appearance, structure and content of the website. Any significant changes to the approved design or content should be discussed with us before implementation.
We are looking for a developer who can take the completed concept and turn it into a polished, secure and professional working website.
Thank you. I look forward to receiving your proposal and quotation.
Kind regards,
Sam Dabbous
Doctor Line
Medical Answering & Appointment Services
doctorline.world
SEO
CSS
HTML
Web Development
Website Optimization
Content Management System (CMS)
We are looking to purchase/license an existing, already-built premium frontend/template/codebase for
We are looking to purchase/license an existing, already-built premium frontend/template/codebase for a B2B product catalogue website.
IMPORTANT: We are NOT looking for a website to be designed or developed from scratch.
We only want proposals from developers/agencies who already have a completed frontend, template, starter kit, previous reusable project, or commercial codebase that they legally own and can license/sell to us.
Our company is a professional cleaning supplies wholesaler with approximately:
700+ products
60+ subcategories
7 main categories
We already have our backend completed using:
Payload CMS
PostgreSQL
REST API
ERP synchronization
The website will be a B2B catalogue only:
No prices
No checkout
No customer login
Product search
Categories / subcategories
Filters
Product detail pages
Request for quotation / enquiry
We prefer Next.js / React, but we are also open to:
Vue
Nuxt
Laravel frontend
HTML / Bootstrap
other modern frontend technologies
as long as the design is excellent and the source code can be legally reused and adapted.
When bidding, DO NOT send a generic proposal.
Please send:
A live demo URL of the EXISTING website/template you are offering.
Screenshots if the demo is private.
Technology used.
Price for the complete source code/license.
Confirmation that you own the rights to sell/license the code.
Whether commercial use is included.
Whether we can modify the code freely.
We are specifically interested in already-completed solutions that can be purchased immediately.
We are NOT interested in:
development from scratch
hourly development proposals
generic ThemeForest links
WordPress
copied client source code
If you have built an industrial, tools, hardware, construction, wholesale, automotive parts or B2B catalogue website and have a reusable version of the frontend, please show it to us.
FIRST MESSAGE MUST INCLUDE A LIVE DEMO OR SCREENSHOTS OF THE EXISTING FRONTEND YOU ARE OFFERING. PROPOSALS WITHOUT A DEMO WILL NOT BE CONSIDERED.
Website Design
HTML5
AngularJS
React.js
Typescript
Web Development
Frontend Development
Angular
Next.js
I'm looking for a skilled mobile app developer to create a comprehensive astrology and pooja booking
I'm looking for a skilled mobile app developer to create a comprehensive astrology and pooja booking app, integrated with an e-commerce store.
The app should serve three primary functions:
- Astrology Services:
- Daily horoscopes
- Personal consultations
- Detailed astrological reports
- Pooja Booking:
- Users can book various pooja services (in-person and online)
- E-commerce Store:
- Selling related spiritual products
Ideal Skills & Experience:
- Proven experience in developing multi-functional mobile apps
- Strong background in e-commerce integration
- Knowledge of astrology and pooja services is a plus
- Excellent UI/UX design skills
Please include examples of similar work in your bids.
Website Design
Graphic Design
Mobile App Development
iPhone
Android
UI / User Interface
React Native
iOS
I’m looking for a seasoned Oracle specialist to help me push my database layer to the next level. PL
I’m looking for a seasoned Oracle specialist to help me push my database layer to the next level. PL/SQL development is the heart of this engagement, and I need robust, well-structured code that is both fast and maintainable.
Here’s what I expect you to handle:
• Build and refine PL/SQL Procedures, Functions, and Packages that manage data insertion, updates, and deletion across very large tables.
• Tune slow-running SQL with smart indexing, rewritten joins, and thoughtful use of aggregates so every call meets performance targets.
• Embed solid validation and error handling throughout the code so bad data never reaches production.
• Supply clean deployment scripts and concise technical documentation so the DBA team can roll out changes safely and repeatably.
Deliverables:
• Optimized SQL query set
• Production-ready PL/SQL procedures, functions, and packages
• Deployment/rollback scripts
• Data-validation reports confirming accuracy and integrity
• Technical document outlining logic, parameters, and performance benchmarks
I work primarily in Oracle 19c with SQL Developer, though familiarity with MySQL or SQL Server is a bonus for cross-platform thinking. If you’ve repeatedly squeezed milliseconds out of complex queries and can explain exactly how you did it, we’ll be a great fit.
SQL
Oracle
MySQL
Database Administration
Database Development
Technical Documentation
Data Management
fix my website which was build with php,html.
following are these points need to be covered while fi
fix my website which was build with php,html.
following are these points need to be covered while fixing it.
1. Fully Responsive website there are 7 pages with 2 different languages(French, English ) in which 3 pages have same design only text is different
2. It should have A score as per Gmetrix :gtmetrix.com in every parameter
3. Addons: Facebook pixel, Google Tag Manager, GDPR Cookie (plugin ex: Soft Popup in left corner), Yoast SEO (similar to), chatbot,Google Analytics, Aggregate rating schema, Cookies (https://www.cookiebot.com/), reCaptcha.
4. price calculator Page (Project Price Calculator)
5. Popup for laguage change and get a devis
6. Important website should be only visible in allowed countries
7. Website need to be developed online so that I can track development
8. Mouse effect only for home page
Logo: Logo will be provided
Images & Media: will be provided
UI/UX: As per our current website
Hosting: Hosting will be provided
Mode of website development: online
Note: My requirements are very clear and precise & I want the developer to develop exactly the same. If you can’t fulfil things as per requirements then plz don't apply
Deadline: 2 weeks
PHP
Website Design
WordPress
HTML
Web Development
Website Optimization
Web Design
I’m launching a new online home for my business-consulting practice and need a WordPress expert to t
I’m launching a new online home for my business-consulting practice and need a WordPress expert to turn the concept into a polished, conversion-focused website that clearly showcases my services. The core objective is to highlight what I do, how I do it, and why prospective clients should get in touch.
Here’s the picture so far:
• WordPress will be the CMS. Feel free to work with Elementor, Gutenberg blocks, or another modern page builder if it speeds development and keeps future edits simple.
• A clean, professional design that reflects a management-consulting tone is essential—think minimalist layouts, authoritative typography, and subtle brand accents.
• Key pages: Home, About, Consulting Services (with su
b-sections for strategy, operations, and transformation), Blog, and Contact.
• A fully integrated blog section must be in place from day one so I can publish thought-leadership articles.
• Fast loading, mobile-responsive, SEO-ready code is non-negotiable.
Nice-to-have (but not critical for launch) are dedicated areas for client testimonials and tiered service packages, so structuring the site to accommodate these later would be ideal.
Deliverables for acceptance:
1. WordPress site installed on my hosting, theme and plugins configured.
2. All core pages built with placeholder copy I can easily swap out.
3. Blog functionality tested and ready for first post.
4. Basic on-page SEO setup (permalinks, meta tags, XML sitemap).
5. Handover documentation covering theme settings, plugin list, and how to update content.
If that aligns with your skill set, let’s talk timeline and the best way to break the work into milestones.
PHP
Website Design
SEO
WordPress
HTML
UI / User Interface
Web Development
Elementor
Description:
I’m looking for a motivated freelancer who wants a high‑value portfolio project and a s
Description:
I’m looking for a motivated freelancer who wants a high‑value portfolio project and a strong case study. I need a complete social media ecosystem built from scratch, including account creation, branding, optimization, linking, and monetization setup.
This is a portfolio-building project, ideal for new or growing freelancers who want a premium showcase piece. I will provide a detailed testimonial, public credit, and a 5‑star review based on the work delivered.
Scope Includes:
Creating all accounts
Basic branding (logo, colors, layout)
Optimized bios and descriptions
Monetization setup where possible
Linktree connection
Simple posting guide
Important:
This is a portfolio project, not a paid contract.
If you’re looking to build your portfolio, gain credibility, and secure long‑term paid opportunities, this is a great fit.
To Apply:
Send a message confirming:
You understand this is a portfolio project
You can build the full ecosystem
You want a testimonial and long‑term partnership potential
PHP
iPhone
Twitter
Facebook Marketing
Branding
Social Media Marketing
Digital Marketing
Social Media Management
Account Management
Content Creation
JurisBench is a modern, responsive web-based learning platform designed to support students preparing for Judiciary and PCS (J) competitive examinations. The platform focuses on providing a professional and engaging digital learning experience through a clean user interface, structured content presentation, intuitive navigation, and exam-oriented resources.
The project combines modern UI/UX design principles with responsive web development to create an accessible platform that works across desktop, tablet, and mobile devices. Its premium visual design, organized layout, and user-focused interface are designed to make legal exam preparation more convenient, structured, and engaging.
**Key Features:**
* Judiciary & PCS (J) focused learning platform
* Structured legal-study content and resources
* Exam-oriented preparation interface
* Responsive design for multiple devices
* Modern and premium UI/UX
* Simple and intuitive navigation
* Mobile-friendly user experience
* Scalable design suitable for future learning features
JavaScript
CSS
HTML5
Git
Web Development
Frontend Development
GitHub
Vercel
I need a clean, modern portfolio site that clearly showcases the range of IT services my company pro
I need a clean, modern portfolio site that clearly showcases the range of IT services my company provides. The main goals are:
• Present each service in an engaging, easy-to-navigate layout
• Reinforce credibility with concise case-study style project highlights
• Make it effortless for prospects to reach out through an integrated contact form or live-chat widget
• Load quickly and look sharp on desktop, tablet, and mobile
I’m open to your preferred stack—WordPress, Webflow, or a lightweight custom build—so long as the final product is responsive, SEO-friendly, and simple for me to update. Once the core site is live, I’ll need a brief hand-off session or user guide so I can add new service pages myself.
Deliverables
1. Fully designed and developed multi-page portfolio website
2. Basic on-page SEO (metadata, alt text, sitemap)
3. Contact form setup with spam protection
4. Deployment to my hosting and a short walkthrough document/video
If you’ve built service-based portfolios before, please share samples and outline your proposed timeline. Looking forward to collaborating.
PHP
Website Design
Graphic Design
SEO
WordPress
CSS
HTML
Web Development
Web Design
Website Development
Our processes live in Zoho CRM, Books, and Projects, yet teams still hand-off work by email and spre
Our processes live in Zoho CRM, Books, and Projects, yet teams still hand-off work by email and spreadsheets. I want that to end. Your job is to design and implement a single, end-to-end workflow automation that serves the whole company.
The flow must span Sales, Human Resources, and Finance—every stage from the first lead in CRM, through pipeline movement, project execution, right up to invoicing and internal approvals. I expect native tools such as Zoho Flow, Blueprints, Deluge scripting, and API connections to be used where they make most sense, but I’m open to alternative approaches you can justify.
Deliverables
• Mapped and documented process covering all three apps, with triggers, rules, and approvals clearly defined
• Live automation deployed in our Zoho production environment, fully tested and free of duplicate-record issues
• User guide or loom-style walkthrough so my in-house admin can maintain and tweak the solution
• One round of post-launch fine-tuning after real users have worked with the system for a week
I’ll share current process docs and sandbox access once we agree on the approach. Let me know your relevant Zoho automation experience, which tools you prefer, and how long you’ll need for each milestone.
PHP
Ruby on Rails
Software Architecture
Salesforce.com
Zoho
API
Zoho CRM
Workflow Automation
I need a fully-functional comment section added to my existing mobile app. All users must be able to
I need a fully-functional comment section added to my existing mobile app. All users must be able to sign in through their preferred social media account—no separate email-and-password flow is necessary.
Here’s what I expect:
• Clean, responsive UI that blends with the current screens.
• Social login integration (Facebook, Google, Apple, or similar) hooked to the new comment module.
• Create, edit, delete, and thread replies, with counts updating in real time.
• Lightweight moderation tools such as basic profanity filtering and an easy way for me to hide or remove inappropriate posts.
• REST or GraphQL endpoints and a small, well-documented database schema so the backend can scale.
The code should slot neatly into the existing project, whether the app is in React Native, Flutter, or native Swift / Kotlin. Just outline any SDKs or libraries you plan to use before you start so I can approve them.
I’ll consider the job complete when I can pull the branch, run the app on iOS and Android simulators, sign in with a social account, and post, edit, and delete comments without issues.
JavaScript
Mobile App Development
iPhone
PhoneGap
Kotlin
React Native
Flutter
REST API
أحتاج إلى مصمم ومطور WordPress يصوغ تجربة رقمية تليق بمكتب محاماة مرموق، تجمع بين رقيّ التصميم الكلا
أحتاج إلى مصمم ومطور WordPress يصوغ تجربة رقمية تليق بمكتب محاماة مرموق، تجمع بين رقيّ التصميم الكلاسيكي ومرونته العصرية. أريد للواجهة الأولى أن تبث إحساس- الثقة والخبرة القانونية فور دخول الزائر، مع إبراز واضح لزرّ “اطلب استشارة” في أماكن استراتيجية تدفع للتواصل.
المحتوى الأساسي المطلوب
• قسم “خدمات قانونية” يعرّف بكل مجال تخصص بصورة موجزة وجذابة.
• قسم “من نحن” يعرض قصة المكتب، قيمه، فريق المحامين وسنوات الخبرة.
• قسم “اتصل بنا” مزوّد بنموذج تفاعلي، خرائط Google، وأرقام التواصل.
• مدونة / مقالات قانونية مهيَّأة لتحسين محركات البحث كي نعزّز سلطة الموقع ونولد زيارات عضويّة مستمرة.
خطوط عريضة للتصميم
– ألوان هادئة وفاخرة (درجات الكحلي، الذهبي، أو ما يقترحه المصمم لتحقيق هوية راقية).
– خطوط واضحة تدعم العربية بالكامل.
– صور عالية الدقة مع معالجة احترافية؛ لا نريد أي مواد منسوخة.
– بنية صفحات مرتّبة تحاكي الموقع المرجعي في الفخامة فقط، مع تصميم أصلي 100 ٪.
اشتراطات فنية
– بناء الموقع كاملًا على WordPress مع لوحة تحكم عربية مبسّطة كي أستطيع إدارة المحتوى ذاتيًا.
– توافق تام مع الجوال والأجهزة اللوحية.
– سرعة تحميل محسَّنة، درجات عالية في PageSpeed Insights.
– تهيئة أمنية أساسية، نسخ احتياطي تلقائي، وإضافات SEO شهيرة (Yoast أو RankMath).
– إعداد صفحة 404 مخصصة، وشهادة SSL مفعَّلة.
I’m launching a new venture and need help building a cohesive brand from the ground up.
First, I’d
I’m launching a new venture and need help building a cohesive brand from the ground up.
First, I’d like a modern, minimalist logo that feels timeless and uncluttered. Because I don’t yet have brand colours or legacy artwork, you’ll be free to propose a fresh palette and typography that complement the clean style I’m after. I expect a few initial logo concepts, quick iteration based on my feedback, and final delivery of scalable vector files plus web-ready exports.
Once the logo and colours are approved, I want those visuals carried through a small brochure-style website consisting of three core pages—Home, About Us and Contact. The site should be fully responsive, load fast, and be simple for me to maintain later (WordPress, Webflow or a comparable CMS are all fine; recommend what you’re most efficient with). A functional contact form and basic on-page SEO setup need to be in place at launch.
Deliverables:
• Logo package (AI, SVG, EPS, PNG, favicon)
• Mini style guide with colours and fonts
• Responsive website: Home, About Us, Contact, contact form + basic SEO
• Source files and clear handover instructions
I’ll be actively available to review work and provide feedback, so clear communication and a streamlined revision process are important. If you have a portfolio of sleek, minimalist branding and small site builds, I’d love to see it when you bid.
Website Design
Graphic Design
Logo Design
WordPress
Branding
HTML
Web Development
Web Design
I need a freelancer to install a simple plugin on my WordPress website through the admin panel. The
I need a freelancer to install a simple plugin on my WordPress website through the admin panel. The work is very simple and should not take much time. Please only install and activate the plugin and make sure it is working properly. Do not change, edit, or modify anything else on the website. The fixed budget for this project is $10. I need someone who can complete this quickly and carefully.
PHP
Website Design
WordPress
CSS
HTML
Website Management
Web Development
WordPress Plugin
I’m launching an online boutique for high-end clothing and accessories and need a complete Shopify b
I’m launching an online boutique for high-end clothing and accessories and need a complete Shopify build that feels unmistakably premium while staying minimalist and clean. The store has to glide—think ample white space, elegant typography, crisp product imagery, and a navigation flow that keeps shoppers focused on the garments, not the interface. Integrating Shopify’s native sections is fine as long as the final result looks custom and not like an off-the-shelf theme.
Core requirements
• Customer reviews must be woven naturally into each product page so social proof never interrupts the design language.
Beyond the storefront, I also need a short, punchy video ad (15–30 seconds) crafted for social channels. Footage or motion graphics that echo the site’s clean aesthetic, on-brand typography, and a luxury soundtrack are essential. Deliver it in 1080×1080 and 9:16 formats so I can use it across Instagram, TikTok, and Stories without extra edits.
Please handle:
• Theme setup, color palette, and typography selection
• Responsive design checks on desktop, tablet, and mobile
• Basic SEO settings and fast load times
• Product page template with reviews embedded
• One round of refinements after the first preview
• Final hand-off: store transferred to my Shopify account and video files delivered in MP4
If you have recent minimalist fashion storefronts or high-end motion ads in your portfolio, share them so I can gauge fit.
Website Design
Video Services
eCommerce
Shopify
Video Editing
Shopify Development
Web Design
I need an experienced software developer to build a cross-platform mobile application (iOS and Andro
I need an experienced software developer to build a cross-platform mobile application (iOS and Android) that allows a police officer to intervene in a high-speed pursuit straight from the patrol car’s laptop or phone. The core requirement is the ability to interact with a fleeing vehicle’s onboard systems in three ways:
• Remote control of vehicle speed – trigger a gradual electronic throttle limit or similar command that safely brings the target car below a predefined speed threshold.
• Send a real-time alert to the driver’s dashboard or infotainment screen informing them that speed reduction has been activated.
• Continuously obtain and display live telematics data (current speed, GPS position, VIN, etc.) so the officer sees instant feedback on the maneuver.
The workflow I picture is: officer selects the target vehicle ID, issues the slowdown command, watches the live metrics verify compliance, and the system logs the entire event for evidence.
Because we must communicate with many modern vehicle networks, familiarity with CAN bus, OBD-II, secure over-the-air commands, and encryption best practices is essential. The UI should remain simple (React Native, Flutter, or similar is fine) while the underlying control protocols stay robust and tamper-resistant.
Deliverables
1. Technical architecture brief outlining communication method, authentication, and safety fallback.
2. Working cross-platform app with clean, modular code.
3. Demo video slowing a test vehicle or simulator.
4. Documentation and hand-over session.
I am open to staged milestones: proof-of-concept signal transmission first, followed by full telematics integration, then polished UI/UX. If you have prior automotive IoT, telemetry, or remote command experience, please lead with that in your proposal and include any relevant GitHub or demo links.
C Programming
Mobile App Development
iPhone
Android
React Native
Flutter
Encryption
CAN Bus
I need a single, coherent code-base that powers both a responsive website and a companion mobile app
I need a single, coherent code-base that powers both a responsive website and a companion mobile app devoted to information and content sharing. The core of the project is a smooth, secure workflow that lets end-users upload, edit, organise and publish their own content while I retain full administrative oversight.
Key deliverables
• Mobile application ( Android) compiled from shared source
• Can check the website coding
• Experienced coding expert
• Clean, well-documented source code and deployment guides
Acceptance criteria
The same user must be able to sign in on either platform, upload a piece of content once, then immediately view and manage it from the other platform; all changes should sync in real time without data loss. Build passes standard accessibility checks and runs without error on current versions of Chrome, Safari, Edge, Android 12+ and iOS 15+. Automated tests cover at least the upload flow.
You’re free to choose the stack—React Native, Flutter or similar for mobile; React, Vue, or Next.js for web; Node, Django or Laravel for the back end—as long as it’s modern, well-supported and you document it clearly. Cloud storage (AWS S3, Firebase, or equivalent) is preferred for media, and Git for version control is mandatory.
I value clean architecture, transparent communication and ethical handling of user data. If this matches your approach, let’s talk timelines and milestones so we can move swiftly from prototype to launch.
PHP
Mobile App Development
Android
Node.js
Git
Web Development
React Native
Flutter
Certified Ethical Hacking
My corporate-style website is live but the back-end data layer is still a patchwork of spreadsheets
My corporate-style website is live but the back-end data layer is still a patchwork of spreadsheets and ad-hoc tables. I need a clean, well-structured database built from the ground up that can comfortably store two core data sets—customer information and product/service details—and also power a simple booking workflow for the services we offer.
Here’s what I’m looking for you to handle:
• Review the current site codebase, spot gaps, and propose the best database technology for long-term stability.
• Design an ER diagram and schema that separates customer profiles, product/service listings, and booking records while preserving necessary relationships and security constraints.
• Provide migration scripts or seed data so I can import existing CSVs without downtime.
• Integrate the new database into the site, wiring up forms, queries, and any admin pages required to add, edit, or report on bookings.
• Document everything clearly so in-house staff can maintain it after hand-over.
Success for me is a single source of truth for customers, services, and bookings, loading quickly and ready for future reporting needs. Please let me know the stack you’d prefer to use, any questions about the current hosting environment, and a realistic timeline for delivery.
PHP
SQL
MySQL
HTML
PostgreSQL
Database Development
Web Development
Database Design
Ideal candidates should have:
- Proven experience in building ecommerce websites
- Strong understanding of UX/UI principles
- Familiarity with SEO best practices
- Knowledge of inventory management systems
Please share your portfolio and relevant experience.
Website Design
Graphic Design
User Interface / IA
HTML
UX / User Experience
UI / User Interface
Web Development
Payment Gateway Integration
I’m ready to turn my concept into a fully functioning mobile app available on both iOS and Android.
I’m ready to turn my concept into a fully functioning mobile app available on both iOS and Android. At this stage I have the core idea outlined but I need a seasoned developer who can guide the process end-to-end—refining requirements, choosing the right tech stack, building clean, well-documented code, and getting the app live in both stores.
You’ll handle:
• Technical planning and stack selection (native, Flutter, React Native—whichever best fits the feature set we finalise)
• UI implementation that respects each platform’s guidelines
• Core feature development, API integration and basic analytics setup
• Testing on a range of devices and submission support for the App Store and Google Play
Deliverables:
1. Two production-ready builds (iOS & Android)
2. Source code in a private repo with clear README
3. Deployment instructions and store listings drafted and approved
I value clean architecture, proactive communication, and transparency around timelines and milestones. If you have recent cross-platform launches in your portfolio and can start soon, let’s discuss the roadmap.
JavaScript
Mobile App Development
iPhone
Android
React Native
Flutter
API Integration
iOS
I need every detail from a set of scanned images transcribed into my web-based database through its
I need every detail from a set of scanned images transcribed into my web-based database through its built-in form. Open each image, read the fields, and submit the information exactly as shown—names, dates, IDs, everything. The system timestamps each save, so I can follow progress in real time.
You will receive a folder link with the JPG/PDF files plus form guidelines and login credentials. The database is fully online; no Excel downloads or uploads are involved.
Deliverables
• All records entered and saved in the database.
• 99 % or better accuracy when I spot-check a random sample.
A steady, error-free pace is more important than speed, and you can start as soon as you confirm.
PHP
Data Entry
Excel
MySQL
Database Management
Data Collection
Data Management
Data Annotation
I'm looking to create a comprehensive e-commerce store dedicated to men's casual wear. The platform
I'm looking to create a comprehensive e-commerce store dedicated to men's casual wear. The platform should be user-friendly and feature a robust shopping cart.
Key Requirements:
- Main focus on casual men's clothing
- Essential functionalities: shopping cart, detailed product information
Ideal Skills & Experience:
- Proficiency in e-commerce website development
- Experience with men's fashion retail
- Strong UI/UX design skills for a seamless shopping experience
- Ability to provide detailed product descriptions and images
Website Design
Graphic Design
Shopping Cart Integration
eCommerce
HTML
UI / User Interface
Web Development
Web Design
Project Overview
We are building MarketHub, a blockchain-powered Web3 marketplace where users can d
Project Overview
We are building MarketHub, a blockchain-powered Web3 marketplace where users can discover, buy, sell, trade, and manage digital gaming assets using cryptocurrency and Web3 wallets.
The platform combines Web3 marketplace functionality, blockchain transactions, digital asset licensing, AI integration, and user account management.
We are looking for an experienced Full-Stack Web3 Developer to review, improve, and continue developing the existing MarketHub platform.
Key Responsibilities
- Review and understand the existing MarketHub codebase and architecture.
- Develop and improve the Web3 marketplace frontend and backend.
- Implement and maintain Web3 wallet connectivity.
- Integrate blockchain transactions into marketplace workflows.
- Develop and improve smart-contract functionality using Solidity and OpenZeppelin.
- Implement buying, selling, listing, trading, and digital-asset licensing workflows.
- Support secondary marketplace functionality.
- Integrate cryptocurrency/token-based payments.
- Improve transaction status handling and blockchain confirmation flows.
- Work with MongoDB for marketplace and user-related data.
- Integrate AI-powered functionality into the marketplace.
- Improve frontend performance, responsiveness, and user experience.
- Identify technical issues, security risks, and areas for architectural improvement.
- Test marketplace workflows across frontend, backend, and blockchain components.
- Collaborate on future features and technical improvements.
Ideal Candidate
We are looking for someone with proven experience in:
- Full-stack Web3 development
- React / Next.js / TypeScript
- Node.js backend development
- Solidity smart contracts
- Ethereum / EVM-compatible networks
- OpenZeppelin
- Web3 wallet integration
- Token-based transactions
- NFT or digital-asset marketplaces
- MongoDB
- REST APIs and backend architecture
- Blockchain transaction management
Experience with gaming, GameFi, NFT marketplaces, DeFi, or AI + Web3 platforms is a strong advantage.
What We Expect
The selected developer should be comfortable working with an existing codebase rather than starting everything from scratch.
The initial phase will focus on:
- Reviewing the existing MarketHub platform.
- Understanding the current architecture and workflows.
- Identifying technical gaps and potential issues.
- Reviewing Web3 and blockchain integration.
- Evaluating marketplace functionality.
- Recommending improvements.
- Implementing agreed-upon improvements and features.
Deliverables
- Improved and maintainable MarketHub codebase
- Functional Web3 wallet integration
- Reliable blockchain transaction workflows
- Marketplace buy/sell/listing functionality
- Digital asset licensing functionality
- Secondary marketplace functionality
- AI integration improvements
- Improved frontend UX and performance
- Proper error and loading-state handling
- Secure and well-structured smart-contract integration
- Technical documentation where appropriate
How to Apply
Please include:
- A brief introduction
- Your experience with Web3 marketplace development
- Relevant React/Next.js + Node.js projects
- Solidity / smart-contract experience
- Examples of Web3, NFT, GameFi, or blockchain projects
- GitHub or portfolio links
- Your availability
- Your hourly rate or project-based expectations
Please also briefly describe one Web3 project you have developed or significantly contributed to, including your specific responsibilities.
PHP
Website Design
Software Architecture
Node.js
Blockchain
Ethereum
Full Stack Development
Solidity
Smart Contracts
Next.js
We have developed an AI-powered astrology application that supports multiple systems of astrology and divination, including:
* Vedic Astrology / Jyotish
* Western Astrology
* Chinese Astrology / BaZi
* Numerology
* Tarot
We are looking for an **Astrology Domain Expert, Astrology Researcher, or team of specialists** who can independently test and validate the **astrological logic, calculations, rules, and resulting interpretations produced by our application**.
### Important: This is NOT normal software QA
We are **not primarily looking for testing of login, UI, payments, responsiveness, crashes, APIs, performance, or other standard software functionality.**
We already handle conventional software QA separately.
The purpose of this project is to determine:
**Is the astrology produced by our application actually correct according to the rules and calculations of the respective astrological system?**
---
# What We Need Tested
The selected expert/team will receive access to our application and test cases.
For each test, we want the expert to independently determine the correct astrological result and compare it with the result generated by our system.
The work should identify errors at different levels:
We need to know not only that an answer is wrong, but **why it is wrong and at which stage the error occurred.**
---
## 1. Vedic Astrology / Jyotish
Testing may include:
* Planetary positions
* Ascendant / Lagna
* Houses / Bhavas
* Rashi
* Nakshatra and Pada
* Ayanamsha
* Retrograde calculations
* Aspects / Drishti
* Vimshottari Dasha and sub-periods
* Transits / Gochar
* Yogas
* Doshas
* Planetary strength and relationships
* House lordships
* Timing calculations
* Compatibility calculations
* Interpretation rules
* Predictions derived from the calculated chart
Our current Vedic calculation system uses **sidereal Lahiri calculations and Swiss Ephemeris**, so familiarity with astronomical/ephemeris-based chart calculations is highly desirable.
---
## 2. Western Astrology
Testing may include:
* Tropical planetary positions
* Ascendant and Midheaven
* House calculations
* House systems
* Aspects
* Aspect orbs
* Retrogrades
* Planetary dignities
* Natal chart logic
* Transits
* Progressions where applicable
* Synastry/compatibility
* Interpretation rules
---
## 3. Chinese Astrology / BaZi
Testing may include:
* Four Pillars calculations
* Year, Month, Day and Hour Pillars
* Heavenly Stems
* Earthly Branches
* Five Elements
* Yin/Yang relationships
* Ten Gods
* Hidden Stems
* Luck Pillars
* Calendar/time conversion
* Element balance
* Relationship between calculated elements
* Interpretation logic
---
## 4. Numerology
Testing should verify both calculations and interpretation logic, including where applicable:
* Life Path
* Destiny/Expression
* Soul Urge
* Personality
* Birthday numbers
* Name calculations
* Master numbers
* Personal Year/Month/Day
* Compatibility
* Other numerological calculations used by our application
The tester should identify the numerological methodology being applied and verify that the system follows it consistently.
---
## 5. Tarot
This is less about astronomical calculation and more about validating the logic used by the application.
Testing may include:
* Correct card identification
* Upright/reversed meanings where applicable
* Spread positions
* Meaning of cards according to position
* Card combinations
* Contextual interpretation
* Consistency between cards drawn and interpretation
* Whether the AI introduces information unsupported by the cards
* Whether the final answer contradicts the cards or spread
---
# Example of the Testing We Expect
Suppose we provide:
**Date of Birth:** 15 August 1990
**Time:** 14:35
**Place:** Mumbai, India
Our application produces a chart and an interpretation.
We do NOT simply want the tester to say:
**PASS / FAIL**
We want something similar to:
**Application result:** Moon = X position
**Independent calculation:** Moon = Y position
**Result:** FAIL
**Reason:** Incorrect calculation
**Expected calculation:** [correct value]
**Reference/methodology:** [source/calculation method]
**Reason:** The interpretation states X, but according to the relevant astrological rule, this combination should be interpreted as Y because [explanation/reference].
This distinction is extremely important to us.
---
# Test Cases
We would like the expert/team to help create a **Golden Astrology Test Dataset**.
This should contain a large number of known test cases covering normal cases as well as difficult boundary conditions.
Examples include:
* Ascendant changing within minutes
* Planet changing sign
* Nakshatra/Pada boundaries
* Dasha transitions
* Retrograde/direct transitions
* Midnight/date transitions
* Different time zones
* Daylight Saving Time
* Leap years
* High-latitude locations
* House cusp boundaries
* Aspect-orb boundaries
* Chinese calendar boundaries
* BaZi hour/day/month/year transitions
* Numerology edge cases
Each case should contain:
**Input → Expected Result → Application Result → PASS/FAIL → Explanation → Reference**
The final dataset should be reusable for regression testing whenever we modify our astrology engine.
---
# AI Interpretation Validation
Our application also uses AI to explain astrological results.
Therefore, another important part of the project is determining whether the AI's response is **grounded in the actual astrological data calculated by the system**.
We want errors classified separately as:
**1. Astronomical/calculation error**
The underlying calculated position/value is wrong.
**2. Astrology-rule error**
The calculation is correct but the astrological rule has been applied incorrectly.
**3. Interpretation error**
The correct astrological information is available, but the interpretation is inconsistent with the relevant astrology system.
**4. AI grounding/hallucination error**
The AI mentions planets, houses, aspects, cards, numbers, combinations or events that are not supported by the actual calculated data.
**5. Methodology disagreement**
The result differs because another legitimate school or methodology uses a different rule. These should NOT automatically be classified as bugs. The tester should explain the methodological difference.
---
# Who We Are Looking For
We understand that it may be unrealistic for one person to be an expert in all five systems.
Therefore, we are open to:
* One highly qualified multi-system astrology expert
* Multiple specialists working together
* An astrology institute/research group
* A lead astrology researcher coordinating specialists
* Experienced professional astrologers with strong technical/calculation knowledge
We would rather hire **several genuine specialists** than one person claiming expertise in every system.
---
# Required Experience
Applicants should have substantial expertise in at least one of:
**Vedic Astrology / Western Astrology / Chinese Astrology (BaZi) / Numerology / Tarot**
Please specify exactly which systems you are qualified to validate.
Knowledge of software QA is helpful but **not mandatory**.
Deep knowledge of the astrology system is more important.
For calculation-heavy systems, familiarity with ephemerides, astronomical calculations, astrology software, Swiss Ephemeris or independent chart calculation methods is highly desirable.
---
# When Applying, Please Answer
Please do not send a generic software-QA proposal.
Instead, answer the following:
**1. Which astrology systems can you professionally validate?**
Vedic / Western / Chinese-BaZi / Numerology / Tarot
**2. How many years have you practiced or studied each system?**
**3. What qualifications, certifications, publications, teaching experience or professional astrology experience do you have?**
**4. Can you independently calculate/verify a chart rather than relying entirely on the result produced by our application?**
**5. Which software, ephemeris, books, classical texts, professional standards or other references would you use to verify our results?**
**6. Can you identify the difference between a calculation error, astrology-rule error and interpretation error?**
**7. Can you document the correct expected result and explain why our result is incorrect?**
**8. Can you help us build reusable reference test cases for future regression testing?**
**9. Please provide an example of how you would validate one astrology calculation or interpretation.**
---
# Deliverables
The project should ultimately produce:
* Independent validation of astrology calculations
* Independent validation of astrology rules
* Interpretation validation
* AI grounding/hallucination review
* Expected-vs-actual results
* Reproducible test cases
* Explanation of every identified astrology error
* References/methodology supporting corrections
* Severity classification
* Final astrology accuracy report
* Reusable Golden Astrology Test Dataset
* Regression test cases for future releases
## Primary Objective
At the end of this project, we want to be able to answer:
**“When our application calculates something or gives an astrological answer, can we demonstrate that the underlying calculations, astrology rules and interpretation are consistent with the defined methodology of that astrology system?”**
This is an **astrology-domain validation project**, not conventional mobile-app QA.
Project Management
Engineering
Testing / QA
Software Architecture
Software Testing
Website Testing
MySQL
Usability Testing
Website Management
Web Hosting
I need a male voice over for 2 or 3 short (200 - 250 words per item) scripts. Fast turnaround, sampl
I need a male voice over for 2 or 3 short (200 - 250 words per item) scripts. Fast turnaround, sample script attached, need budget, am looking for estimates
PHP
Legal
Legal Research
Research Writing
Employment Law