Back to Projects
AI AUTOMATIONIN-PROGRESS

BrightForge

Hybrid CLI coding, design, and 3D generation agent using local LLMs with cloud fallback.

SOLO DEVELOPER  ·  Jan 15, 2026

Repository Intel
JavaScript
LANGUAGE
May 29, 2026
LAST PUSH
ACTIVE
STATUS
BrightForge

A hybrid CLI agent that combines local LLM inference (via Ollama) with cloud API fallback for coding assistance, design generation, and 3D asset creation. Features include multi-model orchestration, persistent conversation history with SQLite, and Three.js-based 3D preview.

// TECH STACK

Node.jsLANGJavaScriptLANGPythonOllamaLIBThree.jsSQLite

Contributions

  • 01Architected multi-model orchestration with local/cloud fallback
  • 02Built persistent conversation history with SQLite storage
  • 03Integrated Three.js for real-time 3D asset preview
  • 04Designed plugin system for extensible tool capabilities

Technical Highlights

  • Graceful degradation from local Ollama to cloud APIs
  • Streaming response handling across different LLM providers
  • CLI interface with rich terminal formatting