The Nervous System for Americaβs AI Revolution
GridSynapse transforms idle American data centers into a unified AI compute grid. By intelligently routing workloads based on real-time electricity prices and carbon intensity, we make AI infrastructure 40% cheaper and 60% cleaner while strengthening Americaβs technological sovereignty.
# Clone and run in under 60 seconds
git clone https://github.com/GhostOpsandCo/gridsynapse-mvp.git
cd gridsynapse-mvp
./quickstart.sh
This launches the complete stack including:
Access the services:
GridSynapse operates as a distributed nervous system across American data centers:
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β GridSynapse Control Plane β
β βββββββββββββββ ββββββββββββββββ ββββββββββββββββββββ β
β β FastAPI β β OR-Tools β β GhostOps β β
β β REST API β β Optimizer β β Agents β β
β βββββββββββββββ ββββββββββββββββ ββββββββββββββββββββ β
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β
βββββββββββ΄ββββββββββ
β WireGuard Mesh β
βββββββββββ¬ββββββββββ
ββββββββββββββββ¬βββββββ΄βββββββββ¬βββββββββββββββ
βΌ βΌ βΌ βΌ
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ
β West Coast β β East Coast β β Central β β Partner β
β Data Center β β Data Center β β Data Center β β Facility β
ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ ββββββββββββββββ
api/main.py)
solver/optimizer.py)
agents/agent_prompts.py)
# Install dependencies
make install
# Run development server
make dev
# Run tests
make test
# Lint and format code
make lint
# Build Docker images
make docker-build
gridsynapse-mvp/
βββ api/ # FastAPI application
β βββ main.py # API endpoints
β βββ routers/ # Route handlers
β βββ models/ # Data models
β βββ services/ # Business logic
βββ solver/ # Optimization engine
β βββ optimizer.py # OR-Tools solver
β βββ tests/ # Solver tests
βββ agents/ # Autonomous agents
β βββ agent_prompts.py # GhostOps templates
β βββ prompts/ # Agent configurations
βββ infra/ # Infrastructure configs
β βββ k8s/ # Kubernetes manifests
β βββ prometheus/ # Monitoring config
β βββ grafana/ # Dashboard definitions
βββ tests/ # Integration tests
GridSynapse implements defense-in-depth security:
Our optimization solver achieves:
Join the GridSynapse network:
# One-command partner onboarding
curl -X POST https://api.gridsynapse.com/v1/partners/onboard \
-H "Content-Type: application/json" \
-d '{
"name": "Your Data Center",
"contact_email": "ops@datacenter.com",
"datacenter_locations": ["us-west-2", "us-east-1"]
}'
MIT License - see LICENSE file
We welcome contributions! Please see CONTRIBUTING.md for guidelines.
GridSynapse - Powering Americaβs AI Future πΊπΈ