Remove distractions. Save for later.
Cozy is your modern-day reading companion.
Visiting websites in this 'modern' time is a paradox: standard Web technologies are better but most commercial websites are pretty terrible--not only because misinformation abounds online, but also because of Big Tech's personal data farming that puts us all at a disadvantage.
Cozy addresses this by putting people first by default: no tracking cookies will ever get into your browser, pay the minimum bandwidth to get information you need, and save everything on your browser for accessing them again later offline.
With Cozy: The Web is Yours.
Here's what this project is building:
The project is now in SourceHut. Please submit issues or requests via our Todo Page or via email.
You can also contribute code via the GitHub mirror by opening Pull Requests there.
Feature | Status | Version |
---|---|---|
Remove distractions | ✅ DONE | v0.0.x |
Save viewed history | ✅ DONE | v0.1.x |
Open links within Cozy | ✅ DONE | v0.2.x |
Offline access | ✅ DONE | v0.3.x |
Set items as Favorites | 🛠️ In-progress | v0.4.x |
Smart insights | v0.5.x | |
Browser Extensions | ||
Native Apps |
1. Copy, Paste
It's simple. When you open an article and want to turn it into a more cozy reading experience, just copy the url and paste it to the app's address bar.
2. One-click Bookmark
A bookmarklet could run a script to open the current page for you on Cozy. You can create this new bookmark titled 'Get cozy!' and put the following as value for the URL:
javascript:(function(){ window.open('https://cozy.pub/?url=%27 + window.location.href, %27_self%27); })();
This is possible on all major browsers, including Safari on iOS (where I personally use this often). Some screenshots:
Firefox | Chrome |
---|---|
3. One-click Extension then...
It doesn't exist yet... I'll probably get to creating a browser extension at some point. But for now, PRs welcome! :)
We are thankful for all the building blocks provided by the following projects:
If any of the above seems to need improvement for you, we are always eager to hear feedback and welcome all contributions. See our CONTRIBUTING guide for more info.
Join our Discord if you need help!