Anyany.js
GenAI-powered CLI for QA: Bug Analysis, Scenario Prioritization, and Test Data Generation.
Supports OpenAI, Open Router, Ollama (local LLMs)
Get Started Watch Demo GitHub
3+
Task Types
3
Model Sources
100%
Open Source
CLI
Fast & Private
About anyany.js
⚑
Fast & Lightweight
Runs locally in your terminal. No backend required for Ollama models. Instant results and privacy
πŸ”“
Open Source
Completely open source and free to use. Contribute and make it better for everyone!
🎨
Simple, Modern UI
Clean CLI experience with clear prompts and outputs. Easy to use for all QA and devs
Key Features
πŸ€–
Model Flexibility
Choose between OpenAI (cloud), Ollama (local), or Open Router (Cloud) models for your workflow
πŸ“
Structured Prompts
Automatic, task-specific prompts for bug analysis, scenario prioritization, and test data generation
πŸ’Ύ
Output Saved
All results are saved in the output/ folder for easy access and sharing
πŸ”’
Safe Environment
Your API keys and sensitive data stay localβ€”no cloud sync or tracking
βš™οΈ
Auto Ollama Startup
Detects and starts Ollama server automatically if not running
Example Prompts
# Bug Analyst
Analyze the following bug description or log and provide a structured output with:
- Bug Title
- Possible Cause
- Steps to Reproduce
- Expected Result
- Actual Result
- Impact Level (Low/Medium/High/Critical)
- Suggested Next Step

# Scenario Priority
Analyze the following test scenarios and assign a priority (High/Medium/Low) based on user impact, likelihood, and technical complexity. Provide logical justification for each.

# Test Data Generator
Generate test data for the following scenario. Include:
- Field Name
- Valid Data
- Invalid Data
- Edge Case Data
- Justification
Format the result as JSON.