Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/seatedro/readless

chrome extension to summarize selected text using gpt
https://github.com/seatedro/readless

Last synced: 3 months ago
JSON representation

chrome extension to summarize selected text using gpt

Awesome Lists containing this project

README

        

# readless

## setup

1. download the latest release from the [releases page](https://github.com/seatedro/readless/releases).
2. unzip the release.
3. load the unpacked extension in chrome as described [here](https://developer.chrome.com/docs/extensions/get-started/tutorial/hello-world#load-unpacked).

#### *supports only OpenAI for now*

## Todo

- [x] get api key from storage
- [x] working app lulw
- [x] better ui
- [x] tailwind ig?
- [x] summarize on select
- [x] add summary history
- [x] stream the response
- [ ] add multiple model support (vercel ai sdk i guess)