dependabot[bot] 5e45bee0ba ci: bump actions/setup-node from 4 to 6
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-03-09 23:34:29 +00:00
2025-11-08 01:55:20 -06:00
2026-03-09 06:54:11 -05:00
2026-03-09 06:54:09 -05:00

BlackStream

Streaming aggregation platform — a single interface for discovering and tracking content across multiple streaming services.

Architecture

frontend/
  web-app/          # React web application
backend/
  api-gateway/      # Express API (port 4000) — search, routing
  recommendation-engine/  # Content recommendations
  content-aggregator/     # Cross-platform catalog aggregation
  sync-service/           # Watch synchronization
  user-service/           # Authentication and profiles

Quick Start

# API Gateway
cd backend/api-gateway && npm install && node index.js

# Web App
cd frontend/web-app && npm install && npm start

API

GET /        # Health check
GET /search  # Search content — ?q=<query>

Status

Early development. API gateway and React frontend are functional. Recommendation engine and content aggregator are scaffolded.

License

Copyright 2026 BlackRoad OS, Inc. All rights reserved.

Description
BlackRoad OS — blackstream
Readme 301 KiB
Languages
JavaScript 74.1%
CSS 25.9%