Overview
Devtools
Powerful command line tools, AI-powered code review, and developer utilities for building better web applications with Nayan UI.
Sitemap Generator
Generate and validate XML sitemaps for better SEO optimization
Robots.txt Generator
Create and validate robots.txt files for search engine crawling control
AI Code Reviewer
AI-powered GitHub PR review using Codex & Claude Code
AI Code Scanner
Scan repositories for package vulnerabilities with auto-fix PR creation
@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/cliOr use directly with npx:
npx @nayan-ui/cli [command]Quick Commands
nayan-ui newnayan-ui new my-app -t exponayan-ui create sitemap -w https://example.comnayan-ui create robots -d /adminnayan-ui validate sitemap -i ./sitemap.xmlnayan-ui validate robots -i ./robots.txtFeatures
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/aiOr use directly with npx:
npx @nayan-ui/ai [command]Quick Commands
nayan-ai review <pr-url> -t ghp_xxxnayan-ai review <pr-url> -t ghp_xxx --drynayan-ai review <pr-url> -t ghp_xxx --inlinenayan-ai scan <repo-url> -t ghp_xxxnayan-ai scan <repo-url> -t ghp_xxx --fixnayan-ai scan <repo-url> -t ghp_xxx --llm claudeFeatures
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.