1. What site, app, or service is being reviewed?
Write down the website, internal app, API, dashboard, or small service you want reviewed. A short description of what it does and who relies on it is enough.
Use this plain-English checklist to organize deployment context, routing notes, and rollback questions before a manual KITPro conversation.
The goal is to make the current deploy path easier to explain and easier to review. You do not need a polished runbook before starting a manual KITPro conversation.
Short answers are enough. The point is to see what is clear, what still depends on memory, and what would help another person handle a routine change more safely.
Write down the website, internal app, API, dashboard, or small service you want reviewed. A short description of what it does and who relies on it is enough.
Note whether it runs on a VPS, cloud instance, homelab host, shared server, container platform, or another environment. Include the basic host context if you know it.
Write down how the service stays alive today: direct process, PM2, system service, Docker, compose stack, reverse proxy target, or something more informal.
Record whether the domain or subdomain appears to resolve to the expected place. If the DNS path feels uncertain or spread across multiple providers, note that.
Note whether certificates are valid, renewals are understood, and the public entry point behaves the way people expect in a normal browser session.
Write down what routes traffic, where requests land, and whether the current proxy setup is documented clearly enough for someone else to follow later.
Record whether runtime configuration is stored in a controlled way and whether the team understands where those values live without pushing raw access material into routine notes.
List the basic release steps, build commands, restart actions, checks, and anything easy to forget during a normal update window.
Note whether someone can quickly locate app logs, proxy logs, service-manager output, or container output when a deploy does not behave the way it should.
Write down what happens if the latest deploy needs to be undone or restarted. If the answer is mostly memory or improvisation, that is useful to note.
Think through what happens after a reboot: which processes come back, which routes fail, what depends on manual steps, and what only one person knows to fix.
Pick the highest-value cleanup targets first: stale deploy notes, unclear restarts, old proxy rules, confusing host ownership, or anything that makes routine changes harder than they should be.
Keep the first conversation safe and high level. A readiness review does not need raw access material in the opening note.
If several of these fit, the Website / Service Deployment Readiness preview lane may be a reasonable next conversation.
Keep the first note short, manual, and recommendation-focused. Explain what service is involved, what feels unclear in the current deploy path, and which part should be reviewed first.
Use these nearby resources if deployment readiness overlaps with backup assumptions, restore notes, or the first manual context you want to organize before reaching out.
Organize a useful first email before contacting KITPro.
Open resourceUse the glossary when a backup or recovery term is unclear.
Open resourceReview common gaps before assuming a backup plan is ready.
Open resourceDocument what worked, what failed, and what needs attention.
Open resource