sapplanta
v1.0.2
Published
SAPPLANTA AI - The All-in-One AI Platform CLI. Chat, generate code, and more from your terminal.
Maintainers
Readme
SAPPLANTA AI CLI 🇰🇪
The All-in-One AI Platform — now in your terminal.
Installation
npm install -g sapplantaSetup
Get your API key from sapplanta.site/developer
sapplanta login --key sk-or-v1-your-key-hereCommands
Interactive Chat
sapplanta chat
sapplanta chat --domain trading
sapplanta chat --domain laravel --mode eliteSingle Question
sapplanta ask "Write a Python function to calculate fibonacci"
sapplanta ask "Build an MQL4 EA with EMA crossover" --domain trading --mode elite
sapplanta ask "What is React?" --output answer.mdAnalyze a File
sapplanta analyze my_bot.mq4
sapplanta analyze app.py --instruction "Find bugs and fix them" --mode elite
sapplanta analyze database.sql --instruction "Optimize these queries"Generate Code to Files
sapplanta generate "Build a restaurant website with HTML, CSS, JS" --output ./my-website
sapplanta generate "Create a Laravel API for a todo app" --domain laravel --output ./todo-api
sapplanta generate "Write an MT4 EA with RSI strategy" --domain trading --mode eliteAI Modes
| Mode | Model | Cost |
|------|-------|------|
| standard | Free AI | 0 credits |
| premium | Claude Sonnet 4.6 | 5 credits/msg |
| elite | Claude Opus 4.6 | 15 credits/msg |
Domains
general · laravel · nextjs · python · react · node · trading · mobile
Examples
# Build a full website
sapplanta generate "Build a Nairobi restaurant website with M-Pesa payment form, menu page, about page, contact page" --domain nextjs --mode elite --output ./restaurant-site
# Fix a trading bot
sapplanta analyze my_ea.mq4 --instruction "This EA has a bug - it opens too many trades. Find and fix it" --mode elite
# Quick Python help
sapplanta ask "Write a backtesting script for RSI strategy using pandas" --domain trading
# Interactive Laravel development
sapplanta chat --domain laravel --mode premiumLinks
- 🌐 Website: www.sapplanta.site
- 🤖 Telegram: @SapplantaAIBot
- 🔑 API Keys: sapplanta.site/developer
- 📖 Docs: sapplanta.site/docs/api
Built in Kenya 🇰🇪 by SAPPLANTA ENTERPRISE
