المعرض العام

برومبتات شاركها المستخدمون وراجعتها الإدارة.

Generate a Dockerfile for Your App

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}}

{{language}}{{framework}}{{focus}}{{CLIPBOARD}}

Generate a .env.example File with Documentation

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}}

{{language}}{{framework}}{{CLIPBOARD}}

Write a Kubernetes Deployment Manifest

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}}

{{language}}{{framework}}{{focus}}{{CLIPBOARD}}