npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@cryptsmile/forgeai

v1.1.0

Published

Forge Trader AI Engine - Next-generation tactical crypto trading dashboard with OpenRouter, Groq AI, and Manual Position Forge.

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.

Forge AI Terminal Preview

✨ 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
forgeai

The terminal will be accessible at http://localhost:3000. You can specify a custom port using the PORT environment variable:

PORT=8080 forgeai

Configuration

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

  1. Clone the repository:

    git clone https://github.com/cikgupapazola/forge-ai-terminal.git
    cd forge-ai-terminal
  2. Install dependencies:

    npm install
  3. Run in development mode:

    npm run dev

    Access the dashboard at http://localhost:3000.

🏗️ Production Deployment

To build the optimized production bundle:

npm run build

Self-Hosting (Standalone Mode)

Forge AI is optimized for low-resource hosting (e.g., on a local laptop or VPS):

  1. Follow the standalone build instructions to generate a minimal footprint.
  2. 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:


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.