What is open today?
The public repo is the agent layer:- CLI
- MCP server
- Agent skills
- Hooks
- Plugin manifests
What is free?
The Summer Engine desktop app is free to download and use. Local MCP workflows are free too, including workflows where you bring your existing Claude Code, Cursor, Codex, Gemini, Devin Desktop, or other agent subscription.What is paid?
Live hosted Summer services are paid because they run cloud infrastructure and model calls:- Hosted Summer AI
- Asset generation
- Cloud storage
- Orchestration
Platform capability status
Status words are deliberate:
- Live means the production path is deployed and documented.
- Scaffold means a contract, adapter, or tested local surface exists without a complete production path.
- Planned means creators and agents must not promise the capability.
Native multiplayer development
The production table above describes the public Summercraft submission and playback path. It is not a statement that multiplayer engine development or restricted staging testing cannot exist. A staging test does not establish general creator access or production availability. Before implementing an online game, identify the environment your installed tools actually support. The public SDK examples on this site describe the scaffoldedSummerGame / SummerPlayer contract and game-only .pck submission. They are not an
installation or integration guide for a separate native multiplayer development build.
Do not copy those stubs into a native runtime and assume the APIs are interchangeable.
If you have a native development environment
Use the documentation shipped with that exact build. Record its version and the target environment before writing integration code. A usable environment must supply:- A compatible editor/client and an accessible native API reference or starter project.
- Creator authentication and a documented publication command for that environment.
- A matching hosted build policy, resulting build/release identity, and game configuration.
- An authenticated player launcher for each supported device and a documented join flow.

