Request Quote

A quote flow built to evolve into a true HTG OS intake pipeline.

The fields and layout are intentionally structured so this page can later connect to lead intake, estimate generation, proposal approval, and follow-up automation.

What this form prepares for
Project type
Desired timeline
Budget comfort range
Property address
Scope details
Photos and inspiration links later
Lead ingestion routes

Website, email, SMS, and API all feed the same intake motion.

Use the path that matches the lead. HTG can capture a polished form submission, a quick text, a direct email, or a system-driven API handoff without sending the customer through different workflows.

Website
Use the form on this page for structured intake.
Best for homeowners who are ready to share scope, timing, and budget in one pass.
Email
projects@htgproservices.com
Use for referral handoffs, plan files, and longer project context that should be preserved in writing.
SMS
(555) 014-2847
Use for fast-moving leads that need a reply path before a full quote brief is ready.
API
POST /public/intake
Use for ad funnels, external forms, SMS relays, and future email parsers that need to create leads directly inside HTG OS.
curl -X POST http://127.0.0.1:3001/public/intake \
  -H "Content-Type: application/json" \
  -d '{
    "form_type": "quote",
    "name": "Jordan Lee",
    "email": "jordan@example.com",
    "phone": "713-555-0199",
    "project_type": "Kitchen remodel",
    "location": "Houston Heights",
    "timeline": "Summer 2026",
    "budget": "150k+",
    "details": "Need layout change, custom storage, and better lighting."
  }'

Request a project review.

Use this form for active remodeling, additions, exterior build-outs, and other scope that needs a practical estimate path.

Website, email, text, and API submissions are designed to converge into one HTG OS intake path for immediate follow-up.

Need a faster conversation?

If the project is urgent, call first and send details after.

The website is built to support both fast phone-first leads and richer self-serve quote requests.