I have the source code for a website I built several years ago. It currently has some issues, most l
I have the source code for a website I built several years ago. It currently has some issues, most likely because it was built using an older PHP version and is no longer fully compatible with current environments.
I'm looking for an experienced PHP developer who can identify the issues and get the website working properly again. I believe this should be a relatively small task for someone experienced with legacy PHP, possibly around 2–3 hours.
IMPORTANT: I do not want to share or upload the source code with anyone. The work must be done directly on my computer through a remote-access tool such as AnyDesk or TeamViewer. You will be able to inspect, debug, modify, and test the code remotely on my machine.
More details about the errors and environment will be shared in chat.
Please bid only if you are comfortable working remotely on my machine and have experience debugging older PHP projects.
PHP
JavaScript
Troubleshooting
MySQL
HTML
Debugging
Software Development
Mailwizz
Web Development
Site Inspection
I need a clean, responsive website built to showcase a diabetes-management product that has genuinel
I need a clean, responsive website built to showcase a diabetes-management product that has genuinely improved my day-to-day life. The current placeholder link—<a href="https://http:kamakhyaastrologer.co" target="_blank">click here</a>—will become the primary domain once the site is live, so everything you create should be ready to drop into that address.
Scope of work
The site’s main job is to explain how the product works, share real-world insights, and give visitors an easy path to purchase or request more information. A straightforward content structure, clear calls-to-action, and mobile-first design are priorities. If you prefer working with WordPress, Shopify, or a lightweight custom stack, I’m open; what matters is a smooth user experience and easy future updates.
Timeline
There’s no hard deadline, which gives us room to make thoughtful design and build choices rather than rushing through iterations.
What I’d like to see from you
When you apply, focus on your relevant experience—projects where you’ve taken a product from concept to launch, especially in health, wellness, or e-commerce. Feel free to link live sites, describe your role, and outline any post-launch support you provided.
Deliverables
• Fully functional, responsive website (five to seven core pages)
• CMS or admin panel set up for simple edits
• Basic SEO configuration and Google Analytics integration
• Handover package: credentials, theme or source files, and concise user guide
If this sounds like the kind of build that fits your skill set, I’d love to hear about the work you’ve done and how you’d approach turning that placeholder link into a site people living with diabetes can trust.
PHP
Website Design
WordPress
CMS
HTML
Web Development
Website Development
The front-end of my JavaScript browser extension is complete and running smoothly; what is missing i
The front-end of my JavaScript browser extension is complete and running smoothly; what is missing is the server side. I now need a backend that focuses on clean, reliable API integration—specifically connecting the extension to third-party services.
Here is the flow I am aiming for: when a user performs an action inside the extension, it should call my backend, which then talks to the chosen external API (Google, Facebook, Twitter, or any similar platform we agree on), processes the response, and returns streamlined data back to the client in JSON.
Key points I care about:
• A lightweight Node.js (or equivalent) service with clear folder structure.
• Secure handling of API keys, tokens, and refresh flows.
• Well-documented endpoints so I can keep iterating on the front-end without guessing payload formats.
• Error handling and simple logging so I can trace issues quickly.
Deliverables will be the complete backend source, a short README with setup instructions, and a quick screen share or video that walks through the endpoints in action. Once this scaffold is in place, I can extend the extension’s features confidently, knowing every server call is ready for production.
PHP
JavaScript
Node.js
AngularJS
Backend Development
RESTful API
API Development
API Integration
I already have a live Teamtailor account and now I want to use it to its full potential. My main aim
I already have a live Teamtailor account and now I want to use it to its full potential. My main aim is to streamline our recruitment process, so I need someone who knows the platform inside-out and can walk me through every step in real time.
Here’s what I expect us to cover together:
• Initial setup and configuration – making sure all basic settings, user roles, GDPR controls, and integrations are correct from day one.
• Using the built-in recruitment tools – pipelines, automations, messaging, analytics, and any newer features that improve day-to-day hiring.
• Customising the platform – career site look-and-feel, branded email templates, custom fields, triggers, and any third-party add-ons that boost candidate experience.
You should bring at least one full year of hands-on Teamtailor experience, know the newest capabilities released this year, and be comfortable sharing screens or recording short walkthrough videos so I can repeat the steps later.
Deliverables:
1. A structured setup session (or series) that leaves the account fully configured for my workflows.
2. A clear checklist or mini-playbook summarising each change we make and how to maintain it.
3. Quick follow-up support to answer questions that come up once I start using the platform solo.
If you’re confident you can turn Teamtailor into a smooth, measurable hiring engine, let’s get started.
PHP
JavaScript
Website Design
Training
Recruitment
HTML
Analytics
Automation
Our logistics team already has the React-based dashboard virtually ready to go—we now need the Djang
Our logistics team already has the React-based dashboard virtually ready to go—we now need the Django muscle behind it. I’m looking for someone who can stand up a clean, well-documented Django REST API on PostgreSQL, wire it into the existing UI, and make sure inventory data flows in real time.
Core scope
• Build the database schema in PostgreSQL and expose it through Django REST Framework endpoints.
• Implement OAuth authentication/authorization so our staff and partners can sign in with their existing accounts.
• Add low-stock alerts that trigger both via the API and inside the dashboard.
• Record full inventory history so users can view item-level movements over time.
• Enable the live tracking hooks we’ve sketched out (Redis or channels—open to your recommendation) so counts update instantly on the front end.
• Hand off concise setup docs plus a short walkthrough video so my in-house dev can maintain it.
Everything is ready on the design side, so you can focus 100 % on the backend logic, test coverage, and smooth integration. I need an MVP up and running ASAP; if we click, there’s a clear roadmap for barcode scanning and other enhancements.
JavaScript
Python
Django
PostgreSQL
Redis
AngularJS
OAuth
API Development
I already have a nearly-finished frontend for our new inventory dashboard and now need the entire ba
I already have a nearly-finished frontend for our new inventory dashboard and now need the entire backend built in Django. Your main job is to craft a clean REST API (Django REST Framework is fine) that plugs straight into the existing UI and stores everything in PostgreSQL―that is the database we run company-wide, so please architect around it.
Core workflow
• Real-time stock tracking: every product movement must be reflected immediately across the API so the Vue/React screens (you’ll see the repo) stay in sync without manual refreshes.
• User roles & permissions: admins can manage all data, warehouse staff update counts only, and accounting gets read-only access. Use Django’s auth system or a proven extension; the rules just need to be easy for us to manage later in the admin.
• Third-party hooks: orders ship via several carriers, so the app needs to hit common shipping provider APIs (think label creation & tracking updates). We also take payments for certain value-added services, so Stripe or a similar gateway must be wired in. I can supply keys and sandbox accounts.
Preferred stack & expectations
PostgreSQL 14+, Django 4.x, Django REST Framework, Docker for local dev, and GitHub Actions for CI. If you have a better tooling idea, I’m open, but the database choice is non-negotiable.
Deliverables (acceptance criteria)
- Dockerised Django project with environment variables for all secrets
- Fully documented REST endpoints covering products, locations, stock movements, users & permission groups
- Integration modules for at least one major shipping provider and one payment gateway, with clear extension points for others
- Unit tests (>90 % coverage) and a Postman/Swagger collection so my QA team can verify quickly
- Simple deployment script (Ansible, Fabric or bash) that pushes to our Ubuntu server and runs migrations
Timeline is flexible within reason, but I’d like an MVP deployed to staging in about four weeks. Let me know your relevant Django projects, any questions about the workflow, and when you could start.
JavaScript
Python
Django
PostgreSQL
AngularJS
Docker
RESTful API
API Development
We are a small logistics company looking for an experienced Python/Django developer to build a custo
We are a small logistics company looking for an experienced Python/Django developer to build a custom inventory management web application. The frontend design is almost finalized; we need a developer to handle the backend and integrate it with the UI.
Current setup
• Front-end UI: designed and 90 % complete
• Database: production PostgreSQL instance already populated with live data
Core scope
• Map the existing PostgreSQL schema into Django models without disrupting current tables.
• Implement secure user authentication so staff log in with role-based access.
• Build inventory tracking endpoints that let us create, update, pick, pack, and reconcile stock in real time.
• Provide concise API documentation (Swagger/OpenAPI preferred) so our in-house devs can consume the routes easily.
• Wire everything to the dashboard HTML/CSS we provide, returning JSON for dynamic views.
Deliverables
1. Django project (Python 3.x, Django REST Framework) connected to our PostgreSQL database.
2. Auth module (token or session-based) with basic user management views.
3. Inventory endpoints covering CRUD and stock-movement logic.
4. Sample environment file plus README for local setup and deployment.
5. Postman (or similar) collection demonstrating each route.
Acceptance criteria
• All endpoints return correct status codes and follow REST conventions.
• Login required for every protected route; unauthorized access blocked.
• No breaking changes to existing tables or data.
• Code passes basic unit tests we will run before sign-off.
If you have previous Django REST work with PostgreSQL and can move fast, let’s get started—I’m ready to share schemas and the UI repo immediately.
JavaScript
Python
Django
NoSQL Couch & Mongo
PostgreSQL
Backend Development
Database Management
API Development
### Project Specification: Next-Gen AI Companion & Roleplay Platform
### 1. Project Overview
We ar
### Project Specification: Next-Gen AI Companion & Roleplay Platform
### 1. Project Overview
We are looking to develop a highly scalable, multi-modal **AI Companion and Conversational Roleplay Platform** (similar in architecture to Candy.ai). The platform will allow users to interact with pre-configured or fully customized AI personas via text, voice, and generated imagery.
The core value proposition lies in **deep conversational memory**, **emotional consistency**, and **low-latency multi-modal responses**. The target architecture will lean heavily on orchestrating pre-existing, open-source, or commercial AI models rather than training basic Large Language Models (LLMs) from scratch.
### 2. Core Functional Modules
### A. Persona Layer & Custom Character Engine
* **Pre-made Directory:** An browse-and-explore gallery of pre-configured AI personas categorized by traits, visual styles, and relationship archetypes.
* **Custom Persona Creator:** A step-by-step user interface allowing customers to define an AI character's:
* *Identity & Backstory:* Core prompt generation detailing their history, voice tone, and behavior boundaries.
* *Visual Prompting:* Baseline text-to-image prompts to anchor the character's aesthetic.
* *Core Traits:* Sliders or tags defining personality vectors (e.g., introverted vs. extroverted, supportive, playful).
### B. Multi-Modal Conversational Engine
* **Contextual Chat & Roleplay:** Real-time text interaction supporting complex multi-turn conversations, narrative-driven formatting, and deep character immersion.
* **Advanced Memory Architecture:** A hybrid system utilizing short-term caching for immediate dialogue flow and long-term vector database recall to remember user preferences, shared history, and past events over weeks or months.
* **AI Voice Synthesis:** On-demand generation of voice notes or interactive audio responses that closely match the persona's character profile.
* **Dynamic Visual Generation:** Automated or credit-based generation of context-aware photos (selfies, situational images) triggered by conversation milestones or explicit user requests.
### C. Monetization & User Operations
* **Subscription Architecture:** Tiered subscription system (e.g., Monthly/Annual Premium) unlocking unrestricted messaging, priority processing, and higher-tier image allocation.
* **Micro-transactions:** Token or credit system to pay for specialized actions like high-fidelity image unlocks or voice notes.
* **Payment Infrastructure:** Integration with robust standard payment engines, along with explicit support for high-risk payment processors if content boundaries necessitate it.
### 3. Preliminary Technical Stack Requirements
We are seeking engineering teams or developers proficient in the following (or equivalent) modern stack architectures:
* **Frontend:** React.js, Next.js, or Vue.js paired with Tailwind CSS for a responsive, fast-loading, mobile-first web interface.
* **Backend:** Fast-API (Python) or Node.js (Express/NestJS) optimized for highly asynchronous API orchestration.
* **AI & Large Language Models:** API orchestration with advanced proprietary commercial models (e.g., Anthropic Claude, OpenAI GPT-4o) or open-source foundation models (e.g., LLaMA 3, Mistral) served via high-performance inference engines like vLLM.
* **Vector Database:** Pinecone, ChromaDB, or pgvector (PostgreSQL) specialized in semantic context retrieval and user memory retention.
* **Multimedia Pipelines:** Stable Diffusion (via Replicate, Ideogram, or ComfyUI instances) for imagery, and ElevenLabs or equivalent text-to-speech engine for high-fidelity voice output.
* **Database & Cache:** PostgreSQL for transaction and user tables; Redis for fast session management and prompt-response caching.
### 4. Developer Requirements & Qualifications
### Technical Competencies
* Proven experience building **production-grade Generative AI applications** and coordinating complex multi-model pipelines (Text + Image + Voice).
* Deep expertise in **Vector databases and Retrieval-Augmented Generation (RAG)** pipelines optimized for low-latency memory recall.
* Strong understanding of API optimization, stateful WebSocket management for live messaging, and prompt engineering protocols.
* Experience implementing secure content-gating, robust content moderation filters, and data encryption schemas.
### Project Deliverables Expected
1. Fully interactive, mobile-optimized Web App (PWA).
2. Scalable backend infrastructure deployed via containerized environments (Docker/Kubernetes).
3. Comprehensive API documentation for all core microservices.
4. Admin and content management dashboard for managing AI personas, analyzing user engagement, and overseeing financial transactions.
PHP
Mobile App Development
iPhone
Android
React.js
AI Chatbot Development
AI Model Development
AI Voice Agents
I’m ready to launch a fully-featured, non-medical home health care agency platform that mirrors the
I’m ready to launch a fully-featured, non-medical home health care agency platform that mirrors the depth and polish of Alora, WellSky, HHAeXchange, and Sandata—but branded and configured for my operation. Because this is a ground-up build, I need a partner who has already walked this path and can demonstrate it with a live URL, demo credentials, or code repository. If you have never delivered a comparable system, please do not reply.
What I expect the finished product to do
• Web-based (desktop & mobile responsive) portal plus lightweight caregiver mobile app
• Patient intake, profile management, and visit scheduling with drag-and-drop calendar
• Caregiver roster, shift invitations, time-tracking, and electronic visit verification (EVV)
• Automated billing, claims submission, and payroll calculations
• Real-time dashboards and compliance reporting (HIPAA, state EVV mandates)
• Secure messaging and document storage for care plans, signatures, and notes
• Open API or native connectors for EHR feeds, clearinghouses, and major payment gateways
Project flow & checkpoints
– Discovery and architecture sign-off
– UX/UI prototypes for web and caregiver app
– Agile sprints with bi-weekly demos on a cloud staging server
– End-to-end acceptance test covering admin, caregiver, and client roles
– Deployment, knowledge transfer, and 30-day post-launch support
To be considered include
1. A link or demo video that proves you have already built a comparable platform.
2. Your true fixed-price proposal—if you have done this before, you know the real number.
I’m prepared to move quickly once past work is confirmed and the scope is locked.
PHP
JavaScript
Website Design
Project Management
Mobile App Development
HTML
Web Development
Full Stack Development
Database Management
API Development
Emergent
I’m building a modern, end-to-end e-commerce ecosystem that covers web, Android, and iOS. The stack
I’m building a modern, end-to-end e-commerce ecosystem that covers web, Android, and iOS. The stack is already defined—React.js and React Native on the front, Node.js with Express.js in the middle, and MongoDB underneath—so you’ll be working in familiar, JavaScript-centric territory. REST-style APIs will connect the layers, and everything must be responsive, secure, and ready for real-world traffic on day one.
Core business goal
The platform will serve as my primary online store. From first click to final payment, shoppers need a seamless journey that also feeds clean data to an admin dashboard for analytics and automation.
Essential storefront features
• Product catalog with powerful search
• Shopping cart and checkout flow that plugs into at least one mainstream payment gateway
• User reviews and ratings visible on each product page
Authentication requirements
• Traditional email + password
• One-tap social logins
• Optional two-factor authentication for higher-risk actions
Beyond the basics
An admin panel should let me manage inventory, promotions, users, and content. I also need hooks for third-party APIs—shipping, marketing, CRM, and an AI module for personalised recommendations and business-rule automation. Every endpoint must follow best-practice security and be documented for future integrations.
When you respond
Show me two or three live projects from your portfolio that prove mastery of React/React Native, Node/Express, and MongoDB at scale. Outline a high-level timeline with key milestones, and include a single, all-in project price (broken down by phase if you like).
PHP
JavaScript
HTML
AngularJS
React.js
MongoDB
React Native
REST API
Project Description:
I am launching an e-commerce brand (sellwin.in) and need a technical specialist to complete a rapid, streamlined setup within 48 to 72 hours.
Key Deliverables:
1. Shopify Store Setup:
- Clean, lightweight, mobile-optimized theme configuration.
- Upload and configure 20–30 products with variants, images, and pricing.
- Integrate an active Indian payment gateway (Razorpay / Cashfree / PhonePe Payment Gateway).
- Frictionless, single-page checkout optimized for Indian buyers.
2. Instagram Automation (ManyChat Integration):
- Comment-to-DM triggers (e.g., if a user comments "BUY", "LINK", or "PRICE", the direct product checkout link is sent to their DM instantly).
- Auto-reply to direct messages and new story mentions.
3. WhatsApp Alerts / Recovery:
- Automated order confirmations and abandoned checkout notifications via WhatsApp.
Requirements:
- Proven experience deploying ManyChat Comment-to-DM flows and Shopify stores in India.
- Ability to execute using free-tier tools where possible to avoid unnecessary software subscriptions.
- Work must be completed within 2 to 3 days.
Budget: ₹5,000 – ₹9,000 (Fixed Price)
PHP
JavaScript
Technical Support
HTML
Shopify
Social Media Marketing
Conversion Rate Optimization
Instagram Marketing
Payment Gateway Integration
Shopify Development
I'm looking for an experienced app developer to create a QSR outlet app specifically for car wash se
I'm looking for an experienced app developer to create a QSR outlet app specifically for car wash services. The app will primarily serve as a platform for order placement.
Key Features:
- Order Placement: Users can book car wash services (exterior wash, interior cleaning, full service).
- Time Slots: 15-minute time slots for service.
- Booking: Users must book via the app and arrive at the scheduled time.
Ideal Skills and Experience:
- Mobile app development (iOS and Android)
- Experience with order placement systems
- User-friendly UI/UX design
- Backend database management
- Knowledge of scheduling systems
Please provide examples of similar work done and ensure the app is robust and reliable.
PHP
Mobile App Development
iPhone
Android
UI / User Interface
Backend Development
User Experience Research
iOS
I'm looking for an experienced app developer to create a QSR outlet app specifically for car wash se
I'm looking for an experienced app developer to create a QSR outlet app specifically for car wash services. The app will primarily serve as a platform for order placement.
Key Features:
- Order Placement: Users can book car wash services (exterior wash, interior cleaning, full service).
- Time Slots: 15-minute time slots for service.
- Booking: Users must book via the app and arrive at the scheduled time.
Ideal Skills and Experience:
- Mobile app development (iOS and Android)
- Experience with order placement systems
- User-friendly UI/UX design
- Backend database management
- Knowledge of scheduling systems
Please provide examples of similar work done and ensure the app is robust and reliable.
PHP
Mobile App Development
iPhone
Android
UI / User Interface
Backend Development
User Experience Research
iOS
Hi
I want to design wordpress based website with all features like this website (https://doctordata
Hi
I want to design wordpress based website with all features like this website (https://doctordatabase.co/) but with additional pages and my own design and color scheme. Basic website has been done but I need professional look and all features like doctordatabase.co
The website should be responsive on all devices as well as SEO optimized. Color scheme will be blue + navy + white color scheme
Website should have ecommerce feature where customers can buy the lists online.
Please only apply if you can do this work as per my budget because I will not increase my budget and there is a lot of work involved
Domain name and hosting is ready to go here https://thehealthcarecontacts.com/
I already have a working Android application with a PHP/MySQL admin panel hosted on cPanel. What I n
I already have a working Android application with a PHP/MySQL admin panel hosted on cPanel. What I need now is a focused round of feature additions, clean-up, and a small infrastructure fix so the Android build can be resubmitted to the Play Store while the public-facing website remains disabled.
Please treat the items below as discrete deliverables:
• Notification system – Store each push notification in the user’s account, allow both the user and the admin to delete it at any time.
• Persistent user profile – Save address and city inside the app (and in the admin panel) so the data survives logout/login cycles.
• Product enquiry dashboard – Surface every product enquiry inside the admin panel for quick follow-up.
• Attendance module – Build a simple in-app attendance tracker accessible from the admin backend.
• Order book & inventory order – Record each order plus its inventory impact in the admin panel.
• Web-to-Android wrapper – Convert my existing web view into the Android app where needed and guide the final upload to Google Play.
• cPanel housekeeping – Remove all unused files and fix the non-working webmail account.
• Secure login flow – New users must be approved by an admin before they can access the app; all existing functions stay exactly as they are.
Current stack: Android Studio (Java/Kotlin), PHP 7+, MySQL, cPanel. If any additional libraries or APIs are required, let me know before implementation.
Acceptance is based on each bullet point functioning in both the app and the admin panel, with clean, well-commented code and a successful Play Store submission.
Core php
PHP
Java
Mobile App Development
Android
MySQL
Kotlin
Android App Development
Android Studio
API Development
cPanel
I’m preparing a Shopify e-commerce project for the 2026 Halloween season and I’m looking for an expe
I’m preparing a Shopify e-commerce project for the 2026 Halloween season and I’m looking for an experienced freelancer to help with the project from preparation through the seasonal campaign.
The project will focus on the US market, with an emphasis on seasonal products, Shopify store management, product research, and online marketing.
I’m looking for someone who has practical e-commerce experience and can contribute ideas throughout the project.
Scope of Work
1. Product & Market Research
Research Halloween products and seasonal trends
Analyze competitors, pricing, offers, and product positioning
Identify products and niches that may be suitable for the target market
Research customer interests and potential marketing angles
Help evaluate which products should be tested
2. Shopify Store Management
Add and organize products and collections
Update product titles, descriptions, images, and other content
Review product pages and suggest improvements
Help improve the overall shopping experience
Make seasonal updates to the store when needed
3. Marketing & Advertising
Assist with Meta/Facebook and Instagram Ads
Assist with Google Ads where appropriate
Develop and test different advertising ideas
Test different audiences, creatives, messaging, and offers
Monitor campaign performance and key metrics
Analyze results and recommend adjustments
4. Performance & Optimization
Review Shopify and advertising data
Monitor traffic, conversions, advertising costs, and sales
Identify areas that need improvement
Recommend practical changes based on performance
Help evaluate new products and marketing opportunities throughout the campaign
Website Design
Internet Marketing
Advertising
eCommerce
Market Research
Shopify
Google Ads
Product Research
We are a small logistics company looking for an experienced Python/Django developer to build a custo
We are a small logistics company looking for an experienced Python/Django developer to build a custom inventory management web application. The frontend design is almost finalized; we need a developer to handle the backend and integrate it with the UI.
• REST API in Django (ideally using Django REST Framework) that exposes all core inventory endpoints—products, stock movements, locations, suppliers and customers.
• PostgreSQL as the single source of truth. Please structure the models with future growth in mind; migrations must be clean and documented.
• Real-time stock tracking. I’m open to Channels, Redis or any approach you prefer, as long as users see quantity changes instantly across sessions.
• Role-based access. We’ll start with three roles—Admin, Staff and Read-Only—and permissions should be enforced both in the API and the dashboard views.
• Smooth integration with the existing Figma design: your templates (or React/Vue components if you split the stack) must match the provided layouts pixel-perfectly.
• Unit tests that cover critical paths plus a short README explaining setup, environment variables and deployment steps.
JavaScript
Python
Django
NoSQL Couch & Mongo
PostgreSQL
RESTful
Redis
RESTful API
Figma
API Development
I need a small, reliable solution that keeps an eye on the entire Nifty index during market hours an
I need a small, reliable solution that keeps an eye on the entire Nifty index during market hours and fires off an email the moment the live price moves either 1 % up or 1 % down from the previous day’s close.
Key points
• Source the official previous-close value at the start of each session.
• Poll (or stream) live Nifty data at a sensible interval so the trigger is near-real-time without overloading the data feed.
• Send a clear, single-line email alert as soon as the 1 % threshold is touched the first time in each direction; no repeats unless the market crosses back and trips it again.
• Include a simple way for me to change the percentage level later if I wish.
I’m flexible on the underlying stack—Python with a broker API, Node.js + WebSocket feed, or any approach you’re comfortable with—as long as it runs unattended on my VPS or a lightweight cloud function and I can see basic logs.
Deliverables
1. Script or service code with brief README on setup.
2. Config file or inline setting for % threshold and email recipients.
3. Quick hand-off call or written guide showing me how to start, stop, and monitor the job.
If you have a ready-made library or past project that does this, even better—just plug Nifty in and we’re done.
JavaScript
Python
Cloud Computing
Software Architecture
Node.js
Email Marketing
Web Development
API
I am commissioning a brand-new website and need it built end-to-end—from clean, responsive front-end
I am commissioning a brand-new website and need it built end-to-end—from clean, responsive front-end screens through to a solid, secure back-end. The scope spans: crafting an intuitive information architecture, writing standards-compliant HTML / CSS / JavaScript, configuring an appropriate framework or CMS, and deploying the finished site to a live server with SSL.
I will bring the content and overall vision; you will translate that vision into a fast-loading, mobile-friendly experience that is easy for me to extend later. Search-engine optimisation, accessibility best practices, and cross-browser consistency must be baked in from the start.
Deliverables
• Fully functional website hosted on my domain
• All source code and build assets organised in a version-controlled repository
• Brief hand-over notes covering how to update pages, manage assets, and perform routine maintenance
The project timeline and any additional integrations can be finalised together once you have reviewed my wireframes.
PHP
Website Design
SEO
CSS
CMS
HTML
Web Development
Backend Development
Frontend Development
Accessibility
I need a straightforward domestic holiday tour site that fits within my ₹7,500 budget. A cloned or r
I need a straightforward domestic holiday tour site that fits within my ₹7,500 budget. A cloned or ready-made template is completely acceptable as long as it looks clean and is easy for me to update later on.
Core functions
• Visitors must be able to choose between Instant booking and a Request-to-book option on every package.
• Listings will cover Adventure, Relaxation and Cultural tours, so the layout should let me add new categories or combine them as needed.
• At checkout, I only plan to accept Digital Wallets (UPI, Paytm, PhonePe or similar). No card or bank transfer modules are required.
Other essentials
– Mobile-responsive design.
– Simple admin panel where I can add/edit tours, dates, prices and image galleries.
– Auto-generated invoices/confirmations via email or WhatsApp template messages.
– Basic SEO plug-ins and speed optimisation so the pages load quickly on 4G.
Deliverable
A fully functioning website deployed on my hosting with clear hand-over notes (theme, plug-ins, and how to add new packages). Once everything is tested and I can publish a new tour on my own, the project is done.
PHP
JavaScript
Website Design
Graphic Design
WordPress
MySQL
HTML
Web Development
Looking for an experienced freelancer or small agency to help manage digital marketing for a single-
Looking for an experienced freelancer or small agency to help manage digital marketing for a single-location independent restaurant.
Work includes Google Business Profile optimization, local SEO, WordPress website updates, direct online ordering setup, email/SMS marketing, social media posting, review generation, and simple monthly reporting.
Important: All accounts, platforms, customer lists, website, domain, Google profiles, and marketing tools must be owned by the restaurant. Freelancer/agency will only be added as admin or manager.
Restaurant or local business marketing experience preferred. Month-to-month arrangement preferred with no long-term lock-in.
Please include relevant restaurant/local SEO experience, examples of past work, services included, and what you need to get started.
SEO
WordPress
Analytics
Email Marketing
Digital Marketing
Marketing Strategy
Social Media Management
We are launching a new media type WordPress website and need an experienced SEO specialist to establ
We are launching a new media type WordPress website and need an experienced SEO specialist to establish a strong SEO foundation.
The site uses WordPress, GeneratePress and Gutenberg. No SEO plugin has been installed yet.
Work will include:
Recommend, install and properly configure one SEO plugin
Set up Google Search Console and GA4
Configure XML sitemap, indexing, titles, meta descriptions and schema
Review site structure and on-page SEO
Identify technical SEO issues
Recommend improvements for Google and AI search visibility
Provide a brief report of all work completed
Must have very strong experience with WordPress, GeneratePress, Google Search Console, GA4 and technical/on-page SEO.
Please provide examples of WordPress sites you have optimized and explain briefly what you would do first on a newly launched website.
Experienced freelancers with established reviews only. No generic or AI-generated proposals. NO SEALED BIDS. ONLY BID WHAT YOU WOULD ACTUALLY PERFORM THE WORK FOR.
The website has 10 active pages (others are legal, privacy notices etc.)
I need a sharp on-page SEO specialist to push our growing media site to the very top of Google’s results for ONLY 3 key search terms. The focus of this engagement is strictly on everything that happens inside the pages themselves—no link-building or server tweaks for now, just impeccable on-page work that moves the needle.
I want each piece of content, every meta element and our entire internal link web tuned so well that Google has no choice but to rank us #1 for our priority keywords.
What you will do and deliver
• Comprehensive keyword research, mapping every primary and secondary term to the right article or landing page
• Craft compelling, fully optimised title tags and meta descriptions for all key pages
All meta tags validate with no duplicates, missing data or length issues.
In Other Words "You Must Know You're SEO Shit."
You will be asked for actual real world websites where you have provide similar SEO services. They MUST be WORDPRESS.
PLEASE INDICATE YOU HAVE READ THIS FROM TOP TO BOTTOM. The Term: Yes, I have read this from top to bottom must be somewhere in the middle of a paragraph of your proposal.
I am Jay NOT Jason.
Thanks all. Good Luck.
SEO
WordPress
Google Analytics
Search Engine Marketing
SEO Auditing
Website Analytics
Keyword Research
Website Optimization
Technical Site Audit
Google Search
I have Zoho Point of Sale running but still need the inventory side configured so every sale, return
I have Zoho Point of Sale running but still need the inventory side configured so every sale, return, or manual adjustment is reflected accurately. The priority is to tie Zoho’s inventory module to my Shopify store and make sure low-stock alerts fire the moment an item drops below the threshold I set.
Here’s what I want handed over:
• Configure Zoho PoS and Zoho Inventory so product SKUs, variants, and quantities mirror what is already live in Shopify.
• Establish a dependable two-way sync between Zoho and Shopify, with special attention to stock deduction on every online or in-store sale.
• Set up low-stock alerts inside Zoho (email and in-app) and prove they trigger correctly during testing.
• Document the sync rules and provide a brief hand-off guide so I can adjust thresholds or add new products later.
Real-time updates and automated order syncing would be nice down the road, but the low-stock notifications are the must-have for this milestone. If you have done similar Zoho–Shopify work, especially around inventory control, I’d like to see it.
Inventory Management
Shopify
Zoho
API Integration
Point of Sale
I already host a public website; now I need a way to stream sensor readings from our laboratory inst
I already host a public website; now I need a way to stream sensor readings from our laboratory instruments straight to it over HTTP in real time. The instruments export the data as CSV strings, so the workflow I’m envisioning is:
• An HTTP endpoint on my server that accepts incoming CSV payloads, validates them, and converts each record to a clean data structure.
• Immediate persistence of the readings in a database (MySQL, PostgreSQL, or another engine you recommend) with timestamps and instrument IDs.
• A lightweight display layer—either an auto-refresh chart or a simple table—so visitors can watch the values update live without a page reload.
• Error handling for malformed CSV, retry logic if the connection drops, and concise documentation that lets me add new instruments later without touching code.
If your stack preference is PHP/Laravel, Node.js/Express, or Python/Flask, state it; I’m flexible as long as the endpoint remains REST-style and the client-side update is smooth (WebSockets or AJAX polling both acceptable).
Acceptance criteria:
1. Posting a sample CSV row through curl immediately appears on the site in under 2 s.
2. Database shows correctly parsed fields with no data loss.
3. Clear README for future instrument integration.
Please outline the tools you’ll use, the estimated setup time, and any hosting prerequisites you might need from my side.
PHP
JavaScript
Python
MySQL
Node.js
Database Development
Web Development
API Development
We want to test our school portal capability to withold and detect changes from outside.So we have c
We want to test our school portal capability to withold and detect changes from outside.So we have created an account of an imaginary student with whom you will be required to make changes on the marks and details of that student to see if it will reflect on our side on our staff portal you will be making changes on the school portal.I have an Authorisation letter from the school aithorise the test
Web Security
Computer Security
MySQL
Internet Security
Penetration Testing
Network Security
Risk Assessment
Security Auditing
Each day I need a fresh, large-scale pull of both text and image data from multiple e-commerce sites
Each day I need a fresh, large-scale pull of both text and image data from multiple e-commerce sites, then have the results land neatly in my Amazon S3 bucket.
Price can be discussed
Here’s the flow I have in mind:
• Your scraper fetches every required product page, captures titles, descriptions, prices, metadata, plus the associated product images.
• The job runs on a schedule (cron, CloudWatch Events, etc.) and automatically handles pagination, rate limits, and site structure changes.
• Text fields are delivered as compressed JSON or Parquet; images are saved in an organised key path such as /YYYY/MM/DD/site_name/sku.jpg.
• Once the transfer to S3 completes, a simple manifest or log file confirms record counts, failed URLs, and total image bytes for the day.
I already have the destination bucket ready and can provide IAM credentials scoped to that resource. You are free to build the pipeline in Python (Scrapy, Requests, BeautifulSoup), Node, or another stack you’re comfortable with, as long as it is container-friendly and easy to redeploy.
Acceptance criteria
1. A working script or container image that runs end-to-end against at least one target site and drops data in S3.
2. Clear instructions (README) for adding additional e-commerce domains.
3. Error handling with retry logic and a summary log pushed to S3.
4. Daily run proves stability for one week before project sign-off.
If you have experience coping with dynamic pages, anti-bot measures, or very large image payloads, let me know in your proposal along with a quick outline of the toolchain you plan to use.
PHP
Python
Data Processing
Web Scraping
Software Architecture
Amazon Web Services
JSON
Scrapy
BeautifulSoup
Amazon S3
I’m launching a menswear-only dropshipping business and want the storefront live, polished, and sale
I’m launching a menswear-only dropshipping business and want the storefront live, polished, and sales-ready on WooCommerce. I already own a premium theme for the look and feel, so the first step is a clean install of WordPress + WooCommerce, followed by configuring that exact theme to match its demo quality (fonts, colours, sample collections, etc.).
Once the skeleton is in place, I’ll rely on you to:
• Link my chosen email marketing tool (Klaviyo or Mailchimp—happy to follow your technical preference) so every signup, purchase and abandoned cart is captured automatically.
• Connect a real-time inventory management system compatible with my dropship suppliers, keeping stock levels in sync without manual checks.
• Activate and test major payment gateways (Stripe and PayPal are mandatory; local options can be suggested if setup is straightforward).
The finished store needs:
– All core pages (Home, Shop, About, Contact, Policy pages) populated with placeholder copy I can overwrite later.
– At least five example products imported from a dropship source to prove the flow from catalogue to checkout.
– Basic on-page SEO settings filled out (titles, meta, permalinks).
– Clear hand-off notes or a brief video walkthrough so I can add new products and campaigns confidently.
If you’ve built fashion or apparel stores on WooCommerce before, especially dropshipping setups, your experience will be invaluable. Let me know your estimated timeline for each milestone and any plugin licences I might need to purchase separately.
I need some simple bug fixes on the current website. This is a low-budget project, and my budget is
I need some simple bug fixes on the current website. This is a low-budget project, and my budget is $30.
If you’re able to work within this budget, please let me know.
JavaScript
CSS
User Interface / IA
Website Testing
HTML
UI / User Interface
Frontend Development
Web Page Writer
Website Optimization
Website Accessibility
I want to give visitors a fun, visual way to explore and buy my products without leaving my existing
I want to give visitors a fun, visual way to explore and buy my products without leaving my existing site. Picture a light-weight 2D world that loads right in the browser—no downloads—where shoppers can move through themed scenes, tap on items, and drop them into an interactive shopping cart. The chief objective is to boost engagement, so smooth animation, intuitive controls, and quick loading times are critical.
Core feature I must have
• Interactive shopping cart fully synced with my current checkout flow (Stripe API is already in place).
Nice-to-haves, if you can weave them in gracefully, are product spotlights or in-scene customer comments, but only if they don’t slow the experience.
Please build the getaway so I can embed it on a standard WordPress page via a shortcode or iframe. HTML5 canvas, WebGL, Phaser, or a comparable 2D JavaScript framework are all fine, as long as the final asset is mobile-responsive and SEO-friendly.
Acceptance checklist on hand-off
• Single compressed folder containing minified source, assets, and clear install steps
• One-click cart test that routes to my existing checkout and returns a success flag
• Short Loom or YouTube walkthrough showing navigation, cart use, and where to swap product data
I’m ready with art assets and product SKUs; you can start as soon as we agree on milestones.
PHP
JavaScript
Mobile App Development
WordPress
Animation
HTML5
Web Development
2D Animation
I manage several commercial units but don’t have time to answer the phone every time a prospective o
I manage several commercial units but don’t have time to answer the phone every time a prospective or current tenant calls about leases. Around one to five calls come in each week, and I’d like each one handled start-to-finish on a flat “per call” basis.
Your primary focus is lease negotiations: gathering tenant requirements, explaining current lease terms, discussing amendments, and moving the conversation toward signature or renewal. After each call I need a concise written summary that notes the caller’s name, the key points discussed, any agreed-upon next steps, and highlights that might affect rent, term length, or legal clauses. If a matter requires my direct approval you’ll flag it and pass it to me immediately.
While the core responsibility is leases, you should feel comfortable redirecting occasional maintenance or general inquiries to the appropriate contact if they sneak into the conversation—commercial tenants sometimes mix topics on the same call.
Professional phone etiquette, clear English, and a calm, persuasive negotiation style are essential. Familiarity with standard commercial lease language (NNN, escalation clauses, renewal options, etc.) will make the process smoother for both of us.
I’ll pay promptly for every successfully completed and documented call.
PHP
Legal
Contracts
Real Estate
Property Management
Content Writing
Customer Service
Documentation
* Modern, fast, mobile-first UI/UX
* RESTful JSON APIs
* Secure authentication architecture
* Architecture prepared for future Google/GitHub OAuth
* Role-based access control
* Admin dashboard with CRUD operations
* PostgreSQL schema, migrations and seed data
* Proper validation and error handling
* Clean, scalable folder structure
* Unit and integration tests
* ESLint/TypeScript configuration with zero errors
* HTTPS-enabled production deployment
Deliverables.
1. Complete responsive frontend
2. Production-ready backend/API
3. Authentication and authorization system
4. PostgreSQL database and migrations
5. Admin dashboard
6. Docker/deployment configuration
7. Staging and production environment configuration
8. README with installation, API documentation and architecture details
9. Test suite covering critical functionality
I’m looking for someone who can take ownership of **architecture, development, testing, deployment, and UI polish**, while keeping the codebase maintainable and easy for another developer to continue.
JavaScript
NoSQL Couch & Mongo
Node.js
PostgreSQL
AngularJS
Docker
Full Stack Development
Database Management
Next.js
REST API
I need a web-based finance application built from scratch, centred on robust Investment management f
I need a web-based finance application built from scratch, centred on robust Investment management features. The platform should let users create secure accounts, enter or import their portfolios, and then view real-time performance, asset allocation charts, and basic analytics in an intuitive dashboard that works smoothly on desktop and mobile browsers alike.
Deliverables
• Full-stack web application (source code, tested and deployable)
• Clean, responsive UI/UX for portfolio and performance views
• Secure user authentication and encrypted data storage
• REST or GraphQL API documentation
• Deployment guide and a brief hand-off session
Acceptance criteria
The app must load in under three seconds on a typical broadband connection, calculate portfolio returns correctly to two decimal places, and pass a straightforward security scan (OWASP ZAP or similar) with no high-severity issues.
Preferred stacks include React or Vue on the front end and Node.js, Django, or a comparable framework on the back end, but I’m open to other modern, well-supported technologies you may recommend. Ensure the codebase is version-controlled (Git) and cleanly documented so future feature additions are straightforward.
JavaScript
Website Design
Django
HTML5
AngularJS
Web Development
Vue.js
REST API
I’m ready to build a video-centric learning management system that runs smoothly on both the web and
I’m ready to build a video-centric learning management system that runs smoothly on both the web and native mobile apps. The platform must welcome three distinct roles—Student/Learner, Tutor/Mentor, and Administrator—and deliver a premium learning experience built around video-based courses supplemented with interactive modules.
Core features I need from you:
• Responsive website and companion iOS/Android apps that share a single back-end
• Secure log-in with bulk enrolment plus individual access for schools and institutes
• Tiered billing: monthly and yearly subscriptions, as well as course-by-course or single-video purchases, all tied to a reliable payment gateway
• Volunteer, tutor, and mentor application flows that feed directly into the admin panel for approval
• Program announcements, push notifications, and in-app pop-ups to keep learners engaged
• A foundation that is genuinely scalable so new tools, reports, or learning paths can be bolted on later without a rebuild
Acceptance criteria
1. Users in each role can sign up, log in, and see only their permitted views.
2. HD video streams load quickly worldwide and track viewing progress.
3. Subscriptions, one-time purchases, refunds, and coupons work end-to-end in live payment mode.
4. Admins can bulk-import students and assign them to courses instantly.
5. Mobile apps pass App Store and Google Play review with push notifications functioning.
6. Deployment scripts and concise technical documentation are handed over at project close.
If you have a proven track record in LMS, EdTech, video streaming, and subscription platforms—and you’re comfortable owning the build from architecture through launch—let’s talk about timelines and the tech stack that will make this vision real.
PHP
Website Design
iPhone
Android
Web Development
Payment Gateway Integration
Backend Development
Video Streaming
**Webflow Developer Required – 2+ Years Experience**
We are looking for an experienced **Webflow De
**Webflow Developer Required – 2+ Years Experience**
We are looking for an experienced **Webflow Developer with 2+ years of hands-on experience** to join us for an upcoming website development project.
### Requirements:
* 2+ years of professional Webflow development experience
* Strong experience converting Figma designs into pixel-perfect Webflow websites
* Excellent understanding of responsive design
* Experience with Webflow CMS, animations, interactions, and forms
* Knowledge of SEO and website performance optimization
* Ability to integrate third-party tools and APIs
* Clean, scalable, and maintainable development
* Strong attention to detail and ability to meet deadlines
### To Apply:
Please share your **Webflow portfolio**, relevant project examples, availability, estimated timeline, and hourly/project rate.
We are looking for a reliable developer for this project with potential opportunities for **long-term collaboration**.
**Please apply only if you have 2+ years of relevant Webflow experience and can provide a portfolio.**
Website Design
Graphic Design
SEO
CSS
HTML
Web Development
Webflow
Figma
API Integration
Web Design
I'm looking for a classic-styled birthday card that incorporates personal photos. This card should b
I'm looking for a classic-styled birthday card that incorporates personal photos. This card should be shareable via a website link.
Requirements:
- Classic design aesthetic
- Ability to integrate personal photos
- Shareable via a website link
- User-friendly interface for adding messages
- It should no longer be editable after it is sent to the birthday person
Ideal Skills:
- Graphic design proficiency
- Experience with online card creation tools
- Familiarity with web link integration
Looking forward to your creative solutions!
PHP
Website Design
Graphic Design
HTML
Adobe Illustrator
Web Development
Adobe Creative Suite
Web Application
Adobe Photoshop
Web Design
I’m adding a real-time text chat module to my product and need a developer who can get it running sm
I’m adding a real-time text chat module to my product and need a developer who can get it running smoothly for both one-to-one and group conversations. Voice or video are not in scope—this is purely text, but messages must flow instantly and remain in sync across all participants.
Core requirements
• Real-time text messaging that scales from private dialogs to larger group rooms.
• Built-in emoji / sticker picker so users can express themselves visually.
• Typing indicators, read receipts, reliable reconnection and basic moderation commands.
Nice-to-have (not mandatory, yet open to suggestion): file sharing or persistent chat history if you already have a clean way to layer those on without delaying the launch.
I’m flexible on tech stack as long as it is modern and well documented—WebSockets, Socket.IO, Firebase Realtime DB, Supabase or any proven alternative is fine. Please outline:
1. The libraries or backend you plan to use.
2. A short milestone schedule (setup, core messaging, emoji layer, group logic, QA).
3. How you will secure the traffic and keep message delivery under 200 ms on average.
Deliverables include the working source code, brief setup docs, and a quick screen-recorded demo showing two group chats running concurrently. Once everything compiles and passes my smoke tests, the project is done.
Java
JavaScript
Mobile App Development
Node.js
Backend Development
Frontend Development
Documentation
Supabase
College Portfolio Website Development
We are looking for an experienced web developer/designer to b
College Portfolio Website Development
We are looking for an experienced web developer/designer to build a modern, professional and mobile-friendly portfolio website for a college.
Website Requirements
- Modern, clean and professional design
- Fully responsive (mobile, tablet & desktop)
- Home page with college introduction and highlights
- About the College
- Courses / Departments
- Faculty & Staff
- Admissions information
- Campus & Facilities
- Gallery
- News / Events / Notices
- Contact page with enquiry form
- Google Maps integration
- Social media links
- Basic SEO-friendly structure
- Fast loading and easy to maintain
Preferred Technology
WordPress is preferred, but developers can suggest another suitable technology.
The website should have a simple admin panel so college staff can easily update content, images, notices and events.
What We Expect
- Good UI/UX and clean design
- Responsive and cross-browser compatible
- Well-structured, maintainable code
- Basic on-page SEO
- Proper security and performance optimization
- Website deployment on our hosting
- Brief handover/training after completion
Please share 2–3 relevant education/college/school website examples from your portfolio along with your proposal.
We are looking for a reliable developer who can deliver a professional website within an agreed timeline and budget.
Website Design
Graphic Design
HTML
UI / User Interface
Web Development
Web Design
Website Development
I’m developing a new e-learning platform for the Education sector and already have a clear written b
I’m developing a new e-learning platform for the Education sector and already have a clear written brief ready to share. The goal is to turn that document into a fully-functional, user-friendly web application that delivers courses, tracks learner progress, and scales easily as enrolments grow.
Core expectations
• Translate my written specification into wireframes, UI, and a working LMS-style back end
• Set up course upload, video and document hosting, quizzes, and progress analytics
• Ensure responsive design and smooth performance on desktop, tablet, and mobile
• Implement secure user registration, login, and payment gateway hooks where required
Acceptance criteria
• All features in the brief operate bug-free on the latest Chrome, Firefox, Safari, and Edge
• Page load times stay under 3 seconds on standard broadband
• Admin dashboard exports CSV reports for enrolment, completion, and quiz scores
I’ll provide the full description, branding assets, and any third-party API keys as soon as we start.
PHP
JavaScript
Website Design
HTML
UI / User Interface
Web Application
Our in-house team is midway through building an ERP system(Web portal, Android and ios apps) that sp
Our in-house team is midway through building an ERP system(Web portal, Android and ios apps) that spans a Laravel backend, a React web interface, and a Flutter mobile app. Before we push further, I want an impartial, senior-level eye on three fronts: the underlying code, real-world functionality, and overall user experience.
Here’s what I’m looking for:
• Code quality review
– Scrutinise architecture, modularity, security practices and performance across MangoBD, React and Flutter.
– Flag anti-patterns and provide clear, actionable refactor suggestions.
• Functional testing
– Validate every critical workflow end-to-end, from data entry to reporting.
– Document reproducible issues, severity, and recommended fixes.
• UX evaluation
– Assess navigation, responsiveness and visual consistency on both web and mobile.
– Supply quick-win UI improvements alongside longer-term usability recommendations.
Acceptance criteria
1. A consolidated audit report (PDF or Markdown) that includes annotated code excerpts, test findings and UX heuristics.
2. A prioritised remediation checklist ranked by impact and effort.
3. A 60-minute hand-over session (video call) to walk my team through results and next steps.
You’ll have access to the private Git repository, staging servers and Figma screens as needed. If tools such as SonarQube, ESLint, PHPUnit, Jest, Flutter Test or automated CI scans help speed up coverage, feel free to deploy them—just document any configurations you add.
Timing is flexible but I’d like the entire audit wrapped up within two weeks of project start. Let me know your approach, sample deliverables from similar reviews, and any questions that will help you scope the effort accurately.
Fixed Budget: US$500 maximum | Completion: 3–5 days
We are looking for an experienced Shopify + Ama
Fixed Budget: US$500 maximum | Completion: 3–5 days
We are looking for an experienced Shopify + Amazon FBA/MCF + AI e-commerce specialist to complete Stage 1 of the Neutrino e-commerce system.
Neutrino is a Jamaican-origin natural body-care brand.
EXISTING SETUP
* Neutrino website — currently being built
* Shopify account — already created and partially configured
* Amazon Seller Central — already active
* Products, branding and product information — already available
The website does not need to be rebuilt. The freelancer needs to add the e-commerce element and integrate the website with Shopify and Amazon fulfilment.
1. WEBSITE + SHOPIFY E-COMMERCE
Add/configure the e-commerce functionality so customers can:
Project Title:
Google Sheets to Google AppSheet Mobile Application Development
Project Description:
Project Title:
Google Sheets to Google AppSheet Mobile Application Development
Project Description:
Overview:
I am looking for an experienced Google AppSheet developer to build a custom, user-friendly mobile application connected directly to my Google Sheets data.
Key Requirements:
Data Integration: Connect and configure existing Google Sheets database with AppSheet.
App Architecture: Set up proper column types, key columns, data validation, and formulas inside AppSheet.
UI/UX Design: Design clean, structured views (Form, Table, Detail views, etc.) tailored for smooth mobile and desktop use.
I’m creating an online “rental boyfriend” service and the very first milestone is a rock-solid profi
I’m creating an online “rental boyfriend” service and the very first milestone is a rock-solid profile module. At this stage the platform needs only one core capability: user profiles.
Here’s what that means in practice:
• Account creation & secure login
• A profile page that shows one profile picture per user
• Mandatory picture verification – the flow should let the photo sit in a pending state until I approve or an automated check (face-match, metadata, etc.) passes it
• A lightweight admin dashboard where I can review, approve, or reject submissions and quickly spot duplicate or manipulated images
Everything else—booking calendars, chat, interest tags—can wait. Code quality and a clean, responsive UI are more important than feature breadth right now. If you prefer React + Node, Laravel, Django, or another modern stack, I’m open as long as the end result is easy to extend later.
Acceptance criteria
– New users can register, log in, upload one photo, and see it live after approval.
– Photos that fail verification never appear publicly.
– Admin panel lists pending, approved, and rejected images with a one-click action.
– Code is handed over in a Git repo with a short README for setup.
That’s the entire scope for this phase; once it’s stable we’ll layer on booking and messaging.
PHP
Python
Django
HTML
Node.js
Laravel
React.js
Web Development
I need a stripped-down, minimalist Instamojo site that lets me sell a single ebook without any clutt
I need a stripped-down, minimalist Instamojo site that lets me sell a single ebook without any clutter or paid add-ons. Please work only with Instamojo’s free tools and themes.
Scope
• Build a clean Homepage that quickly introduces the ebook, shows its cover, price, and an obvious “Buy Now” button.
• Create a dedicated Ebook Detail Page that expands on the blurb, table of contents, and author bio, then funnels visitors back to the purchase button.
• Integrate Instamojo’s own payment gateway so buyers can pay and receive the download link automatically. No third-party processors are necessary.
Deliverables & Acceptance
1. Live Instamojo storefront URL running on the free plan.
2. Two pages exactly: Homepage and Ebook Detail Page, both matching a minimalist look.
3. Working payment link or Smart Page that delivers the PDF instantly after purchase.
4. Hand-off of admin credentials plus a short text guide showing how I can edit price or upload a revised file later.
If you have prior Instamojo setups in your portfolio, send a link; otherwise, a quick mock-up screenshot is fine. I’m ready to start as soon as you are.
PHP
JavaScript
Website Design
Graphic Design
CSS
HTML
Web Development
Payment Gateway Integration
I need an experienced React front-end developer who can work remotely on a part-time basis to push o
I need an experienced React front-end developer who can work remotely on a part-time basis to push our product forward. Your primary responsibility will be building new features—no legacy bug-hunting or maintenance detention. The roadmap already highlights three immediate needs:
• Fresh, reusable user-interface components that match our existing style guide
• Engaging data-visualization views that pull from our REST/GraphQL endpoints and render responsively
• Interactive forms with dynamic validation and smooth UX flows
You will work from Figma specs and API docs, committing clean, well-tested code through Git on short, review-based branches. Familiarity with modern React (hooks, context, functional components) and a keen eye for performance are essential, as every release is expected to ship quickly without sacrificing quality.
Deliverables will be merged PRs for each scoped feature, accompanied by concise documentation and any required unit tests so that the team can pick up or extend your work seamlessly.
If you thrive on turning product ideas into polished, front-end experiences and can commit a consistent number of hours each week, I’d like to hear about your relevant React projects and typical turnaround times.
JavaScript
CSS
HTML5
jQuery / Prototype
Git
Web Development
Frontend Development
Data Visualization
GraphQL
REST API
We are looking for an experienced Full-Stack Developer to join our team and help us enhance and furt
We are looking for an experienced Full-Stack Developer to join our team and help us enhance and further develop our existing GameFi / Web3 platform.
The platform combines gaming, blockchain, NFTs, an NFT marketplace, and AI-powered functionality. We already have an existing project and are now looking for a skilled developer who can understand the current architecture, improve existing features, fix issues, and develop new functionality.
Main Responsibilities
-Review and understand the existing codebase and architecture
-Enhance and optimize the existing platform
-Develop new frontend and backend features
-Improve the NFT Marketplace
-Integrate and improve AI image-generation functionality
-Work with blockchain and Web3 integrations
-Develop and integrate payment functionality
-Ensure a smooth and responsive user experience
-Work closely with our team on ongoing product development
*Ideal Candidate
We are looking for a developer with strong full-stack development experience and familiarity with Web3/GameFi projects.
Required / Preferred Skills:
-Full-stack web development
-JavaScript / TypeScript
-React / Next.js or similar frontend frameworks
-Node.js / backend development
-REST APIs and third-party API integrations
-SQL / NoSQL databases
-Cloud and server-side development
-Git and modern development workflows
-Blockchain / Web3 integration
-NFT marketplace development
-Experience integrating AI models or image-generation APIs
PHP
JavaScript
Website Design
HTML
Node.js
Blockchain
Full Stack Development
Next.js
I need a professional website to showcase our construction chemical products. The primary purpose of
I need a professional website to showcase our construction chemical products. The primary purpose of this site is to showcase our range of products, including sealants and adhesives, concrete additives, and waterproofing solutions.
Key Requirements:
- Product Pages: Each product needs a detailed description and high-quality images. Technical specifications and downloadable data sheets are not required.
- User-Friendly Design: The website should be easy to navigate and visually appealing.
- Mobile Responsive: Must work seamlessly on mobile devices.
Ideal Skills and Experience:
- Proven experience in developing product showcase websites.
- Strong graphic design skills for high-quality images.
- Familiarity with SEO best practices to enhance visibility.
- Experience with mobile-responsive design.
Please include examples of similar work in your bids.
PHP
Website Design
Graphic Design
SEO
HTML
Web Development
Mobile Development
Web Design
I need an experienced Adobe Illustrator scripting developer to create an automated Paint-by-Numbers
I need an experienced Adobe Illustrator scripting developer to create an automated Paint-by-Numbers production tool for the current version of Adobe Illustrator.
The script must analyze already vectorized artwork, automatically detect any number of existing fill colors (for example 12, 20, 30 or 50 colors), assign numbers to the colors, create a separate white template with adjustable gray outlines, automatically place the correct color number inside each suitable vector region, handle irregular/concave shapes and compound paths, mark problematic small regions for manual review, and automatically create a numbered color legend.
The original colored vector artwork must remain unchanged.
A complex 20-color Porsche 918 vector artwork will be used as the mandatory acceptance test. A second artwork with a different number of colors will be used to verify that the script is universal and not hard-coded for the Porsche.
I am specifically looking for a developer with previous Adobe Illustrator JavaScript / JSX / ExtendScript experience. Please provide relevant references or examples of previous Illustrator automation projects.
Budget: €100–€150 fixed price. Final acceptance requires a functioning script and editable source code.
JavaScript
Debugging
Software Development
Programming
Adobe Illustrator
Scripting
Automation