LiftGO β Local craftsman & service finder platform for Slovenia
LiftGO is a web platform that connects customers with verified professional craftsmen and service providers across Slovenia in a fast, simple, and transparent way. Users can submit a service request, receive offers from trusted professionals, schedule visits, and rate their experience β all without hidden fees or complexity.
LiftGO is designed to help homeowners and businesses find reliable service professionals (craftsmen) for a wide range of tasks, including construction, plumbing, electrical work, carpentry, finishing work, and more β with a guaranteed response time and transparent pricing.
Customers describe their task, enter location, and LiftGO matches them with nearby verified professionals.
Every registered service provider is expected to respond within 2 hours (or more, depending on configuration), backed by LiftGO's response guarantee.
No hidden fees β customers know pricing before work begins.
Customers can send a short video of their issue to get an initial assessment before the craftsman arrives.
Every craftsman goes through a four-step verification process including identity checks, references, insurance verification, and ongoing rating evaluations.
Customers rate professionals after services, helping future users choose the best matches.
LiftGO simplifies the entire service request process for customers:
- Submit a Request β Describe the work you need and share your location.
- Receive Offers β Verified professionals respond with offers β usually within 2 hours.
- Choose a Professional β Review price, rating, and experience.
- Complete the Job β Agree on a time, complete the work, and rate the experience.
- Free and no obligation to proceed before choosing a craftsman.
- Guaranteed professional response time or your money back.
- Transparent pricing and no hidden fees.
- Trusted and verified service providers.
- Access to new customer leads and service requests.
- Verified platform with centralized CRM and offer tools.
- Flexible subscription tiers with lower commission options.
- Increased visibility and trusted profile rating system.
LiftGO supports many categories of craftsman services, such as:
- Construction & Renovation β masonry, drywall, tile laying, roofing, insulation.
- Plumbing & Heating β leaks, installations, boiler service, radiant floor heating.
- Electrical & Smart Home β wiring, lighting, alarms, EV chargers.
- Carpentry & Metalwork β custom furniture, kitchens, stairs, welding.
- Finishing Work β painting, wallpaper, flooring, parquet.
- Windows, Doors & Shades β installation and repairs.
- Outdoor & Landscaping β paving, garden work, irrigation.
LiftGO offers two main plans for craftsmen:
| Plan | Commission | Monthly Fee |
|---|---|---|
| START | 10% | β¬0/month |
| PRO | 5% | β¬29/month |
(Includes priority listing, CRM tools, and more.)
- β 4.9/5 average customer rating based on reviews.
- π Thousands of completed jobs across Slovenia.
- β± Average first response well within guarantee timeframe.
LiftGO d.o.o.
Kuraltova ulica 12,
4208 Ε enΔur, Slovenia
π§ info@liftgo.net
π https://liftgo.net
LiftGO also provides a JSON/REST API for authenticated access to jobs, profiles, and service listings, including:
- User authentication (OAuth, session based)
- Job search and AI-powered job matching
- Applications and recommendations
- Subscription and billing endpoints
- Analytics & metrics endpoints
- File uploads (e.g., resumes, portfolios)
(See API documentation included in the project for full details.)
This project and documentation are provided "as-is."
See LICENSE for full details (if included).
Last updated: 2026-03-21
If your frontend renders but API calls fail in production, use the public health endpoint:
GET /api/health
Example:
curl -i https://liftgo.net/api/healthWhat it verifies:
- Process is running and can return JSON from a server route.
- Required Supabase environment variables are present:
NEXT_PUBLIC_SUPABASE_URLNEXT_PUBLIC_SUPABASE_ANON_KEYSUPABASE_SERVICE_ROLE_KEY
Response behavior:
200 OKwhen all required variables are present.503 Service Unavailablewhen one or more required variables are missing.
Use this endpoint before debugging protected endpoints such as /api/admin/* to quickly confirm deployment health and environment setup.

