Upcoming deprecation of GitHub Spark on github.com #203602
Pinned
ebndev
announced in
Announcements
Replies: 2 comments
|
i |
0 replies
|
Why was it discontinued? There was no reasoning for it at all. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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