@0xjacky/nginx-ui
This project is a web-based NGINX management interface built with Go backend and Vue.js frontend.
Install
Add @0xjacky/nginx-ui to Claude Code with the PolySkill CLI: polyskill add @0xjacky/nginx-ui
Instructions
# NGINX UI - Claude Code Guidelines This project is a web-based NGINX management interface built with Go backend and Vue.js frontend. ## Package Manager - **Use pnpm exclusively** for all frontend package management operations - Commands: `pnpm install`, `pnpm run dev`, `pnpm typecheck` ## Backend (Go) Development ### Technologies & Frameworks - **Go** with Gin web framework - **GORM** for database operations - **Gen** for query simplification - **Cosy** framework (https://cosy.uozi.org/) ### Code Organization - **API Controllers**: Implement in `api/$module_name/` directory - **Database Mode…
Keywords: github, nginx-management, web-interface, go-backend, vuejs-frontend, server-configuration, devops-tools, open-source, web-development