1
0
Fork 0
mirror of https://github.com/imjasonh/quit.social synced 2026-07-06 19:02:18 +00:00
No description
Find a file
Jason Hall 6aad0efc20 deploy: drop master from workflow trigger after rename
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 10:35:58 -04:00
.github/workflows deploy: drop master from workflow trigger after rename 2026-05-01 10:35:58 -04:00
icons rewrite to v2 2026-05-01 09:42:49 -04:00
CNAME add CNAME for quit.social custom domain 2026-05-01 09:50:32 -04:00
fake.html rewrite to v2 2026-05-01 09:42:49 -04:00
fake.js expand install instructions: move into place, hide/uninstall real app 2026-05-01 10:32:38 -04:00
index.html expand install instructions: move into place, hide/uninstall real app 2026-05-01 10:32:38 -04:00
README.md rewrite to v2 2026-05-01 09:42:49 -04:00
service-worker-v2.js rewrite to v2 2026-05-01 09:42:49 -04:00
v2-plan.md rewrite to v2 2026-05-01 09:42:49 -04:00
v2.css rewrite to v2 2026-05-01 09:42:49 -04:00
v2.js rewrite to v2 2026-05-01 09:42:49 -04:00

quit.social

Do you find it hard to stop opening social apps out of habit? So do I. quit.social builds a fake-app shortcut that lives on your home screen where the real app used to be. When muscle memory makes you tap it, you get a gentle pause screen instead of an endless feed.

Using it

Open quit.social in your mobile browser and either:

  1. Tap one of the preset apps (X, Facebook, TikTok, Slack, YouTube, LinkedIn, Instagram, Reddit, Threads, Snapchat, Discord, Pinterest), or
  2. Search the App Store for any other app, or
  3. Upload your own PNG icon and pick a name.

Any of those takes you straight to the fake app. Then add it to your home screen:

  • iOS Safari: Share icon -> Add to Home Screen.
  • Android Chrome: Browser menu -> Add to Home screen / Install app.

Move or delete the real app, and let the fake one take its place.

How it works

The fake app is a Progressive Web App. Once installed, it loads instantly from its service-worker cache, so the pause screen works offline.

Your recent visits are stored only in localStorage. No analytics, no accounts, no backend, no network calls beyond the App Store search you trigger.

Hosted as a fully static site on GitHub Pages.