0.2.4 • Published 2 months ago

@ayco/cozy v0.2.4

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

!IMPORTANT We have problems with our deployed service, and I'm now working on it. In the meantime, you can easily fork and deploy your own :) -ayo

How is this app different?

Here's what this project is building: 1. An app that just works, no sign-ups or set-ups. 2. Progressively enhanced experience. Main feature works even without JS. Removing distractions happen on the server and dead clean HTML gets delivered 3. All your data are cached and does not leave your device; offline access is by default 4. Cloud-sync will be opt-in, with your choice of provider 5. Will also explore smart insights, such as: 1. text summarization 2. dominant emotion 3. other sources for lateral reading

Roadmap

FeatureStatusVersion
Remove distractions✅ DONEv0.0.x
Save viewed history✅ DONEv0.1.x
Open links within Cozy✅ DONEv0.2.x
Set items as Favorites🛠️ In-progressv0.3.x
PWA: full Offline accessv1.0.x
Smart insightsv1.1.x
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 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:

!WARNING This is not working, until we fix our deployed service

javascript:(function(){ window.open('https://cozy-reader.vercel.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:

FirefoxChrome
Screenshot from 2023-05-13 08-31-41Screenshot 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! :)

Credits

We are thankful for all the building blocks provided by the following projects: 1. Astro for our server-side rendering framework 1. @astrojs/prefetch for our experimental prefetch strategy (not sure if working yet 🤣); only while we don't have a more aggressive prefetch-and-cache strategy 1. @ayco/astro-resume for communicating necessary data from server to client 1. @extractus/article-extractor for the amazing scraping of articles 1. astro-iconify for easily icon-sets in iconify 1. sass for some nested styling 1. ultrahtml for any cleanup and transformation we do on the received article content

Contributing

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!

0.2.4

2 months ago

0.1.30

10 months ago

0.1.31

10 months ago

0.2.1

7 months ago

0.1.32

9 months ago

0.2.0

7 months ago

0.2.3

7 months ago

0.2.2

7 months ago

0.1.4

11 months ago

0.1.3

11 months ago