Skip to content
View remix01's full-sized avatar

Block or report remix01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
remix01/README.md

Hi there πŸ‘‹

LiftGO

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.


🎯 What is LiftGO?

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.


🧩 Key Features

πŸ“‹ Simple Service Matching

Customers describe their task, enter location, and LiftGO matches them with nearby verified professionals.

⏱ Fast Responses

Every registered service provider is expected to respond within 2 hours (or more, depending on configuration), backed by LiftGO's response guarantee.

πŸ’¬ Transparent Prices

No hidden fees – customers know pricing before work begins.

πŸ“Έ Video Diagnosis

Customers can send a short video of their issue to get an initial assessment before the craftsman arrives.

πŸ›  Verified Professionals

Every craftsman goes through a four-step verification process including identity checks, references, insurance verification, and ongoing rating evaluations.

⭐ Ratings & Reviews

Customers rate professionals after services, helping future users choose the best matches.


πŸ“ How It Works

LiftGO simplifies the entire service request process for customers:

  1. Submit a Request – Describe the work you need and share your location.
  2. Receive Offers – Verified professionals respond with offers – usually within 2 hours.
  3. Choose a Professional – Review price, rating, and experience.
  4. Complete the Job – Agree on a time, complete the work, and rate the experience.

πŸ’‘ Benefits for Customers

  • 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.

πŸ§‘β€πŸ”§ Benefits for Craftsmen (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.

πŸ“¦ Service Categories

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.

βš™οΈ Pricing Model

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.)


πŸ“Š Stats & Social Proof

  • ⭐ 4.9/5 average customer rating based on reviews.
  • πŸ›  Thousands of completed jobs across Slovenia.
  • ⏱ Average first response well within guarantee timeframe.

πŸ“ Contact

LiftGO d.o.o.
Kuraltova ulica 12,
4208 Šenčur, Slovenia
πŸ“§ info@liftgo.net
🌐 https://liftgo.net


πŸ“š Technical/API Documentation

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.)


πŸ“„ License

This project and documentation are provided "as-is."
See LICENSE for full details (if included).


Last updated: 2026-03-21


🩺 Production API Health Check

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/health

What it verifies:

  • Process is running and can return JSON from a server route.
  • Required Supabase environment variables are present:
    • NEXT_PUBLIC_SUPABASE_URL
    • NEXT_PUBLIC_SUPABASE_ANON_KEY
    • SUPABASE_SERVICE_ROLE_KEY

Response behavior:

  • 200 OK when all required variables are present.
  • 503 Service Unavailable when 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.

Popular repositories Loading

  1. remix01 remix01 Public

    Config files for my GitHub profile.

    TypeScript