nginx-gen

Verified·Scanned 2/18/2026

Generate nginx config from plain English. Use when configuring nginx.

from clawhub.ai·v78a5bcc·35.4 KB·0 installs
Scanned from 1.0.1 at 78a5bcc · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/nginx-gen

ai-nginx

Stop googling nginx config snippets and copy-pasting from StackOverflow. Just describe what you want in plain English.

Install

npm install -g ai-nginx

Usage

# Reverse proxy with SSL
npx ai-nginx "reverse proxy port 3000 with SSL and rate limiting"

# Static site
npx ai-nginx "serve static files from /var/www/html with caching"

# Save to file
npx ai-nginx "load balance between 3 node servers" -o nginx.conf

Setup

Set your OpenAI API key:

export OPENAI_API_KEY=your-key-here

Options

  • -o, --output <file> - Write the config to a file

License

MIT