Package Exports
- agdi
- agdi/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (agdi) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
agdi 🚀
The AI-powered app generator - Build full-stack applications from natural language in your terminal.
Installation
npm install -g agdiOr run directly with npx:
npx agdi initQuick Start
# Interactive mode (recommended)
agdi init
# Generate from prompt
agdi generate "Create a todo app with dark mode"
# Configure API keys
agdi authFeatures
- 🆓 FREE AI Access - No API key required (powered by Puter.com)
- 🤖 400+ AI Models - GPT-5, Claude 4.5, Gemini 3, Llama 4, and more
- ⚡ Instant Generation - Full React/Vite apps in seconds
- 💬 Interactive Mode - Chat-based coding assistant
- 🔑 Bring Your Own Key - Use your own OpenAI, Anthropic, or Gemini keys
Commands
| Command | Description |
|---|---|
agdi init |
Interactive project creation wizard |
agdi generate <prompt> |
Generate app from prompt |
agdi chat |
Start interactive coding session |
agdi auth |
Configure API keys |
agdi models |
List available AI models |
agdi --help |
Show all commands |
Examples
# Create a dashboard
agdi generate "Build an analytics dashboard with charts"
# Create an e-commerce store
agdi generate "Create a product catalog with shopping cart" -m claude-sonnet-4-5
# Use specific model
agdi generate "Build a blog" -p puter -m gpt-5Supported Models
Free (No API Key)
- GPT-5, GPT-5 Mini
- Claude 4.5 Sonnet, Claude 4.5 Opus
- Gemini 3 Pro, Gemini 2.5 Flash
- Llama 4, DeepSeek R1, Grok 3
Bring Your Own Key
- OpenAI (GPT-5, o3-mini)
- Anthropic (Claude 4.5)
- Google (Gemini 3)
- DeepSeek, Mistral, and more
Configuration
API keys are stored in ~/.agdi/config.json:
agdi auth # Interactive setup
agdi auth --status # Show current configRequirements
- Node.js 18 or higher
- npm or yarn
Links
- 🌐 Website
- 📖 Documentation
- 🐙 GitHub
License
MIT © Agdi Systems Inc.