JSPM

  • Created
  • Published
  • Downloads 71
  • Score
    100M100P100Q89718F
  • License MIT

AI-powered app generator - build full-stack apps from natural language in your terminal

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.

npm version License: MIT

Installation

npm install -g agdi

Or run directly with npx:

npx agdi init

Quick Start

# Interactive mode (recommended)
agdi init

# Generate from prompt
agdi generate "Create a todo app with dark mode"

# Configure API keys
agdi auth

Features

  • 🆓 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-5

Supported 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 config

Requirements

  • Node.js 18 or higher
  • npm or yarn

License

MIT © Agdi Systems Inc.