CloudGrid documentation
CloudGrid runs your apps, agents, and shared documents on the grid. You write source code and cloudgrid.yaml; the platform builds, deploys, and serves. These pages are the contracts the platform commits to.
- Deploy contract What the platform does to your code on the way to a running service, and what you can change about it.
- Inspiration API The v2 API for creating and managing Inspirations: endpoints, visibility, reactions, errors, rate limits.
- Framework matrix Which framework and Node combinations the platform supports, and how each row is proven.
- Badge The widget on served pages: how it is delivered, what it does, and how to control or theme it.
How these contracts work
Each page renders a frozen contract. The platform does not change a contract silently: additions are versioned, and breaking changes require a version bump with a parallel endpoint. If the platform's behavior disagrees with a contract, that is a bug — report it.
Getting started
The CLI verb is grid. From a project folder with a cloudgrid.yaml:
grid plug
That builds, deploys, and returns a live URL. The deploy contract covers everything that happens in between.