Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikeshsavla/rasam
A Privacy focused and Offline enabled Feed Reader PWA with Nuxt, Nuxt PWA, Dexie
https://github.com/prikeshsavla/rasam
andoird app atom dexiejs ios nuxt offline pwa rss vue web
Last synced: about 2 months ago
JSON representation
A Privacy focused and Offline enabled Feed Reader PWA with Nuxt, Nuxt PWA, Dexie
- Host: GitHub
- URL: https://github.com/prikeshsavla/rasam
- Owner: prikeshsavla
- License: mit
- Created: 2021-04-17T06:09:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T12:05:09.000Z (about 2 months ago)
- Last Synced: 2024-11-15T13:18:27.893Z (about 2 months ago)
- Topics: andoird, app, atom, dexiejs, ios, nuxt, offline, pwa, rss, vue, web
- Language: Vue
- Homepage: https://rasam.prikeshsavla.com/
- Size: 1.36 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Rasam
A Privacy focused and Offline enabled Feed Reader PWA with Nuxt, Nuxt PWA, Dexie
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/prikeshsavla/rasam)
For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).
| Home | Article |
| ------------------------------ | ------------------------------------ |
| ![Home](static/intro/home.png) | ![Article](static/intro/article.png) || Stacks | Favorites |
| ---------------------------------- | ---------------------------------------- |
| ![Stacks](static/intro/stacks.png) | ![Favorites](static/intro/favorites.png) |### Roadmap V1
- [x] Display Feed like Twitter cards
- [x] Field to add new Feed
- [x] Open Article on tap
- [x] Favorite a article
- [x] Dispay Feed like stories
- [x] Added Infinite Scroll Paginations
- [x] Added Search with [Fuze.js](https://github.com/krisk/Fuse)### Roadmap V2
- [x] Add Better Accessibility Support
- [x] Add Edit and Remove Feed Support
- [x] Upgrade RSS reading logic
- [x] Add Netlify Deploy tag and Link
- [ ] Add local AI option instead of Ollama
- [ ] Add Ollama support to summarize articles
- [ ] Sync 2 Apps To and From
- [ ] Export Data
- [ ] Add Multilingual Support
- [ ] Save data in local OPFS with sqlite or duckdb