Self-hosted Upwork alternative for WordPress

Upwork takes 10% from freelancers and layers fees on clients too. For a niche community of 200 specialist freelancers in one industry, that math does not work, the platform margin is larger than the community premium. I want to run an industry-specific Upwork on my own domain, set a modest commission, and keep the data. I need proposals, hourly or fixed pricing, escrow-style dispute protection, reviews, and a clean mobile experience for freelancers checking orders on phones. Is this a realistic WordPress build?

0 17
Alex Kim Alex Kim 2 6 months ago

Realistic, yes, WP Sell Services covers the core Upwork-style feature set while leaving you in full control of commissions and data:

  • Buyer requests with proposals: clients post jobs, freelancers submit proposals, client accepts one, classic Upwork pattern
  • Three-tier fixed pricing packages per service for predictable engagements, plus add-ons for scope expansion
  • Structured dispute workflow: evidence submission from both sides, admin mediation, four resolution types including partial refund, the escrow-style protection you mentioned
  • Multi-criteria 5-star reviews: communication, quality, delivery rated separately so reputation signals are meaningful
  • Four-tier seller levels with auto-progression for freelancer credibility
  • 20 REST API controllers under /wp-json/wpss/v1/ with batch endpoint supporting up to 25 requests per call, built specifically for mobile apps
  • Commission 0-50% globally or per-vendor: set it wherever the industry economics support

Authentication via WordPress cookies, Application Passwords, or JWT works with React Native, Flutter, or native iOS/Android clients. Pro adds 4 more REST controllers (Wallet, Payment, Analytics, Storage).

Honest limit: there is no hourly time-tracker with automatic screenshots. If your industry requires billable-hours tracking, handle that in a separate tool and use fixed-price milestones inside the marketplace. Pro also adds advanced analytics (revenue charts, top services, top vendors, CSV/Excel export) which matter once you pass a few hundred monthly orders.