About snakeNet.org
snakeNet.org is a small, self-hosted ecosystem of services built around a shared space/astronomy metaphor called Project COSMOS — one service per concern (publishing, knowledge storage, deployment, crawling, secrets, notifications, ...), each named after a cosmic phenomenon that reflects its role. Gravity — this site — is COSMOS's core API and the server-rendered portal you're reading right now: Pages ("Beams"), Media, Files, Topics, and Mission Control all live here.
Most of Project COSMOS is developed in the open. The full source for every service below — Gravity excluded, for now — is published on GitHub:
github.com/snakenet-orgThe COSMOS services
| Service | What it does | Open source? |
|---|---|---|
| Gravity | Core API and this server-rendered portal — Pages, Media, Files, Topics, and Mission Control (dispatching crawl runs). | Closed Source |
| Singularity | Self-hosted Graph/Vector Database, LLM backend routing, and a Multi-Agent Orchestrator engine — the permanent, searchable archive and reasoning layer everything else in COSMOS feeds into. | Open source |
| Horizon | AI Harness — an Electron-based application for all popular operating systems that watches local folders and pushes new/changed content into Singularity, with a built-in chat assistant. | Open source |
| Satellite | Git-Ops deployment-trigger API and portal — queues deployments in Postgres for a background poller to act on. | Open source |
| Nebula Vault | Self-hosted secrets and certificate manager with a built-in MCP server. | Open source |
| Nebula CLI | Command-line client for Nebula Vault, shipped as a single static binary. | Open source |
| Pulsar Notifier | Standalone Web Push (VAPID) notification relay — Topics, device subscriptions, and admin-issued Access Keys for integrations. | Open source |
Gravity is the one exception — it isn't currently planned for an open-source release.