mirror of
https://github.com/blackboxprogramming/blackroad-apps.git
synced 2026-03-17 09:37:52 -05:00
RoadChain-SHA2048: f1c3e1fc929efc25 RoadChain-Identity: alexa@sovereign RoadChain-Full: f1c3e1fc929efc25a6b17ecc6d11ef7328891b301726031c2003deb60387b28a9dce8ccd7caa7fb26208d4f2db5903333823d5d0227bfa4e30dc548ea86daf3f9aaf47bace8243f7d5320f36bd5c1e06167e20dec150961eb0c8cce84b711b7eae9859773c5750f02985ceaf34aa4d2b9731af51b0ebcd8707ac632a3d4d0a91a49e164cf9e2b094e9b81ba7aa580f641f0f12ad160530df59e477c427880466b518db4912756a6399d8d5020d1214045deffb4497889e7701efc2dc6857a4588e1b426e5ed99d222b50ea71ee9e9f4328f94965e47ca18737aceb486a710bef09e8b4ac41b045908a791d39ce9611bb5ccd6053945076ed002e653d0c60ab4b
58 lines
1.7 KiB
Markdown
58 lines
1.7 KiB
Markdown
# BlackRoad Apps
|
|
|
|
Application suite for the BlackRoad OS platform. 8 services spanning project management, streaming, blockchain, and infrastructure monitoring.
|
|
|
|
## Applications
|
|
|
|
| App | Stack | Description |
|
|
|-----|-------|-------------|
|
|
| **RoadMap** | Next.js, TypeScript, WebSockets | Project planning with real-time Kanban boards |
|
|
| **RoadWork** | Node.js, Express | Job board with AI matching |
|
|
| **RoadWorld** | Go, Gin, WebGL | Earth exploration and virtual environments |
|
|
| **RoadChain** | Rust, Actix-web, SHA-256 | Blockchain verification and immutable storage |
|
|
| **RoadCoin** | Python, FastAPI, Redis | Equity crowdfunding and crypto payments |
|
|
| **RoadView** | Node.js | Creative suite — design, video, AI generation |
|
|
| **PitStop** | Go, Gin | Infrastructure dashboard with real-time metrics |
|
|
| **RoadSide** | Node.js, Socket.io | Deployment portal and server connections |
|
|
|
|
## Deploy
|
|
|
|
```bash
|
|
# Deploy all
|
|
./DEPLOY_ALL.sh
|
|
|
|
# Deploy one app
|
|
~/blackroad-deploy/br-deploy deploy ~/blackroad-apps/roadmap aria64
|
|
```
|
|
|
|
## Architecture
|
|
|
|
Apps run on Raspberry Pi nodes (aria64) and DigitalOcean droplets behind Caddy reverse proxy.
|
|
|
|
```bash
|
|
# Check deployments
|
|
~/blackroad-deploy/br-deploy list aria64
|
|
|
|
# View logs
|
|
~/blackroad-deploy/br-deploy logs roadmap aria64
|
|
```
|
|
|
|
## Project Structure
|
|
|
|
```
|
|
blackroad-apps/
|
|
roadmap/ # Project planning
|
|
roadwork/ # Job portal
|
|
roadworld/ # Earth exploration
|
|
roadchain/ # Blockchain
|
|
roadcoin/ # Crowdfunding
|
|
roadview/ # Creative suite
|
|
pitstop/ # Infrastructure dashboard
|
|
roadside/ # Deploy portal
|
|
DEPLOY_ALL.sh # Batch deploy script
|
|
```
|
|
|
|
## License
|
|
|
|
Copyright 2026 BlackRoad OS, Inc. All rights reserved.
|