Upcoming deprecation of GitHub Spark on github.com GitHub will retire GitHub Spark on github.com, ceasing new user sign-ups and app creation on August 4, 2026, with full shutdown on August 31, 2026. Existing users can export their apps before the shutdown, and deployed apps will continue to work. The retirement follows the July 30, 2026 retirement of GitHub Models, the inference service used by Spark's llm() function, which will no longer function. Upcoming deprecation of GitHub Spark on github.com 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 https://github.blog/changelog/2026-07-30-github-models-is-now-retired/ . 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 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 https://github.com/orgs/community/discussions/203602 .