Your modern-day reading companion https://cozy.pub
Find a file
2023-06-14 20:49:58 +02:00
.github/assets chore: add screenshot asset 2023-06-14 17:17:10 +02:00
src feat: add footer description, disclaimers, attribution, links (#43) 2023-06-14 20:49:33 +02:00
.gitignore chore: update build command for netlify 2023-06-04 16:14:40 +02:00
astro.config.mjs chore: add netlify adapter 2023-05-11 17:21:42 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2023-05-29 10:47:20 +02:00
CONTRIBUTING.md Update CONTRIBUTING.md 2023-06-04 20:48:59 +02:00
LICENSE Create LICENSE 2023-05-29 10:32:38 +02:00
package-lock.json 0.1.19 2023-06-14 20:49:58 +02:00
package.json 0.1.19 2023-06-14 20:49:58 +02:00
README.md chore: update README.md 2023-06-14 17:25:33 +02:00
SECURITY.md Create SECURITY.md 2023-05-29 10:24:19 +02:00

Cozy 🧸

Last Commit Alpha Version
Remove distractions. Save for later. Get useful insights.
Cozy is your modern-day reading assistant.


↗ Try the App! ↗

Roadmap

Feature Status
Remove distractions DONE
Save viewed history DONE
Set items as Favorites 🛠️ In-progress
PWA: full Offline access
AI insights
Browser Extensions
Native Apps

Usage / Options

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 Cozy 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-reader.netlify.app/?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
Screenshot from 2023-05-13 08-31-41 Screenshot from 2023-05-12 23-32-08

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! :)

Contributing

Speaking of PRs being welcome, see our CONTRIBUTING guide.

🧸