@cryptsmile/forgeai
v1.1.0
Published
Forge Trader AI Engine - Next-generation tactical crypto trading dashboard with OpenRouter, Groq AI, and Manual Position Forge.
Maintainers
Readme
⚒️ Forge AI | Professional Crypto Trading Terminal
Forge AI is a high-performance, institutional-grade trading dashboard designed for professional futures traders. Powered by AI and wrapped in a bold Neo-Brutalism aesthetic, Forge provides a centralized cockpit for managing multiple exchanges and automated technical analysis.

✨ Features
- 🌐 Multi-Exchange Support: Seamlessly connect and trade on both Bybit and Binance (USDT-M Futures).
- 🧠 Intelligence Scanner: Real-time market scanning for high-volume pairs using AI (OpenRouter or Groq).
- ⚖️ Precise Risk Management: Automated PNL and ROI estimations for every Take Profit and Stop Loss target.
- ⚡ Quick Execution: One-click deployment of trading strategies with manual override capabilities.
- 🛡️ Privacy First: Zero data storage on servers. All API keys and preferences are stored 100% locally in your browser.
- 📦 Batch Actions: Instant "Close All", "Close Win", or "Close Loss" for rapid portfolio-wide risk control.
- 🎨 Neo-Brutalist UI: A rigid, high-contrast 3D interface designed for clarity and visual authority.
🚀 Quick Start via NPM
You can now install and run Forge AI directly via NPM:
# Install globally
npm install -g @cryptsmile/forgeai
# Run the terminal
forgeaiThe terminal will be accessible at http://localhost:3000. You can specify a custom port using the PORT environment variable:
PORT=8080 forgeaiConfiguration
Forge AI Terminal uses environment variables for configuration. Create a .env file in your current directory before running the command:
# Example .env
OPENROUTER_API_KEY=your_key
# Add other keys as needed🛠️ Development & Local Setup
Prerequisites
- Node.js (Version 18.x or higher)
- NPM or Yarn
- API Keys from Bybit/Binance and OpenRouter/Groq
Installation
Clone the repository:
git clone https://github.com/cikgupapazola/forge-ai-terminal.git cd forge-ai-terminalInstall dependencies:
npm installRun in development mode:
npm run devAccess the dashboard at
http://localhost:3000.
🏗️ Production Deployment
To build the optimized production bundle:
npm run buildSelf-Hosting (Standalone Mode)
Forge AI is optimized for low-resource hosting (e.g., on a local laptop or VPS):
- Follow the
standalonebuild instructions to generate a minimal footprint. - Run with Node.js:
PORT=55000 node .next/standalone/server.js
🔐 Security Disclosure
Forge AI is a client-side interface. Your API keys are never transmitted to any server other than the official Exchange endpoints via the encrypted API Routes. For maximum security, always use Cloudflare Access or similar Zero Trust solutions when exposing your local server to the internet.
🤝 Contribution & Support
Found a bug or have a feature request? Please open an issue or contact our engineering team:
- Email: [email protected]
- Developer: cryptsmile
Disclaimer: Trading crypto futures involves high risk. Forge AI is a tool for professional advisors and should be used responsibly. Always test with small margins first.
