GitHub to Deprecate GitHub Spark in August 2026 with Shift to Copilot Agents

GitHub has officially announced the deprecation of GitHub Spark, its natural language application development environment. Starting August 4, 2026, GitHub has disabled new user registrations and new application creation. Existing users can access their existing Spark applications and export their data until the final shutdown on August 31, 2026. This strategic decision allows GitHub to consolidate its development resources into advancing agentic AI capabilities within GitHub Copilot on GitHub.com and VS Code. While existing deployed Spark applications will continue to run after the service ends, users will no longer be able to edit code or trigger new deployments. Importantly, the underlying GitHub Models service was already shut down on July 30, 2026. As a result, any application relying on Spark's built-in llm() function has already stopped functioning for inference, meaning developers must refactor their applications to use alternative LLM providers if they require ongoing inference capabilities. To manage this transition smoothly, developers are advised to search their projects for any references to the internal llm() function and plan migrations to alternative environments. Active development resources are shifting entirely toward GitHub Copilot's extensibility model, which will serve as the primary platform for AI-powered developer agents moving forward.
Related tools
Recommended tools for this topic
These picks prioritize high-intent tools relevant to this topic. Some links may include partner or affiliate tracking.
Strong fit for AI, backend, and frontend readers looking for an AI-first coding workflow.
View CursorHigh-value hosting and deployment path for frontend and cloud readers.
View VercelA strong security and edge platform match across CDN, Zero Trust, and app protection.
View CloudflareComparison
| Aspect | Before / Alternative | After / This |
|---|---|---|
| Primary Interface | Natural language workspace (Spark) | VS Code and GitHub.com (Copilot) |
| App Lifecycle | Hosted editing and execution in Spark | External hosting with Copilot developer agents |
| Inference API | Built-in llm() via GitHub Models (deprecated) | External LLM providers or Copilot API integrations |
Action Checklist
- Export all existing application code from GitHub Spark Must be completed before the final shutdown on August 31, 2026
- Identify instances of the llm() function in your codebase These features are already inactive due to the July 30, 2026 shutdown of GitHub Models
- Replace internal llm() calls with external LLM provider APIs Necessary to restore inference functionality in exported applications
- Migrate active projects to GitHub Copilot environments No further code edits or deployments will be supported in Spark
Source: GitHub Changelog
This page summarizes the original source. Check the source for full details.

