> ## Documentation Index
> Fetch the complete documentation index at: https://docs.drdj.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Render Advisor Review

> Deployment configuration review for Render reliability and operability.

## Review Scope

* reproducible builds
* health check coverage
* environment variable safety
* runtime compatibility

## Current Render Hardening

`render.yaml` now includes:

* frozen lockfile install in build command
* explicit deployment health check path: `/api/readiness` (`/api/health` remains process liveness)
* generated secrets for JWT/session in Render
* secret-backed DealDash Agent Bridge env slots:
  * `DEALDASH_AGENT_SERVICE_SECRET`
  * `DEALDASH_AGENT_APPROVAL_CONFIRM_SECRET`

## Deployment Ownership Clarification

* canonical production app runtime: Render
* canonical production data/auth: Supabase
* OpenClaw control plane: Hostinger VPS node
* no active Vercel deployment artifacts are maintained in this repo

## Checklist

* build uses deterministic dependency install
* app exposes reliable health endpoint
* no secrets committed in repository
* production origin and short-link domain configured correctly
* deployment docs clearly identify Render/Supabase as canonical production path

## Suggested Operational Verification

1. deploy latest commit
2. verify `/api/readiness` in Render dashboard and `/api/health` as process liveness
3. verify short-link redirects and auth-protected routes
4. verify background jobs start without runtime errors
