A powerful, standalone Python CLI application that acts as your AI Co-Founder. It performs deep web research, validates your startup ideas, roasts your weak assumptions, and provides a concrete blueprint for building your product—all using your existing Gemini CLI authentication.
- Gemini CLI Bridge: No separate API keys or quotas to manage. It uses your existing
geminilogin. - Rich Terminal UI: Gorgeous formatting, spinners, and Markdown rendering powered by
rich. - Autonomous Research: Free, real-time web scraping using
duckduckgo-searchto find direct competitors and market data. - Brutal Validation: Critically analyzes your idea, points out flaws, identifies your USP, and gives you a tech stack roadmap.
- MVP Codebase Validation: (New!) Analyze your existing repository to audit your code's scalability, technical debt, and implementation maturity.
- Auto-Reports: Saves a detailed
.mdreport of your validation session to your local machine.
- Make sure you have Python 3 installed and the Gemini CLI authenticated.
- Create a virtual environment and install dependencies:
cd ~/Projects/aicofounder-cli python3 -m venv venv source venv/bin/activate pip install -r requirements.txt
Run the CLI tool:
source venv/bin/activate
python main.pyIf it doesnt work
./venv/bin/python main.py Follow the interactive prompts to share your idea, target audience, and current progress!
This tool invokes the gemini command in headless mode (gemini -p "..." --output-format json) to perform AI analysis. This means it inherits your current login session, safety settings, and AI models from the Gemini CLI.