Skip to content
Recued
Menu
← Back to recipes

Vercel project release brief

by recued-core v1

Read-only Vercel release brief for one project. It reads project metadata, recent deployments, domains, and environment-variable metadata with decrypt=false through recued-core.vercel, then asks the AI summarizer for release posture, domain readiness, environment coverage, and next actions. It never creates deployments, promotes or rolls back deployments, pauses projects, mutates domains or environment variables, reads secret values, deletes records, or calls arbitrary Vercel APIs.

How it works 20 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (20 steps)
project_id_or_name_trim trim
Trim whitespace from setting project id or name
team_id_trim trim
Trim whitespace from setting team id
team_slug_trim trim
Trim whitespace from setting team slug
branch_trim trim
Trim whitespace from setting branch
target_trim trim
Trim whitespace from setting target
project ?
deployments_raw ?
domains_raw ?
env_raw ?
deployments default
Apply default
domains default
Apply default
env_vars default
Apply default
deployment_count count
Count items in deployments
domain_count count
Count items in domains
env_count count
Count items in env vars
summarize ?
deployment_table to_table
Format results as a data table
domain_table to_table
Format results as a data table
env_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

focus setting = Summarize recent deployments, production or preview readiness, failed or building deployments, domain verification issues, environment-variable metadata gaps, and next actions.
branch setting =
target setting =
vercel setting =
team id setting =
row limit setting = 20
team slug setting =
max length setting = 900
project id or name setting =

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Vercel connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

vercel vercelprojectdeploymentsdomainsenvironmentreleaseai-summarypack:vercel

Details

20 steps 9 configurable settings recipe_id: vercel-project-release-brief