
Upcoming deprecation of GitHub Spark on github.com
Quick Answer
GitHub Spark will cease new user registrations and app creation on August 4, 2026, with existing users able to export apps until August 31, 2026.
Quick Take
The retirement of GitHub Models on July 30, 2026, will affect apps using the () function, requiring users to switch to their own inference providers to maintain AI capabilities.
Key Points
- Existing apps will remain functional post-GitHub Spark retirement.
- Export app code by August 31, 2026, to continue editing.
- Apps using llm() must switch to a separate inference provider.
- No action needed for apps without llm() calls.
- Users must manage their own API keys and billing after changes.
DeepSignal Analysis
What happened
GitHub Spark will stop accepting new users and app creation on August 4, 2026. Existing users can export their apps until August 31, 2026. The GitHub Models service, which supports the llm() function, will be retired on July 30, 2026, requiring users to find alternative inference providers for AI functionalities.
Key evidence
- Starting August 4, 2026, GitHub Spark will no longer accept new user registrations or app creation.
- Existing users can export their apps until August 31, 2026, after which they will still function but cannot be edited.
- The GitHub Models service will retire on July 30, 2026, affecting apps that utilize the llm() function.
Why it matters
The deprecation of GitHub Spark indicates a shift in GitHub's strategy towards integrated development tools like GitHub Copilot. As AI models evolve, developers are increasingly favoring these integrated workflows, which may lead to a decline in standalone app development tools. This transition could impact how developers approach building applications in the future, especially those reliant on AI capabilities.
What to watch
📖 Reader Mode
~2 min readBeginning August 4, 2026, GitHub Spark no longer accepts new users or allows the creation of new apps. Existing users can continue to access GitHub Spark until August 31, 2026 to export apps they’ve already created. Apps you’ve already deployed will continue to work after GitHub Spark is retired.
GitHub Spark was created to help people quickly move from an idea to a working application. Since its launch, AI models and agentic development tools have advanced significantly. Builders can now build and refine these experiences through GitHub Copilot in the environments where they already work, including VS Code, Copilot CLI, and the GitHub Copilot app. We’ve seen builders increasingly choose these integrated workflows for application development, and we’re aligning our experiences accordingly. This change applies specifically to the current GitHub Spark experience on github.com.
Separately, GitHub Models, the inference service used by Spark’s llm() function, retired on July 30, 2026. As of that date, calls to llm() no longer work. Apps that don’t use llm() aren’t affected by the GitHub Models retirement.
What this means for you
- Existing apps you’ve already deployed will continue to work after GitHub Spark shuts down.
- Export your app code before August 31, 2026 if you want to keep editing your app in the future. To do this, open the Spark workbench for your app, select …, then select Create repository.
- If your app uses
llm(), replace it with your own inference provider to keep AI features working.
Not all Spark apps use AI inferencing. To check whether an app is affected by the GitHub Models retirement, open the app in Spark and search the code for llm(). If there are no llm() calls found, no action is needed. If the app does use llm(), replace inferencing with a separate provider to keep the app running with AI capabilities. Users will need to supply their own API key and manage billing going forward in this instance, as GitHub will not provide the underlying model or tokens any longer.
Questions or feedback? Join the discussion within GitHub Community.
— Originally published at github.blog
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from GitHub Copilot Changelog
See more →
GitHub Copilot for JetBrains adds improved OpenTelemetry configuration and model management
The latest GitHub Copilot for JetBrains update enhances workflow control with OpenTelemetry configuration, improved model management, and support for servers in Claude agent flows, facilitating better observability and cost control for enterprise users.
