Consolidates all ChittyOS service endpoints into a single Cloudflare Worker for centralized routing, session, and identity management.
ChittyGateway serves as a unified, modular Cloudflare Worker, centralizing all ChittyOS service endpoints into a single gateway layer. It streamlines the routing of requests, manages user sessions and identities in an encrypted and stateless manner, and provides structured service bindings across multiple workers. Leveraging Cloudflare's edge execution, ChittyGateway is designed for high performance and features a CI/CD workflow with Neon branching, enabling robust and scalable management of the ChittyOS ecosystem.
Key Features
01Cloudflare-native edge execution
02Structured service bindings and multi-worker routing
03Session and identity management (encrypted, stateless, worker-safe)
04CI/CD workflow with Neon branching
05Unified API gateway for all ChittyOS Workers
060 GitHub stars
Use Cases
01Implementing unified session and identity management across multiple serverless functions
02Deploying a scalable, edge-native gateway for a distributed cloud operating system
03Centralizing API routing and traffic management for microservice architectures