Get a secure, optimized Dockerfile tailored to your language and framework, ready to build and run.
Write a production-ready Dockerfile for a {{language}} app using {{framework}}. Use multi-stage builds where useful, minimize image size, and run as a non-root user. Notes: {{focus}}.
{{CLIPBOARD}}
Scan your code for environment variables and get a documented .env.example file, ready to commit safely.
Generate a .env.example file for a {{language}} project using {{framework}}, based on the environment variables referenced in this code. Add a one-line comment explaining each variable.
{{CLIPBOARD}}
Generate a Kubernetes Deployment and Service YAML with resource limits and health checks for your app.
Write a Kubernetes manifest (Deployment + Service) for a {{language}} app using {{framework}}, including resource limits, health checks, and {{focus}}.
{{CLIPBOARD}}