Upcoming deprecation of GitHub Spark on github.com #203602
Replies: 5 comments 1 reply
This comment was marked as low quality.
This comment was marked as low quality.
|
Why was it discontinued? There was no reasoning for it at all. |
|
This was sad for those working in quarantined environments and needed to throw up prototype to set up a functional process tool. This was nice to have. We hope for viable options. Thanks |
|
For anyone exporting a Spark app and wanting to continue developing it, I published a Copilot CLI conversion plugin that migrates the application into an Aspire + Microsoft Foundry architecture.
The skill inventories the app, coordinates the current Aspire and Microsoft Foundry skills, removes Spark-specific residue, and validates the converted application end to end. Repository and installation instructions: https://github.com/spboyer/spark-to-aspire |
|
For anyone using the remaining export window, I would treat exporting the repository and migrating the application as two separate jobs. Before August 31, I would do the following for every existing Spark app:
I wrote a more detailed Chinese checklist covering the export, dependency inventory, |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Beginning 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 tollm()no longer work. Apps that donβt usellm()arenβt affected by the GitHub Models retirement.What this means for you
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 nollm()calls found, no action is needed. If the app does usellm(), 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.For questions and feedback, please leave a comment below.
All reactions