K
…
Loading account
No account data shown
Explorer
Editor
Code Review
Recent Coding Jobs
Code Health
Output
Tests
Deployment
Diff Preview
Explorer
AI review
Tests and deployment
Deployment Plan
Environment, secrets, migrations, approvals, preview and rollback.
P1
SOC 2
Up to 70% savings
Explorer
▸
src
▸
components
▸
routes
▸
services
▸
tests
▸
.env.example
▸
package.json
▸
README.md
Deployment Plan.tsx
api.ts
tests.ts
export default function
RuzzlerScreen
() {
const
route
=
"/workspaces/:id/deploy"
;
const
purpose
=
"Environment, secrets, migrations, approvals, preview and rollback."
;
return
(
<
VerifiedLayout
route=
{route}
>
<
PageHeader
title=
"Deployment Plan"
/>
<
EvidencePanel
/>
<
RouteReceipt
/>
</
VerifiedLayout
>
);
}
AI review
Code health
92
Verified
No hidden provider default
Pass
Budget controls connected
Pass
Required states present
Pass
Tests and deployment
Run tests
View diff