← Back to hub

Copilot Bridge

active

A Node bridge that exposes my custom Copilot tooling over a local API.

Software started 2026-04-01 updated 2026-05-15
nodeclicopilotinternal-tool
65%
Depends on: node>=20, npm

Stats

LangTypeScript
Lines~4,200
Endpoints12
Coverage78%

How to use

Install dependencies
cd C:\Users\jorge\copilot-bridge
npm install
Run in dev mode
npm run dev   # watches src/, restarts on save
Build for production
npm run build && npm run start
Hit a sample endpoint
curl http://localhost:3434/health

Docs & links

Notes

Desktop / CLI project — no live web URL. The hub auto-generates this detail page so the thumbnail leads somewhere useful: stats, how-to-use, and a link to the repo.