# Tool: Build Prompt for Node.js Backend Server

> Scaffold production-ready Node.js backend infrastructure with the BOPINK Server Prompt Architect. Built for Backend Engineers and Cloud Developers, this tool generates prompt instructions for constructing robust Node.js 22 TypeScript servers using Express or Fastify with Helmet security headers, CORS protection, rate limiting, structured Pino logging, and container ingress bindings.

**Category**: prompts-code-design | **Target AI Models**: Gemini 3.1 Pro, GPT-4o

## Domain Parameters:
- `framework` (select): Node Server Framework (Default: "Express")
- `runtime` (select): Server Runtime (Default: "Node.js 22")
- `structuredLogging` (toggle): Pino Structured JSON Logger (Default: "true")
- `securityMiddleware` (multiselect): Security Middlewares (Default: "Helmet,CORS,Rate Limiting")

## Master Prompt Engineering Architecture (5 Pillars):
1. **Role & Persona**: Domain expert framing
2. **Task & Deliverable**: Primary objective & constraints
3. **Context & Parameters**: Technical specs & camera/stack parameters
4. **Negative Constraints**: Forbidden artifacts & bad practices
5. **Output Spec**: Section formatting & XML/Markdown structure

## Programmatic API Execution:
```http
POST /api/generate-prompt
Content-Type: application/json

{
  "toolSlug": "build-prompt-for-nodejs-backend-server",
  "rawPrompt": "Your raw concept here",
  "thinkingLevel": "HIGH"
}
```
