Skip to content
FLAVIO COPES
flaviocopes.com
2026

Glitch, a great Platform for Developers

By

Glitch ended project hosting in July 2025. This page explains what the platform offered, what shut down, and what remains of old project URLs.

~~~

Glitch ended project hosting and user profiles on July 8, 2025.

The hands-on tutorial that originally appeared on this page can no longer be followed. You cannot create, remix, edit, or host an application on Glitch today.

Glitch kept project dashboards available for code downloads through the end of 2025. That deadline has also passed.

What Glitch was

Glitch was a browser-based coding and hosting platform.

You could open a project, edit its files, see the application update, and share a public URL. It supported static sites and Node.js applications.

Its defining idea was remixing. Instead of starting from an empty folder, you could copy a working project and change it.

Glitch also combined several tools in one friendly interface:

That made it especially useful for teaching. A reader could inspect a complete example and experiment without setting up a local development environment.

What changed

Glitch announced the hosting shutdown in May 2025.

The company explained that operating millions of applications had become expensive and increasingly difficult to protect from abuse. Project hosting and profiles then shut down on July 8, 2025.

Glitch allowed project owners to:

Glitch said configured redirects would remain active at least through the end of 2026.

An old glitch.me URL may therefore redirect somewhere else, but the application itself is no longer running on Glitch.

What happened to old tutorials

Many programming tutorials used embedded Glitch projects.

Those examples now need one of these replacements:

A redirect can preserve an old link, but it cannot preserve an interactive editor or a server that was never migrated.

When maintaining an old tutorial, check both the source link and the running demo. A page that still loads is not enough if readers cannot inspect the matching code.

The lasting lesson from Glitch

Glitch showed how much easier learning becomes when setup takes seconds.

Its remix model also made examples feel less fragile. Readers started from working code, made one change, and immediately saw the result.

Those ideas remain useful when publishing a demo today:

The final point matters most. A tutorial should not depend on one vendor being available forever.

For the official timeline, read Glitch’s announcements: Important changes are coming to Glitch and Until we meet again.

Tagged: Services · All topics
~~~

Related posts about services: