Service Request Platform

This document records the first implementation pass for the https://sol.system42.one/services request-intake platform. Scope Customer submits a…

Executive Summary

This document records the first implementation pass for the https://sol.system42.one/services request-intake platform. Scope Customer submits a quote/help request from the services page. Cloudflare Turnstile verification is required server-side.

Sol-37 Service Request Platform

Captured: 2026-08-02

This document records the first implementation pass for the https://sol.system42.one/services request-intake platform.

Scope

Current blockers

Local runtime pieces added

Secrets and environment files

Queue contract

Minimal queue payload:

json
{
  "requestId": "SR-20260802-ABCDEF1234",
  "firstName": "David",
  "serviceCategory": "Home technology",
  "serviceLocation": "Weatherford",
  "createdAt": "2026-08-02T01:23:45.000Z"
}

Signed bridge request headers:

HMAC message format:

text
<timestamp>\n<nonce>\n<raw-json-body>