Overview

CLI

Devtools

Powerful command line tools, AI-powered code review, and developer utilities for building better web applications with Nayan UI.

@nayan-ui/cli

Scaffold new projects from templates, generate XML sitemaps by crawling your website, and create or validate robots.txt files.

Installation

npm install -g @nayan-ui/cli

Or use directly with npx:

npx @nayan-ui/cli [command]

Quick Commands

nayan-ui new
nayan-ui new my-app -t expo
nayan-ui create sitemap -w https://example.com
nayan-ui create robots -d /admin
nayan-ui validate sitemap -i ./sitemap.xml
nayan-ui validate robots -i ./robots.txt

Features

πŸš€

Project Scaffolding

Create projects from Expo, Games, Next.js, and Vite templates.

πŸ—ΊοΈ

Sitemap Generation & Validation

Crawl websites to generate XML sitemaps, or validate existing ones.

πŸ€–

Robots.txt Generation & Validation

Create and validate robots.txt files for crawler control.

⌨️

Interactive & Non-Interactive

Use interactive prompts or pass flags for CI/CD automation.

@nayan-ui/ai

AI-powered developer tools that use Codex or Claude Code agents to review GitHub Pull Requests and scan repositories for security vulnerabilities with auto-fix capabilities.

Installation

npm install -g @nayan-ui/ai

Or use directly with npx:

npx @nayan-ui/ai [command]

Quick Commands

nayan-ai review <pr-url> -t ghp_xxx
nayan-ai review <pr-url> -t ghp_xxx --dry
nayan-ai review <pr-url> -t ghp_xxx --inline
nayan-ai scan <repo-url> -t ghp_xxx
nayan-ai scan <repo-url> -t ghp_xxx --fix
nayan-ai scan <repo-url> -t ghp_xxx --llm claude

Features

πŸ›

AI Code Review

Deep PR analysis for bugs, security issues, performance, and test coverage.

πŸ›‘οΈ

Vulnerability Scanning

Scan repos for package vulnerabilities across npm, Python, Go, Rust, and more.

πŸ”§

Auto-Fix & PR Creation

Automatically fix vulnerabilities and create PRs with detailed descriptions.

πŸ€–

Codex & Claude Code

Choose between Codex (default) or Claude Code as the AI provider.