Your modern-day reading companion https://cozy.pub
Find a file
2023-05-29 10:24:19 +02:00
src style: add iframe to media reset; center media if not full-width 2023-05-27 20:29:49 +02:00
.gitignore feat: accept url from input and searchParameter 2023-05-11 16:19:37 +02:00
astro.config.mjs chore: add netlify adapter 2023-05-11 17:21:42 +02:00
package-lock.json docs: add instructions for one-click browser bookmark 2023-05-12 23:45:43 +02:00
package.json chore: add netlify adapter 2023-05-11 17:21:42 +02:00
README.md chore: Update README.md 2023-05-15 11:21:06 +02:00
SECURITY.md Create SECURITY.md 2023-05-29 10:24:19 +02:00

Cozy Reader 🧸

Last Commit
Remove distractions. Save your favorites. Get useful insights.
Cozy is your modern-day reading assistant.

Roadmap

Feature Status
Remove distractions Done
Save to a Reading Library In-Progress
PWA: Offline access to library
AI insights
Browser Extensions

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

🧸