Summer Engine for studios.

Built for studios that ship.

Summer Engine is the AI-native exploration layer for studio teams. Validate ten concepts in a week, run them inside a real desktop engine, and keep ownership of every scene, script, and asset the agent produces.

AI-native development layerGodot 4 compatible output62 open-source agent skills37 engine MCP tools

The exploration loop

Validate a game concept in a single sit-down.

Studios run their main stack for shipping. Summer compresses what comes before that. The prototype week. The pitch demo. The accelerator sprint where ten concepts need to feel like games by Friday. The R&D side-quest the team keeps deprioritising because spinning up a project costs three engineering days.

An engineer in your team opens Summer, describes a concept the way they would brief a junior, and watches the agent assemble the scene tree, generate the 2D and 3D assets, write the gameplay scripts, run the project, read the runtime errors, and iterate. The build is playable inside the engine on the same machine, with diagnostics flowing back into the loop. No CI. No remote workers. No waiting on an asset vendor.

What used to take a week of plumbing collapses into the first sit-down. The decision to greenlight or kill a concept arrives with a build attached to it. That is the entire pitch. Everything else on this page exists because that loop only works if the underlying engine, asset pipeline, and exit ramp are real.

1. Prompt

Describe the concept the way you would brief a junior engineer. Mechanics, art direction, references, scope. The agent reads the brief, asks back if something is ambiguous, and proposes a starting scene.

2. Scene, assets, script

The agent builds the scene tree, generates 2D, 3D, audio, and animation assets bound to the import pipeline, writes the gameplay code, and wires the input map. Assets land in the project ready to use.

3. Playable build

Run the project. The agent reads the runtime errors, fixes them, and runs again. Export to desktop, mobile, or a Steam-ready build when the loop holds up. The output is a normal Godot 4 project.

Inside the engine

The agent runs the project on the same machine as the engineer steering it.

What a studio exploration day looks like

From morning prompt to afternoon playtest, on the same laptop.

Studio teams keep asking what a Summer day actually looks like. Here is a concrete walkthrough of a single exploration day on a small R&D pod, run end to end inside the engine on a single laptop, with the agent doing the moving parts and an engineer steering. Times are illustrative, not contractual. Some days the loop closes faster. Some days the team kills the concept by lunch and starts another one.

09:30

Pitch becomes a brief.

The pod opens Summer with a one-paragraph brief from the producer. A 2D top-down survival roguelike with a stamina mechanic and a single-room arena. The engineer pastes the brief into the agent, names the project, and confirms the scope. The agent proposes a scene structure, a control scheme, and three art references. The engineer picks one.

10:30

The first scene runs.

The agent builds the arena scene tree, instantiates the player, generates a placeholder character sprite and four enemy variants from the asset library, writes the movement and stamina scripts, and wires the input map. Play mode launches. The character moves. The agent reads the first runtime error, fixes a missing collider, and runs again.

12:00

Real assets replace placeholders.

Over lunch the agent runs the asset pipeline against the agreed art direction. A 3D character variant generates in parallel with a sprite sheet for the enemies. The audio pipeline produces a low-rumble loop and four hit sounds. Everything lands in the project with the right import settings on the first attempt.

14:00

The pod playtests.

The producer joins the session and plays the build on the engineer's laptop. The stamina mechanic feels too punishing. The engineer narrates the change to the agent, which rewrites the stamina drain curve, regenerates the on-screen meter, and runs the project. Second playtest. The loop reads as a game.

16:30

Decision, with a build attached.

The producer decides whether to schedule a one-week vertical slice or kill the concept. Either way the decision is made against a running build, not a slide. If the concept dies, the engineer archives the project and starts the next prompt. If it survives, the project opens in vanilla Godot 4 the next morning and gets handed to the production team.

The point is not that every concept survives. The point is that the day produced a decision with real evidence behind it, on a single laptop, with one engineer driving. The studio bought information about a concept for the cost of one engineering day instead of three.

Engine-native AI

The agent operates the engine, not a chat window.

Most AI tools that ship today sit next to the engine and edit text files. They guess at the format of a scene, fail silently when a resource property is nested, and have no way to know whether the code they wrote runs. The result is the studio pattern that every R&D team has hit: a chat session that produces ten pages of code, none of which compiles against the actual project.

Summer takes the opposite path. The agent operates the running engine. It reads the scene tree through the engine's own API. It instantiates nodes, sets resource properties, generates assets that import correctly the first time, runs the game, reads the runtime errors it gets back, and uses those errors to fix the next iteration. The feedback loop closes inside the editor instead of inside a chat transcript.

This is the load-bearing technical claim of the whole product. Everything else on this page assumes it works. It does. The agent currently uses 37 engine-side MCP tools plus 62 open-source agent skills covering twenty categories of game development. Both surfaces are auditable. The skills are MIT licensed and live in a public repository.

Scene-tree aware

The agent inspects nodes, sets properties, and instantiates scenes through engine APIs. No editing serialized .tscn files and hoping the format survives.

37 MCP tools

A controlled surface that bridges the agent to the running editor and runtime. Create, inspect, run, read errors, re-run, export. Documented and versioned.

62 open-source skills

Twenty categories of game-dev knowledge packaged as agent skills. MIT licensed, auditable, forkable. Your team can extend the library with internal skills.

Cloud asset generation

3D, 2D, audio, and animation generation bound directly into the engine import pipeline. The asset is usable the moment it is produced. No round trip through a separate tool.

No lock-in

Godot 4 underneath, so the project never gets trapped.

The single most common question from studio teams is what happens to the project if they stop using Summer. The answer is built into the architecture and is the most important concession Summer makes to enterprise buyers. Summer is compatible with Godot 4. Anything built in Summer opens in vanilla Godot 4. Scenes, scripts, resources, assets, the export pipeline, the input map, the project settings.

That means three things in practice. The studio can take any project to its in-house tooling on any day. The studio can port the gameplay layer to a different stack and keep the assets. The studio can keep iterating in Summer and revisit the decision later, project by project. None of these paths require migration work because there is no proprietary format to migrate away from.

The exit ramp matters because Godot 4 is a credible commercial target on its own. The shipped wins below are not Summer projects. They are Godot 4 projects, which is the underlying engine your team would inherit. The point of the list is that the engine your project lands on has already produced commercial outcomes in the same shape the studio cares about.

Compatible with Godot 4. Open the project in vanilla Godot at any time.

Godot 4 has shipped commercial wins.

  • Slay the Spire 2
    Approximately 55 million USD gross and 3 million units in launch week.
  • Brotato
    More than 7 million units sold.
  • Buckshot Roulette
    Over 8 million units across platforms.
  • Cruelty Squad
    Cult breakout that established Godot 4 as a credible shipping target.
  • Dome Keeper
    Multi-platform release with sustained commercial performance.

Figures from public reporting. Summer Engine is not affiliated with the studios above. The point is that Godot 4 is a credible commercial target.

The bundle in one shot

Engine, agent, asset pipeline, library, and export targets share one project file.

One stack, not seven

The pieces a studio already assembles, shipped as one connected system.

Every studio that takes AI seriously ends up assembling the same stack. A real engine. An agent harness that can drive it. A pipeline for generated assets. A stock library for placeholders. A Steam export path. A multi-platform exporter. A way for the agent to read runtime errors and fix its own mistakes. Most teams build this in-house over six to twelve months and then keep maintaining it.

Summer ships that stack as one connected system. Every part knows about the others. The agent knows the engine's scene tree because it speaks to the engine directly. The asset pipeline knows the engine's import format because it writes to it natively. The Steam export tooling knows the project's platform settings because they are in the same project file. The compounding shows up in the second week of use, when the team stops fighting glue code and starts running concepts.

The line under each item below is not a feature list. It is what the studio would otherwise have to source, integrate, and maintain. The bundle is the product.

Engine

Desktop editor with scene tree, runtime, debugger, profiler, and the full project surface. Godot 4 Forward+ rendering underneath.

AI agent

Operates the editor through MCP. Reads context just in time, runs the game, fixes its own errors, exports the build when the loop holds.

Asset generation

3D, 2D, audio, and animation pipelines that import natively into the project with the right settings on the first attempt.

Asset library

More than 25,000 free assets indexed and searchable from inside the engine. Used by the agent as a placeholder pool while generation runs.

Steam path tooling

Steam P2P networking primitives, voice chat, and a starter export configuration wired in the templates. The pod does not write the multiplayer plumbing from scratch.

Multi-platform export

Desktop, mobile, web, and Steam targets. Console export currently routes through a third-party publisher, the same path other Godot 4 projects use.

What has been built so far

The most non-trivial 3D networked project shipped on Summer to date.

Two things matter for studio buyers reading a vendor page. What is the most ambitious thing that has actually been built on this product, and how is that result framed. Vendors over-claim on the first question and dodge the second. We are going to do the opposite.

We are not going to tell you that a AAA studio uses Summer. None do. We will share the closest concrete proof point we have, with the scope, the time, and the budget on the same line, and let the studio team draw the conclusion. If the proof point is too small for the team's bar, that is a useful signal at this stage of the conversation.

Don't Pray

Steam page

A 3D PvP magic shooter on Steam, built by a small team with Summer.

  • 3D PvP shooter, Steam P2P networking, voice chat in-game.
  • Approximately 2.5 months from start to Steam page.
  • Approximately 2,000 USD in AI generation credits across the entire build.
  • Real gameplay, real shaders, real multiplayer. Not a tech demo.

Small-team Steam shooter. Not AAA. We share this so the studio can calibrate where Summer is today, not to oversell it. If the team's bar is higher, the right call is to wait one or two release cycles and reopen the conversation.

Onboarding playbook

How a studio team integrates Summer in two working weeks.

Studio buyers care about how the tool lands in the team's workflow, not about how it markets. Most teams that adopt Summer follow a similar two-week shape, run by one engineer with the producer in the loop. The shape is not prescriptive. Teams that want to compress it into a week have done so. Teams that want to spread it across a month have done that too. What matters is that the integration is real engineering work, not a procurement exercise.

Summer ships as a desktop install plus an account. The engine runs locally. The agent runs locally with cloud calls for generation. The team's existing source control, project management, and build infrastructure stay where they are. There is no required SaaS, no required cloud project, and no required migration. The output is a normal Godot 4 project, which the studio can store wherever it already stores Godot 4 projects.

Days 1 to 3. One engineer, one concept.

An engineer installs Summer, runs through the first concept end to end, ships it to a runnable build, and writes a short internal note on what the loop felt like. This is the cheapest possible validation. Most teams know whether Summer fits their workflow by the end of day three.

Days 4 to 7. Producer in the loop.

The producer joins the second concept. The pod runs a one-day prototype sprint against a real brief the team has been wanting to test. The output is a build the producer can play. The conversation moves from 'does the tool work' to 'where does it fit in our pipeline'.

Days 8 to 10. Pipeline shape.

The team decides how Summer hands off to the production stack. Most studios pick a project boundary: prototype and accelerator work stays in Summer, production scenes get rebuilt in the studio's main engine using the prototypes as reference. A smaller number of teams keep the Godot 4 output and continue shipping from it.

Days 11 to 14. Skill library extensions.

If the team wants the agent to follow internal conventions, an engineer writes one or two internal skills against the open-source skill library. The skills land in the team's private agent config. From that point forward, the agent applies the studio's conventions on every new project.

What we do not claim yet

Where Summer is not yet, said plainly.

The studios Summer wants to work with are sophisticated buyers. They have heard every AI vendor pitch of the last eighteen months and they have a developed allergy to the standard ones. They are going to ask harder questions than this page, and the answers should match.

The list below is the picture we would give in the first thirty minutes of a call. Some of these items will change quickly. Some of them will not change for a year. The point of writing them down is that the studio knows what it is signing up for. If any of these are blockers for the team's current bar, the right call is to wait one or two release cycles and reopen the conversation.

  • No AAA studio case study yet. Zero AAA conversions. You would be early.
  • Managed multiplayer infrastructure is on the roadmap. It is not shipped today. Don't Pray uses Steam P2P, which is what most small Steam multiplayer titles use.
  • Console export currently routes through a third-party publisher (W4 Games), the same path other Godot 4 projects use.
  • Our agent harness is comparable to Cursor and Claude Code on substance. We are still closing architecture gaps on a few axes, and we will tell the team which when asked.
  • Summer is not a Unity or Unreal replacement. It is the exploration layer that sits before whatever stack the studio ships on. Adoption that frames it as a replacement will fail.
  • Summer is a young product. The product surface changes month to month. Studio teams adopting it now should expect to be in regular contact with the team that builds it.

For your AI accelerator group

Accelerator and R&D pods are the cleanest first fit inside a studio.

Accelerator groups, R&D pods, and internal incubators run on a clock. The pod's job is to put playable builds in front of decision-makers fast enough that the decisions are real. The pod does not own production. The pod owns information. Summer is built for that loop and most of the early studio adopters have come from inside this kind of group.

The four ideas below are the patterns we see most often in the first month of a pod working with Summer. The pod usually picks one, runs it for two weeks, and then expands the scope based on what worked. Nothing on this list requires the studio's main engine team to change anything about their pipeline.

One-day prototype sprints

Pitch in the morning, playable build by end of day. Ten concepts per quarter instead of two. The pod can run a sprint per week without burning out the engineer.

One-week proof-of-concept builds

A vertical slice with art, audio, gameplay, and a Steam-ready export. Production decides whether to take the concept forward against a build that already runs.

Asset pipeline exploration

Generate, import, and audit asset variations against the studio's art direction before committing artist hours. The output is a calibration document for the art team, not final assets.

Genre experiments

Spin up a deck-builder, a PvP shooter, and a co-op survival prototype side by side and see which loop holds. The cost of running three concepts in parallel collapses to one engineer-week.

Talk to the team building it.

Mathias, who builds Summer, answers the email. Tell us what your team is trying to validate and we will show you the loop on a call. If Summer is not the right fit yet we will tell you on the same call.